WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Lauri Saarni v1.2.0

AI Provider for Mistral

Independent WordPress AI Client provider for Mistral.

AI Provider for Mistral

The facts

Active installs
100+
Price
Free
Last updated
21 Apr 2026
Added
Mar 2026
Requires WP
6.9
Tested up to
WP 7.0.4
Requires PHP
7.4
Downloads
904

Our analysis

AI-assisted

AI Provider for Mistral is a WordPress plugin that integrates Mistral's AI capabilities into your site. It allows for text and image generation using Mistral models, enabling developers to create applications that leverage these AI features. The plugin requires a PHP AI Client plugin and a Mistral API key to function.

The plugin is suitable for developers looking to add AI functionalities to their WordPress sites, particularly those who want to use Mistral's models for content generation. It supports dynamic discovery of available models from the Mistral API and includes features like function calling and vision input support for compatible models.

Best for: This plugin suits developers looking to integrate Mistral AI capabilities into their WordPress sites.

What it does well

  • Enables text and image generation with Mistral models
  • Supports function calling and vision input for compatible models
  • Dynamic model discovery from Mistral API
  • Requires PHP 7.4 or higher

Where it falls short

  • Requires the PHP AI Client plugin to be installed
  • Data is sent to the Mistral API when AI generation requests are made

Verdict

AI Provider for Mistral offers useful AI functionalities for WordPress developers, but it requires additional components and careful handling of data requests.

From the developer

Lauri Saarni's own description of AI Provider for Mistral, lightly tidied.

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

For Developers

Filters

ai_provider_for_mistral_model_sort_callback

Filters the comparator used to order Mistral models in the metadata directory. Return any callable with the usort() signature function (ModelMetadata $a, ModelMetadata $b): int. The default comparator, the directory instance, and the unsorted model list are passed as context, so your filter can delegate to the default for everything except the cases you want to override.

Example — pin codestral-latest to the top and fall back to the default order for everything else:

add_filter(
    'ai_provider_for_mistral_model_sort_callback',
    function ( callable $default ): callable {
        return function ( $a, $b ) use ( $default ) {
            if ( $a->getId() === 'codestral-latest' ) return -1;
            if ( $b->getId() === 'codestral-latest' ) return 1;
            return $default( $a, $b );
        };
    }
);

External services

This plugin connects to the Mistral AI API (https://api.mistral.ai/v1) to provide AI text generation and image generation capabilities.

Data is sent to the Mistral API when your application code makes AI generation requests through the PHP AI Client. The data sent includes your prompts, model configuration, and API key. No data is sent automatically — requests only occur when explicitly triggered by code using the PHP AI Client SDK.

This service is provided by Mistral AI (https://mistral.ai/):
– Terms of Service: https://mistral.ai/terms/
– Privacy Policy: https://mistral.ai/terms/#privacy-policy

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for AI features.

Yoast SEO

Real-time SEO guidance, schema, and AI built in. Help search engines and AI systems understand your content. A...

Free 10M+ installs 4.8★ (27,819)
WPForms

WPForms

98

The best WordPress contact form plugin. Drag & Drop form builder to create beautiful contact forms, paymen...

Free 5M+ installs 4.8★ (14,369)
Rank Math SEO

Grow your organic traffic and AI visibility with powerful SEO tools, XML sitemaps, Schema automation, and buil...

Free 4M+ installs 4.8★ (7,496)
Translate WordPress with GTranslate

Translate WordPress with Google Translate multilanguage plugin using AI translation. Complete multilingual SEO...

Free 900k+ installs 4.9★ (4,950)
All in One SEO

AIOSEO is the WordPress SEO plugin. Boost SEO rankings with AI SEO tools, schema, meta descriptions, XML sitem...

Free 2M+ installs 4.7★ (5,201)
Premium Addons for Elementor

Elementor Carousel, Mega Menu, Posts List/Slider, WooCommerce Widgets, Display Conditions, AI Abilities, Prema...

Free 600k+ installs 4.9★ (1,677)