Linux 软件免费装
Banner图

AI Provider for MiniMax – AI Text & Image Generation Connector

开发者 mralaminahamed
更新时间 2026年9月12日 06:02
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

connector text generation image generation llm minimax

下载

1.6.0 1.0.0 1.2.0 1.3.1 1.4.0 1.1.0 1.3.0 1.2.1 1.5.0

详情介绍:

This plugin is an AI connector for MiniMax. It registers MiniMax with the WordPress AI Client, so every AI-enabled plugin on your site can generate text and images through MiniMax — text generation, chat, image understanding on MiniMax-M3, and image generation with image-01. This plugin is an independent, third-party integration and is not affiliated with, endorsed by, or sponsored by MiniMax. Why MiniMax? MiniMax is an AI company known for its high-performance, cost-effective language models. The MiniMax M2 and M3 series deliver frontier-level text generation quality — competitive with top models from OpenAI and Anthropic — while offering attractive pricing for high-volume WordPress use cases. MiniMax models are particularly strong at: Features What Can You Do With AI in WordPress? Once this provider is configured, any WordPress plugin or theme that integrates with the WordPress AI Client can use it: Supported Models When an API key is configured, the live model list is fetched directly from the MiniMax API, so you always see the latest models. If the API is ever unavailable, a built-in fallback list keeps everything working — the MiniMax-M3 flagship plus the M2 series (M2.7, M2.5, M2.1, and M2), each with an optional Highspeed variant tuned for lower latency, alongside image-01 for images and eight speech-* voices for text to speech. See the full model catalogue for every model ID. Not sure which to pick? See the FAQ below. Requirements How the WordPress AI Provider System Works WordPress 7.0 introduced a built-in AI Client SDK. Plugins and themes call a standard API (e.g. "generate text from this prompt") without knowing which AI provider is active. Provider plugins like this one register themselves with WordPress and handle the actual API calls. This means:
  1. Install this plugin → MiniMax is registered as an AI provider
  2. Enter your API key in Settings > Connectors
  3. Every AI-enabled plugin on your site can now use MiniMax automatically
You can also install multiple provider plugins and switch between them from the Connectors screen — no re-configuration of individual plugins needed. Settings Go to Settings > MiniMax to configure: For Developers This plugin follows the official WordPress AI Provider pattern and works with any plugin built on the WordPress AI Client SDK. It registers the minimax provider and supports the generation options MiniMax actually honours (temperature, max tokens, top P, system instruction, and function declarations). Presence and frequency penalties and stop sequences are deliberately not declared, because MiniMax documents them as ignored. The source code is on GitHub — bug reports and pull requests are welcome: Developer documentation: More from us Other free plugins by the same author, all on WordPress.org. Another provider for the same AI Client For any site For a WooCommerce store

安装:

  1. Upload the plugin files to /wp-content/plugins/alamin-ai-provider-for-minimax/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to Settings > Connectors and enter your MiniMax API key.
  4. Go to Settings > MiniMax to choose a default model and tune generation parameters.
  5. Install any AI-enabled plugin (e.g. the AI Experiments plugin) to start using AI features.
Getting Your API Key
  1. Sign up at platform.minimax.io
  2. Go to the Interface Key section
  3. Create a new API key and copy it
  4. Paste it into Settings > Connectors in your WordPress admin
WP-CLI Installation wp plugin install alamin-ai-provider-for-minimax --activate

升级注意事项:

