Description
This plugin integrates mittwald AI Hosting with WordPress AI features, enabling AI-powered features on your WordPress site using mittwald’s infrastructure.
This plugin requires WordPress 7.0 or newer, including WordPress 7.0 pre-releases.
Supported Operations & Models
Chat Completions
Fully supported for conversational AI, content generation, and chat-based interactions.
Available Models:
– GPT-OSS models: Open-source GPT-compatible models
– Ministral: supports vision/image input
– Devstral: optimized for code generation
Capabilities:
– Standard text chat
– Image vision (Mistral Small models only)
– JSON output formatting
– Tool/function calling
– Streaming responses
Installation
Install this plugin:
- Install the plugin in the WordPress Dashboard or
- Download the plugin files and upload it manually to the server
- Activate the plugin
Alternatively, use the WP CLI to install this plugin:
wp plugin install --activate mittwald-ai-provider
Configuration
- Obtain an API Key: Follow the mittwald AI Hosting access guide to get your API credentials.
- Store AI Client Credentials (choose one):
- In WordPress admin:
- Navigate to Settings > Connectors (
/wp-admin/options-connectors.php) - Fill in the mittwald API key and save
- Navigate to Settings > Connectors (
- In
wp-config.phpvia WP-CLI:wp config set MITTWALD_API_KEY your-api-key - In
wp-config.phpvia direct file edit:define( 'MITTWALD_API_KEY', 'your-api-key' ); - As environment variable (for example in Apache config):
SetEnv MITTWALD_API_KEY your-api-key
- In WordPress admin:
- Enable AI experiments (optional):
- To actually use the connector, you need a plugin that makes use of the AI connector. The Plugin AI Experiments is the official example. Install and activate the plugin.
- Navigate to Settings > AI Experiments (
/options-general.php?page=ai-experiments) - Select »Enable Experiments« and Save
- Select the Experiments you want to use and Save
FAQ
-
How do I get a mittwald AI hosting API key?
-
To obtain an API Key follow the mittwald AI Hosting access guide to get your API credentials.
-
Does mittwald AI hosting have rate Limits or usage quotas?
-
mittwald AI Hosting has usage limits based on your account tier. For details on usage limits and terms, see the mittwald AI Hosting terms of use.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“AI Provider for mittwald” is open source software. The following people have contributed to this plugin.
Contributors“AI Provider for mittwald” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “AI Provider for mittwald” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
