Drupal AI Adds mittwald Provider v1.0 to Support Hosted AI Models
Drupal AI now supports mittwald’s hosted AI models through a newly released mittwald AI provider module (version 1.0), enabling Drupal sites to leverage mittwald’s AI hosting platform for capabilities like chat completions, embeddings, and more via an OpenAI‑compatible API.
The mittwald AI provider is an official provider implementation for the Drupal AI module, which serves as a framework for integrating artificial intelligence features into Drupal sites. Announced by developer Martin Helmich, the 1.0 release marks the first full production‑ready version of the provider adapted for mittwald’s infrastructure.
The module was originally forked from the existing ai_provider_openai project and modified to work with mittwald’s hosted AI environment. Because mittwald’s API is compatible with OpenAI, the provider can support the same types of AI operations without requiring a separate or proprietary interface, making it easier for developers already familiar with OpenAI‑style integrations to adopt.
At launch, the mittwald AI provider supports key operations, including:
- Chat completions: for building conversational AI features, content generation, and interactive experiences.
- Embeddings: for powering semantic search, relevance scoring, and other AI‑driven data tasks.
The module allows authors and developers to connect to mittwald’s hosted models directly through the Drupal AI interface, streamlining workflows that involve natural language processing, assisted content creation, and other generative AI tasks. Because mittwald’s platform handles the underlying compute and model hosting, site administrators do not need to manage local AI infrastructure.
Martin Helmich expressed gratitude to contributors who helped refine the provider implementation, particularly acknowledging Peter M. for guidance after the first prototype was released. This collaboration highlights the open‑source ethos behind Drupal AI and the wider ecosystem of provider modules.
Developers interested in using the mittwald provider can install it alongside the Drupal AI module, configure it with their mittwald credentials, and begin incorporating advanced AI functions on their sites with minimal setup. The provider’s alignment with OpenAI‑style APIs means existing Drupal integrations can be reused or adapted with fewer changes.
Note: This provider module is not covered by Drupal’s security advisory policy. Use at your own discretion.
? For more information and to download the mittwald AI provider module, visit the official project page on Drupal.org.


