Description
Rusenas AI Generator creates high-quality posts and pages using AI. Submit a title, choose a language and model, and the plugin generates the content in the background. When the generation is complete, a WordPress post or page is created automatically.
Features:
- Post and page generation
- Multiple AI model support (DeepSeek R1, Llama 3.1, Mistral)
- 21 languages supported
- Customizable prompt template
- Background job processing with automatic status polling
- One-click registration or manual API key setup
- Professional custom admin interface
External services
This plugin relies on the Rusenas AI Service to generate text content. All content generation is performed on remote GPU servers operated by Rusenas.
What data is sent and when
- On registration (when a user clicks “Register & connect” in the setup wizard): the user’s email address, optional full name, and the website domain are sent to create an account and generate an API key.
- On key validation (when a user enters an existing API key): the API key and website domain are sent to verify the key is valid.
- On content generation (when a user submits a generation job): the API key, article title, language, selected AI model, content type, post status, website domain, and the prompt text are sent to the service for AI processing.
- On job status checks (automatically every 5 minutes via WP-Cron, or manually): the API key and job identifier are sent to check whether the generation has completed.
All requests are sent to: https://ai.rusenas.com/api.php
No user data is collected or shared with third parties beyond what is described above. The service does not use cookies or tracking on the WordPress site.
- Service provider: Rusenas
- Service URL: https://rusenas.com
- Terms of Service: https://rusenas.com/products/ai-gen-plugin/terms
- Privacy Policy: https://rusenas.com/products/ai-gen-plugin/privacy
Installation
- Upload the plugin files to the
/wp-content/plugins/rusenas-ai-generatordirectory, or install the plugin through the WordPress plugins screen. - Activate the plugin through the Plugins screen in WordPress.
- Go to Rusenas AI in the admin menu.
- Register with your email or enter an existing API key.
- Start generating content.
FAQ
-
How do I get an API key?
-
You can register directly from the plugin setup screen using your email address. An API key will be generated automatically for your website.
-
What AI models are available?
-
The plugin supports DeepSeek R1, Llama 3.1, and Mistral models.
-
How long does generation take?
-
Generation time depends on the model and server load. Typically between 1 and 10 minutes. The plugin checks automatically every 5 minutes, or you can click Recheck for an immediate update.
-
Does this plugin track users?
-
No. The plugin does not track visitors on your website. It only communicates with the Rusenas AI service when you (the site administrator) explicitly register, validate a key, or submit a generation job from the WordPress admin panel.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Rusenas AI Generator” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Rusenas AI Generator” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.4.9
- Updated Terms of Service and Privacy Policy links to product-specific URLs
0.4.9
- Renamed main class to Raig_Plugin to comply with WordPress prefix naming convention
0.4.7
- Tested up to WordPress 7.0
0.4.5
- CSS enqueuing via wp_register_style and wp_add_inline_style (no inline style tags)
- External service disclosure added to readme (data sent, when, Terms and Privacy links)
- Strict model allowlisting in sanitize_settings
- API key sanitization uses character allowlist instead of sanitize_text_field
0.4.4
- Professional custom UI design
- Card-based page layouts
- Branded header bar with navigation
- All WordPress Plugin Check compliance fixes
0.3.2-beta
- Initial public beta release