Releases: rtCamp/ai-provider-for-openrouter-by-rtcamp
Release list
v1.1.0
Connector for OpenRouter v1.1.0
Release Date: June 3, 2026
Overview
This release brings a more polished administrative experience and significant under-the-hood improvements to the Connector for OpenRouter plugin. We've focused on modernizing our tech stack by migrating the settings interface to TypeScript and SCSS, enhancing the user experience with helpful tooltips, and streamlining default configurations. These updates ensure the plugin remains fast, user-friendly, and highly maintainable while continuing to seamlessly bridge your WordPress site with OpenRouter's AI models.
What's New
UI & User Experience Enhancements
- Settings Tooltips & Guidance — Added intuitive tooltips to settings fields, making it easier to understand and configure your AI provider options without leaving the page.
- Improved Pricing Formatter — Updated the pricing formatter to cleanly display image generation details, ensuring you have clear insights into model usage costs.
- General UI & Documentation Polish — Enhanced overall documentation and user interface elements for a smoother administrative experience.
Under-the-Hood Upgrades
- TypeScript & SCSS Migration — Completely migrated the settings UI codebase to TypeScript and SCSS. This modernization improves code quality, stability, and future development speed.
- Optimized Asset Handling — Revamped how assets are built and handled within the plugin for better performance and reliability.
- Dependency Management — Routine security and maintenance updates to core project dependencies.
Configuration Updates
- Smarter Defaults — The default image model selection in settings has been fixed and updated to
openrouter/auto, ensuring a more robust, zero-configuration fallback for media generation.
Changelog
1.1.0
- Feat: Added tooltips to settings fields and updated pricing formatter to better format image details (#53).
- Enhancement: Migrated settings UI to TypeScript and SCSS, and updated asset handling (#55).
- Enhancement: Enhanced documentation and UI elements (#57).
- Fix: Updated default image model selection to openrouter/auto in settings (#50).
- Chore: Updated project dependencies in composer.lock and package-lock.json (#51).
Full Changelog:
Contributors
Thank you for using the Connector for OpenRouter! Your feedback helps us build a robust, flexible AI ecosystem for WordPress. Made with ❤️ by rtCamp.
v1.0.0
Connector for OpenRouter v1.0.0
Release Date: April 30, 2026
Overview
This is the initial release of the Connector for OpenRouter plugin, bridging the WordPress AI Client with OpenRouter's expansive model marketplace. This integration provides you with access to hundreds of AI models—including industry leaders like GPT-4, Claude, and Gemini—for both text and image generation through a single, unified API. By eliminating vendor lock-in, it allows you to switch and deploy different AI models directly from your WordPress admin without changing any code.
What's New
Core Features
- Unified Provider Registration — Registers OpenRouter as a primary AI provider for the WordPress AI Client, routing all requests through a single API key.
- Flexible Dual Model Configuration — Configure specific default models for text generation and image generation independently via the WordPress admin settings.
- Smart Model Discovery & Exposure — Settings feature an autocomplete dropdown backed by live model discovery from OpenRouter. If you configure the same model for both text and image generation, the plugin smartly exposes it just once with combined capabilities.
- Text Generation Support
- Instant access to hundreds of OpenRouter-supported language models.
- Seamless integration with native WordPress AI Client features (Title generation, Excerpt generation, Content Summarization).
- Standardized interface via OpenRouter's chat completions endpoint.
- Image Generation Support
- Powered by OpenRouter's chat completions image modality (
modalities: ["image"]). - Full compatibility with WordPress media generation tools, including Featured Image and Media Library generation.
- Powered by OpenRouter's chat completions image modality (
- Advanced Environment Overrides
- Inject configurations directly via
OPENROUTER_BASE_URLandOPENROUTER_API_KEYconstants for secure, advanced deployments.
- Inject configurations directly via
Changelog
1.0.0
- Initial stable release.
- Core provider implementation linking OpenRouter's API (
v1/chat/completions) with the WordPress AI Client. - Added text generation routing support.
- Added image generation routing support via the
imagemodality. - Introduced admin settings interface (Settings > OpenRouter Settings) with live model autocomplete (
GET /models). - Implemented smart exposure logic for single-model dual-usage.
- Added support for environment variable overrides.
- Packaged for use as a standard WordPress plugin or a Composer dependency (
rtcamp/connector-for-openrouter).
Thank you for using the Connector for OpenRouter! Your feedback helps us build a robust, flexible AI ecosystem for WordPress. Made with ❤️ by rtCamp.