1.6.0 Adds text to speech, a Test connection button and an uninstall handler. Fixes two faults that stopped generation outright: requests were sent without a host, and the default model you picked was never used. No database changes and no settings to redo. 1.5.0 Adds image generation via image-01, and declares chat-history support. Settings now actually apply to requests — temperature, max tokens and top_p were stored and never read. Adds thinking mode and service tier. Removes the presence and frequency penalty controls, which MiniMax ignores. Internal PHP namespace and class names changed; no database changes and no settings to redo. 1.4.0 Adds a connection-status indicator, defaults to MiniMax-M3, and syncs the fallback model list with the official MiniMax catalogue. Fixes a possible AI Client TypeError. No database changes required. 1.3.1 Fixes live model list not loading when API key is set via Settings > Connectors. No database changes required. 1.3.0 Adds Top P, Presence Penalty, and Frequency Penalty settings. No database changes required. Requires WordPress 7.0 or higher. 1.2.1 Fixes connector showing "Connected" before an API key is entered. No database changes required. 1.2.0 Fixes a false "no valid connector" warning on the AI admin page. No database changes required.

常见问题:

What is MiniMax?

MiniMax is an AI company building high-performance large language models. Their MiniMax M2 and M3 series offer frontier-level text generation capabilities with strong multilingual support and competitive pricing. Learn more at minimax.io.

Where do I enter my API key?

Go to Settings > Connectors in your WordPress admin and enter your MiniMax API key there. All AI-enabled plugins on your site will automatically use it. Alternatively, set the MINIMAX_API_KEY environment variable on your server.

Do I need to install a separate AI Client plugin?

No. WordPress 7.0 and higher include the AI Client SDK natively — no additional plugin is required.

Which MiniMax model should I choose as the default?

  • Best quality — MiniMax-M3 for the highest capability and long-context tasks
  • Speed + quality — MiniMax-M2.7 Highspeed or MiniMax-M2.5 Highspeed for fast responses without much quality loss
  • Cost-effective — MiniMax-M2.1 or MiniMax-M2.1 Highspeed for high-volume, lower-cost use cases
  • General use — MiniMax-M2.5 is a well-rounded choice for most WordPress content tasks

What happens if the MiniMax API is unreachable?

The plugin falls back to a hardcoded list of 8 MiniMax models so the AI Client continues to function and AI-enabled plugins stay operational.

Can I use multiple AI provider plugins at the same time?

Yes. WordPress lets you install multiple provider plugins. You can switch the active provider from Settings > Connectors at any time without reconfiguring any plugin.

Is my API key stored securely?

Your API key is stored in the WordPress options table, which is protected by your database credentials. For higher security, set the MINIMAX_API_KEY environment variable on your server — this keeps the key entirely out of the database.

How does billing work?

Billing is handled entirely by MiniMax. Your usage is billed according to MiniMax's pricing based on tokens consumed. WordPress and this plugin do not charge anything.

What generation parameters does this provider support?

Temperature, max tokens, top P, thinking mode, service tier, system instruction, and function declarations. Presence and frequency penalties and stop sequences are not offered: MiniMax ignores them, so a control for them would do nothing.

Is MiniMax good for multilingual content?

Yes. MiniMax models perform well across multiple languages, particularly English and Chinese. They are a strong choice for WordPress sites targeting multilingual or Chinese-language audiences.

Can I use this for WooCommerce product descriptions?

Yes, if you have a WooCommerce plugin that integrates with the WordPress AI Client. Once this provider is active and your API key is set, any AI-enabled WooCommerce plugin can generate product descriptions, SEO meta, and more.

Does this work with the Gutenberg block editor?

Yes. Any Gutenberg plugin or block that uses the WordPress AI Client will automatically use this provider once configured.

Do you have a developer API?

This plugin implements the standard WordPress AI Client provider interface. Developers building plugins or themes on top of the WordPress AI Client do not need to do anything special — if this provider is active, it will be available automatically.

更新日志:

1.6.0 - 2026-09-12 Added 1.5.0 - 2026-08-09 Added Changed Removed 1.4.0 - 2026-07-21 Added 1.3.1 - 2026-06-16 Fixed 1.3.0 - 2026-06-16 Added 1.2.1 - 2026-05-01 Fixed 1.2.0 - 2026-04-01 Added 1.1.0 - 2026-03-01 Added 1.0.0 - 2026-01-01