This plugin provides a third-party Mistral integration for the PHP AI Client SDK. It enables WordPress sites to use Mistral models for text generation and related AI capabilities.
It is not affiliated with, endorsed by, or sponsored by Mistral AI.
Features:
- Text generation with Mistral models
- Image generation with Mistral mistral-medium-2505 model
- Function calling support (for compatible models)
- Vision input support (for compatible models)
- Automatic provider registration
Available models are dynamically discovered from the Mistral API.
Requirements:
- PHP 7.4 or higher
- PHP AI Client plugin must be installed and activated
- Mistral API key
1.2.0
- Default sort now surfaces flagship Mistral models (Large, Medium, Magistral, Codestral, …) first and sinks legacy open-weights and non-chat models to the bottom.
- New
ai_provider_for_mistral_model_sort_callback filter lets integrators replace the sort comparator.
- Declare document input modality on all chat models and serialize
{type: "document_url"} content chunks — document QnA now works through any chat model via a remote URL (upload via the Files API for private documents).
- Declare audio input modality on Voxtral models so the AI Client surfaces them as audio-capable chat models.
1.1.1
- Fix an issue with the image generation model
1.1.0
- Refactor to follow wp.org plugin guidelines
1.0.2
- Add provider description and logo for connector screen
1.0.1
- Clean up plugin distribution
1.0.0
- Adjust the tool calling to work with Mistral API.
- Redesign banners and icons
0.3.3
- Fix image generation model loading when using as a plugin.
0.3.2
- Add support for image generation
- Fix issue in output schema
0.3.1
- Add support for output schema
0.3.0
- Rename plugin to "AI Provider for Mistral" (new slug: ai-provider-for-mistral, new namespace: AiProviderForMistral)
- Throw TokenLimitReachedException when Mistral returns finish_reason "length"
0.2.0
- Rewrite the plugin to use better naming that reflects that this is independent product and it is not official Mistral product.
- Add unit and integration tests
0.1.1 - 0.1.3
Improve package / plugin distribution
0.1.0
- Initial release
- Support for Mistral text generation models
- Function calling support for compatible models
- Vision input support for compatible models