| 开发者 | mralaminahamed |
|---|---|
| 更新时间 | 2026年6月15日 19:14 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
MINIMAX_API_KEY environment variable)alamin-ai-provider-for-minimax folder to /wp-content/plugins/composer require mralaminahamed/ai-provider-for-minimaxMiniMax 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.
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.
Sign up at platform.minimax.io and generate an API key from the interface key section.
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.
The plugin falls back to a hardcoded list of 9 MiniMax models so the AI Client continues to function.
Temperature, max tokens, top P, presence penalty, frequency penalty, stop sequences, system instruction, and function declarations are all declared as supported options.
templates/admin/ for cleaner separation of logic and presentationsrc/ to includes/ per WordPress plugin conventionsMINIMAX_API_KEY environment variable