Linux 软件免费装
Banner图

AI Provider for MiniMax

开发者 mralaminahamed
更新时间 2026年6月15日 19:14
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

artificial intelligence ai text generation llm minimax

下载

1.2.0 1.2.1 1.0.0 1.1.0 1.3.0

详情介绍:

This plugin integrates MiniMax as an AI provider for the WordPress AI Client. It enables access to MiniMax's high-performance AI models through the OpenAI-compatible API. This plugin is an independent, third-party integration and is not affiliated with, endorsed by, or sponsored by MiniMax. "MiniMax" is the name of the third-party service this plugin connects to. Features: Supported Models (fallback list): MiniMax-M2.7, MiniMax-M2.7 Highspeed, MiniMax-M2.5, MiniMax-M2.5 Highspeed, MiniMax-M2.1, MiniMax-M2.1 Highspeed, MiniMax-M2, MiniMax-M1, MiniMax-Text-01 When an API key is configured, the live model list is fetched directly from the MiniMax API. Requirements: Settings: Go to Settings > MiniMax to configure:

安装:

As a WordPress Plugin
  1. Download the plugin zip file
  2. Go to Plugins > Add New > Upload Plugin in your WordPress admin
  3. Upload the zip and click Install Now
  4. Activate AI Provider for MiniMax
  5. Go to Settings > MiniMax and enter your API key
Note: WordPress 7.0 includes the AI Client SDK natively — no additional AI Client plugin is required. If you are running an older WordPress version, you must install the WordPress AI Client plugin separately first. Manual Installation
  1. Upload the alamin-ai-provider-for-minimax folder to /wp-content/plugins/
  2. Follow steps 4–5 above
As a Composer Package composer require mralaminahamed/ai-provider-for-minimax

升级注意事项:

1.3.0 Adds Top P, Presence Penalty, and Frequency Penalty settings. No database changes or manual steps required. Requires WordPress 7.0 or higher. 1.2.0 Fixes a false "no valid connector" warning on the AI admin page. No database changes required. 1.1.0 Expanded fallback model list to 9 models. No database changes or manual steps required. 1.0.0 Initial release. No upgrade steps required.

常见问题:

What is MiniMax?

MiniMax is an AI company that provides high-performance language models, including the MiniMax-M2 series known for their coding and text generation capabilities. Learn more at minimax.io.

Do I need a separate AI Client plugin?

Not on WordPress 7.0 or higher — the AI Client SDK is built into WordPress core. On older versions you will need the WordPress AI Client plugin.

Where do I get an API key?

Sign up at platform.minimax.io and generate an API key from the interface key section.

Is my API key stored securely?

Your API key is stored in the WordPress options table using WordPress's standard options API. For higher security, set the MINIMAX_API_KEY environment variable on your server instead — this bypasses the database entirely.

What happens if the MiniMax API is unreachable?

The plugin falls back to a hardcoded list of 9 MiniMax models so the AI Client continues to function.

What generation parameters are supported?

Temperature, max tokens, top P, presence penalty, frequency penalty, stop sequences, system instruction, and function declarations are all declared as supported options.

更新日志:

1.3.0 1.2.1 1.2.0 1.1.0 1.0.0