Download the PHP package mralaminahamed/ai-provider-for-minimax without Composer
On this page you can find all versions of the php package mralaminahamed/ai-provider-for-minimax. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mralaminahamed/ai-provider-for-minimax
More information about mralaminahamed/ai-provider-for-minimax
Files in mralaminahamed/ai-provider-for-minimax
Package ai-provider-for-minimax
Short Description AI Provider for MiniMax — an independent MiniMax integration for the WordPress AI Client.
License GPL-2.0-or-later
Informations about the package ai-provider-for-minimax
[!NOTE] Not affiliated with MiniMax. You supply your own API key, and requests are billed to your own account.
Quick Start
Install from the WordPress admin — Plugins → Add New, search for "AI Provider for MiniMax", then Install Now and Activate. Add your API key on the plugin's settings screen.
To run it from source instead:
Needs the WordPress AI Client — this plugin implements its provider contract and does nothing on its own. Minimum WordPress, PHP, and tested-up-to versions are shown in the badges above; readme.txt and the plugin header are the source of truth.
What It Does
The AI Client defines what a provider looks like; it does not ship every provider. This is the MiniMax implementation — it declares the models, reports whether the site is configured to reach them, and performs the requests.
There is no interface of its own to learn. Install it and MiniMax's models appear to whatever already speaks AI Client, which is the point: the calling code does not learn a new API, and does not learn this plugin's name.
Features
| Feature | Description |
|---|---|
| Model catalogue | MiniMax text and multimodal models, with per-model capabilities declared to the AI Client |
| Cheap availability | Whether the provider is usable is answered without a network call |
| Key storage | Stored server-side under connectors_ai_minimax_api_key; never sent to the browser |
| Provider metadata | What the AI Client displays and reasons about |
| Static analysis | PHPStan at level max |
Development
Architecture
PHP lives under the PSR-4 namespace MiniMax\MiniMaxAiProvider\:
The split worth knowing is Availability against Provider. Availability answers "can this be used" without making a network call, so a consumer can enumerate every installed provider cheaply and only reach the network when it actually intends to send a request.
Security
- The API key is stored server-side and never reaches the browser, a log, an error message, or a REST response
- Requests go to MiniMax only, with your key, billed to your account
- No analytics, telemetry, or phone-home
Report vulnerabilities privately — see the security policy.
Changelog
The complete version history lives in WordPress.org changelog page.
Contributing
Bug reports, feature requests, and pull requests are welcome. Read the issue tracker.
Maintainer
Al Amin Ahamed — alaminahamed.com · @mralaminahamed
License
GPL-2.0-or-later