- GenAI Concepts
Introduces essential generative AI concepts including LLMs, RAG, prompt engineering, function calling, and agents for Mendix app development.
With Mendix's agentic capabilities, you can build AI-powered features into your apps using leading AI models and your own data. Integrate AI capabilities into your apps with Agents Kit, a collection of Mendix starter apps, connectors, and modules that support implementations from simple text generation to complex multi-step agentic workflows.
Some typical use cases include the following:
Agents Kit 2 is available for Mendix Studio Pro 11.12 and above and provides Mendix's newest agentic features and improvements. Agents Kit 1 is available for Studio Pro 10.24 and above. Older versions of some modules and the GenAI Showcase App are available in Studio Pro 9.24.2.
Start exploring how to integrate agentic and generative AI into your Mendix apps:
New to generative AI?
Already familiar with generative AI?
Mendix connectors offer direct support for the following models.
| Models | Category | Input | Output | Additional Capabilities |
|---|---|---|---|---|
| Anthropic Claude Sonnet Models | Chat completions | text, image, document | text | Function calling |
| Cohere Embed Models | Embeddings | text | embeddings |
| Models | Category | Input | Output | Additional Capabilities |
|---|---|---|---|---|
| gpt and o family, such as gpt-5.5 and o4 | Chat completions | text, image, document (OpenAI only) | text | Function calling |
| gpt-image-1, gpt-image-1.5, gpt-image-2 | Image generation | text | image | |
| text-embedding-ada-002, text-embedding-3-small, text-embedding-3-large | Embeddings | text | embeddings |
For a list of all OpenAI models, see Models in the OpenAI documentation.
| Models | Category | Input | Output | Additional Capabilities |
|---|---|---|---|---|
| Mistral's generalist models such as Mistral Small 4, Mistral Medium 3.5, Mistral Large 3, and Ministral 3 (3B, 8B, 14B) | Chat completions | text, image | text | Function calling |
| Codestral, Devstral | Chat completions | text | text | Function calling |
| (Open) Mistral Nemo 12B | Chat completions | text | text | |
| Mistral Embed, Codestral Embed | Embeddings | text | embeddings |
For a list of all Mistral models, see Models Overview in the Mistral documentation.
| Models | Category | Input | Output | Additional Capabilities |
|---|---|---|---|---|
| Gemini 2.5 Flash, Gemini 2.5 Flash-Lite, Gemini 2.5 Pro, Gemini Flash Latest, Gemini Flash-Lite Latest, Gemini Pro Latest | Chat completions | text, image | text | Function calling |
| Gemini 3 Flash Preview, Gemini 3.1 Flash-Lite, Gemini 3.1 Pro Preview, Gemini 3.5 Flash | Chat completions | text, image | text |
| Models | Category | Input | Output | Additional Capabilities |
|---|---|---|---|---|
| Native support for models that support the Converse API, with providers including Anthropic Claude, DeepSeek, Meta, and OpenAI (OSS models). | Chat completions | text, document, image | text | Function calling |
| Native support for models by Cohere, and configurable support for all other models that support the Invoke API. | Embeddings | text | embeddings | |
| Native support for Titan Image Generator G1 v2 (availability varies by region), and configurable support for all other models that support the Invoke API. | Image generation | text | image |
For a list of all Bedrock Models, see Models at a glance. To determine if a model supports the Converse or Invoke APIs, see the model details after selecting a model from the list.
In addition to the models listed above, you can also connect to other models by implementing one of the following options:
If you have any questions, encounter errors, or want to share feedback, reach out in the #genai-connectors channel in the Mendix Community Slack workspace. To sign up for this workspace, use this invitation link.
Introduces essential generative AI concepts including LLMs, RAG, prompt engineering, function calling, and agents for Mendix app development.
Explains how to access and use Mendix Cloud GenAI Resource Packs.
Agents Kit 2: Lists the Agents Kit 2 components (starter apps, showcase apps, core modules, connectors, and MCP modules) and provides links to how-to guides and reference documentation for building agentic and generative AI apps in Studio Pro 11.12 and above.
Agents Kit 1: Lists the Agents Kit 1 components (starter apps, showcase apps, core modules, connectors, and MCP modules) and provides links to how-to guides and reference documentation for building agentic and generative AI apps in Studio Pro 10.24 and above.