From fd8cdcb212b6d65af5add587a8d5eec4abb49198 Mon Sep 17 00:00:00 2001 From: linaaaf <90840263+linaaaf@users.noreply.github.com> Date: Fri, 17 Apr 2026 14:20:33 +0200 Subject: [PATCH 01/14] Update agent-commons.md Small troubleshooting addition about Oracle datatypes --- .../docs/marketplace/genai/reference-guide/agent-commons.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/marketplace/genai/reference-guide/agent-commons.md b/content/en/docs/marketplace/genai/reference-guide/agent-commons.md index da739345c69..a393c41f268 100644 --- a/content/en/docs/marketplace/genai/reference-guide/agent-commons.md +++ b/content/en/docs/marketplace/genai/reference-guide/agent-commons.md @@ -250,3 +250,7 @@ If you encounter an error stating that an attribute or a reference is required a ### Conflicted Lib Error After Module Import If you encounter an error caused by conflicting Java libraries, such as `java.lang.NoSuchMethodError: 'com.fasterxml.jackson.annotation.OptBoolean com.fasterxml.jackson.annotation.JsonProperty.isRequired()'`, try synchronizing all dependencies (**App** > **Synchronize dependencies**) and then restart your application. + + +### Oracle-specifc +Depending on the database used, Mendix maps unlimited string values (e.g. User prompt and System prompt attributes) to data types which might not support string comparisons (e.g. in a rule). This can lead to errors. To fix them, you can edit the attribute types inside of the domain model and set a string length. From 894eec787cda729f9a024a40f3f76f4d365c0425 Mon Sep 17 00:00:00 2001 From: linaaaf <90840263+linaaaf@users.noreply.github.com> Date: Fri, 29 May 2026 16:35:12 +0200 Subject: [PATCH 02/14] Clarify GenAI Commons description in documentation Updated the description for GenAI Commons to clarify its role as a base module and required dependency. --- content/en/docs/marketplace/genai/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index 6c336604e05..bdc9805081e 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -60,7 +60,7 @@ Integrate AI capabilities into your applications with Agents Kit, a collection o | [Agent Commons](/appstore/modules/genai/genai-for-mx/agent-commons/) | Build agentic functionality by defining, testing, and evaluating agents at runtime. Iterate on prompts and agent configurations without app redeployment through the integrated Agent Builder UI. | 10.24 | | [Agent Editor](/appstore/modules/genai/genai-for-mx/agent-editor/) | Define agents as version-controlled documents in Studio Pro at design time. Author prompts, configure tools and knowledge bases, test locally, and deploy agents as part of your app model. | 11.9 | | [Conversational UI](/appstore/modules/genai/conversational-ui/) | Create chat interfaces for full-screen, sidebar, or modal GenAI conversations. Monitor token consumption and trace interactions with UI features built on GenAI Commons. | 10.24 | -| [GenAI Commons](/appstore/modules/genai/commons/) | Use common capabilities that allow all GenAI connectors to be integrated with the other modules. You can also implement your own connector based on this module. | 10.24 | +| [GenAI Commons](/appstore/modules/genai/commons/) | Base module with common capabilities that allow all GenAI connectors to be integrated with the other modules. Required dependency for both core and connector modules. You can also implement your own connector based on this module. | 10.24 | #### Connector Modules {#connectors} From e0c5242818673ff643bde020be097dac26d9253a Mon Sep 17 00:00:00 2001 From: linaaaf <90840263+linaaaf@users.noreply.github.com> Date: Fri, 29 May 2026 16:43:06 +0200 Subject: [PATCH 03/14] Update model listings for OpenAI and image generation Updated OpenAI supported models --- content/en/docs/marketplace/genai/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index bdc9805081e..d61928d7420 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -101,8 +101,8 @@ Mendix [connectors](#connectors) offer direct support for the following models. | Models | Category | Input | Output | Additional Capabilities | | --- | --- | --- | --- | --- | -| gpt-4, gpt-4-turbo, gpt-4o, gpt-4o mini, gpt-4.1, gpt-4.1-mini, gpt-4.1-nano, gpt-5.0, gpt-5.0-mini, gpt-5.0-nano, gpt-5.1, gpt-5.2, o1, o1-mini, o3, o3-mini, o4-mini | Chat completions | text, image, document (OpenAI only) | text | Function calling | -| DALL·E 2, DALL·E 3, gpt-image-1 | Image generation | text | image | | +| gpt and o family, e.g. gpt-5.5 and o4 | Chat completions | text, image, document (OpenAI only) | text | Function calling | +| pt-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 | | #### Mistral From 0596ccdfd76e910eaebefd72ff0a21659e4aa4bf Mon Sep 17 00:00:00 2001 From: linaaaf <90840263+linaaaf@users.noreply.github.com> Date: Fri, 29 May 2026 16:51:01 +0200 Subject: [PATCH 04/14] Revise model table and add API references Bedrock: Updated model listings and added links for Converse and InvokeModel APIs. --- content/en/docs/marketplace/genai/_index.md | 22 ++++----------------- 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index d61928d7420..97ea296fe79 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -124,24 +124,10 @@ Mendix [connectors](#connectors) offer direct support for the following models. | Models | Category | Input | Output | Additional Capabilities | | --- | --- | --- | --- | --- | -| Amazon Titan Text G1 - Express, Amazon Titan Text G1 - Lite, Amazon Titan Text G1 - Premier | Chat completions | text, document (except Titan Premier) | text | | -| AI21 Jamba-Instruct | Chat completions | text | text | | -| AI21 Labs Jurassic-2 (Text) | Chat completions | text | text | | -| Amazon Nova Pro, Amazon Nova Lite | Chat completions | text, image, document | text | Function calling | -| Amazon Titan Image Generator G1 | Image generation | text | image | | -| Amazon Titan Embeddings Text v2 | Embeddings | text | embeddings | | -| Anthropic Claude 3 Sonnet, Anthropic Claude 3.5 Sonnet, Anthropic Claude 3.5 Sonnet v2, Anthropic Claude 3 Haiku, Anthropic Claude 3 Opus, Anthropic Claude 3.5 Haiku, Anthropic Claude 3.7 Sonnet, Anthropic Claude 4.5 Sonnet, Anthropic Claude 4.5 Haiku, Anthropic Claude 4.5 Opus | Chat completions | text, image, document | text | Function calling | -| Cohere Command | Chat completions | text, document | text | | -| Cohere Command Light | Chat completions | text | text | | -| Cohere Command R, Cohere Command R+ | Chat completions | text, document | text | Function calling | -| Cohere Embed English, Cohere Embed Multilingual | Embeddings | text | embeddings | | -| DeepSeek, DeepSeek-R1 | Text | text | document | | -| Meta Llama 2, MetaLlama 3 | Chat completions | text, document | text | | -| Meta Llama 3.1 | Chat completions | text, document | text | Function calling | -| Mistral AI Instruct | Chat completions | text, document | text | | -| Mistral Large, Mistral Large 2 | Chat completions | text, document | text | Function calling | -| Mistral Small | Chat completions | text | text | Function calling | -| OpenAI gpt-oss-20B, gpt-oss-120b | Chat completions | text | text | | +| Find all models supporting the Converse API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Some examples of supported providers are Anthropic Claude, DeepSeek, Meta, OpenAI (OSS models) | Chat completions | text, document, image | text | | +| Find all models supporting the InvokeModel API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Examples of supported providers are Cohere and TwelveLabs| Embeddings | text | embeddings | | +| TO DO | Image generation | text, document, image | text | | + For more details on limitations and supported model capabilities for the Bedrock Converse API used in the ChatCompletions operations, see [Supported models and model features](https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference-supported-models-features.html) in the AWS documentation. From 710554d18428b8901d84fb554d55699966502393 Mon Sep 17 00:00:00 2001 From: linaaaf <90840263+linaaaf@users.noreply.github.com> Date: Fri, 29 May 2026 16:51:42 +0200 Subject: [PATCH 05/14] Update Converse API output capabilities Added 'Function calling' to the output capabilities for models supporting the Converse API. --- content/en/docs/marketplace/genai/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index 97ea296fe79..f26f125d606 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -124,7 +124,7 @@ Mendix [connectors](#connectors) offer direct support for the following models. | Models | Category | Input | Output | Additional Capabilities | | --- | --- | --- | --- | --- | -| Find all models supporting the Converse API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Some examples of supported providers are Anthropic Claude, DeepSeek, Meta, OpenAI (OSS models) | Chat completions | text, document, image | text | | +| Find all models supporting the Converse API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Some examples of supported providers are Anthropic Claude, DeepSeek, Meta, OpenAI (OSS models) | Chat completions | text, document, image | text | Function calling | | Find all models supporting the InvokeModel API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Examples of supported providers are Cohere and TwelveLabs| Embeddings | text | embeddings | | | TO DO | Image generation | text, document, image | text | | From 3f87e74508e15088ff46eb0e6e9be5ebeb021293 Mon Sep 17 00:00:00 2001 From: linaaaf <90840263+linaaaf@users.noreply.github.com> Date: Fri, 29 May 2026 16:52:17 +0200 Subject: [PATCH 06/14] Update image generation row in model capabilities table --- content/en/docs/marketplace/genai/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index f26f125d606..6c4976491e7 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -126,7 +126,7 @@ Mendix [connectors](#connectors) offer direct support for the following models. | --- | --- | --- | --- | --- | | Find all models supporting the Converse API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Some examples of supported providers are Anthropic Claude, DeepSeek, Meta, OpenAI (OSS models) | Chat completions | text, document, image | text | Function calling | | Find all models supporting the InvokeModel API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Examples of supported providers are Cohere and TwelveLabs| Embeddings | text | embeddings | | -| TO DO | Image generation | text, document, image | text | | +| TO DO | Image generation | text | image | | For more details on limitations and supported model capabilities for the Bedrock Converse API used in the ChatCompletions operations, see [Supported models and model features](https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference-supported-models-features.html) in the AWS documentation. From 652c01c3494fc9be8ea3ca4d1c52a0b6e31018e4 Mon Sep 17 00:00:00 2001 From: Liam Sommer <161324156+liamsommer-mx@users.noreply.github.com> Date: Mon, 8 Jun 2026 14:04:27 +0200 Subject: [PATCH 07/14] Remove titan embed references --- .../modules/aws/amazon-bedrock.md | 23 +++++-------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/content/en/docs/marketplace/platform-supported-content/modules/aws/amazon-bedrock.md b/content/en/docs/marketplace/platform-supported-content/modules/aws/amazon-bedrock.md index d86ab035a9d..b1602804fef 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/aws/amazon-bedrock.md +++ b/content/en/docs/marketplace/platform-supported-content/modules/aws/amazon-bedrock.md @@ -231,7 +231,6 @@ To invoke a Bedrock agent for your Mendix app, do the following steps: * Chat Completions with History * Chat Completion without History * Embeddings with Cohere Embed -* Embeddings with Amazon Titan Embeddings For more information about using this feature, refer to the [GenAI commons documentation](/appstore/modules/genai/genai-for-mx/commons/#token-usage). @@ -336,19 +335,19 @@ For Titan Image models, the `Image Generation: Add Titan Image Extension` operat #### Generate Embeddings (String) {#embeddings-single-string} -The [Generate Embeddings (String)](/appstore/modules/genai/genai-for-mx/commons/#embeddings-string) activity can be used to generate an embedding vector for a given input string with one of the Cohere Embed models or Titan Embeddings v2. +The [Generate Embeddings (String)](/appstore/modules/genai/genai-for-mx/commons/#embeddings-string) activity can be used to generate an embedding vector for a given input string with one of the Cohere Embed models. -For Cohere Embed and Titan Embeddings, the request can be associated to their respective EmbeddingsOptions extension object which can be created with the [Embeddings Options: Add Cohere Embed Extension](#add-cohere-embed-extension) or [Embeddings Options: Add Titan Embeddings Extension](#add-titan-embeddings-extension) operation. Through this extension, it is possible to tailor the operation to more specific needs. +For Cohere Embed, the request can be associated to their respective EmbeddingsOptions extension object which can be created with the [Embeddings Options: Add Cohere Embed Extension](#add-cohere-embed-extension) operation. Through this extension, it is possible to tailor the operation to more specific needs. -Currently, embeddings are available for the Cohere Embed family and or Titan Embeddings v2. +Currently, embeddings are available for the Cohere Embed family. #### Generate Embeddings (Chunk Collection) {#embeddings-chunk-collection} -The [Generate Embeddings (Chunk Collection)](/appstore/modules/genai/genai-for-mx/commons/#embeddings-chunk-collection) activity can be used to generate a collection of embedding vectors for a given collection of text chunks with one of the Cohere Embed models or Titan Embeddings v2. +The [Generate Embeddings (Chunk Collection)](/appstore/modules/genai/genai-for-mx/commons/#embeddings-chunk-collection) activity can be used to generate a collection of embedding vectors for a given collection of text chunks with one of the Cohere Embed models. -For each model family, the request can be associated to an extension of the EmbeddingsOptions object which can be created with either the [Embeddings Options: Add Cohere Embed Extension](#add-cohere-embed-extension) or the [Embeddings Options: Add Titan Embeddings Extension](#add-titan-embeddings-extension) operation. Through this extension, it is possible to tailor the operation to more specific needs. +For each model family, the request can be associated to an extension of the EmbeddingsOptions object which can be created with either the [Embeddings Options: Add Cohere Embed Extension](#add-cohere-embed-extension) operation. Through this extension, it is possible to tailor the operation to more specific needs. -Currently, embeddings are available for the Cohere Embed family and Titan Embeddings v2. +Currently, embeddings are available for the Cohere Embed family. #### Retrieve {#retrieve} @@ -442,16 +441,6 @@ This operation corresponds to the **CohereEmbedOptions_Extension_Create** microf | --- | --- | | `GenAICommons.EmbeddingsOptions (object)`, `InputType (enumeration)`, `EmbeddingTypes (enumeration, optional)`, `Truncate (enumeration, optional)` | `CohereEmbedOptions_Extension (object)`| -#### Embeddings Options: Add Titan Embeddings Extension {#add-titan-embeddings-extension} - -Use this microflow to add a new TitanEmbeddingsOptions_Extension object to your `EmbeddingsOptions` object. You can use it to include parameters that are unique to Titan Embeddings models. - -This operation corresponds to the **TitanEmbeddingsOptions_Extension_Create** microflow. - -| Input | Output | -| --- | --- | -| `GenAICommons.EmbeddingsOptions (object)`, `Normalize (boolean)`| `TitanEmbeddingsOptions_Extension (object)`| - #### Set Bedrock Retrieve Options {#add-r-extension} Use this microflow to add a new RetrieveRequest_Extension object to your request. This is required in order to use the [Retrieve](#retrieve) activity. From 3cdfb8d3d62870bc5e7eee58c12ce52ebe00a451 Mon Sep 17 00:00:00 2001 From: Liam Sommer <161324156+liamsommer-mx@users.noreply.github.com> Date: Mon, 8 Jun 2026 14:26:22 +0200 Subject: [PATCH 08/14] updated model support for bedrock embeddings --- content/en/docs/marketplace/genai/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index 6c4976491e7..d99225d47d8 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -125,7 +125,7 @@ Mendix [connectors](#connectors) offer direct support for the following models. | Models | Category | Input | Output | Additional Capabilities | | --- | --- | --- | --- | --- | | Find all models supporting the Converse API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Some examples of supported providers are Anthropic Claude, DeepSeek, Meta, OpenAI (OSS models) | Chat completions | text, document, image | text | Function calling | -| Find all models supporting the InvokeModel API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Examples of supported providers are Cohere and TwelveLabs| Embeddings | text | embeddings | | +| Find all models supporting the InvokeModel API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Currenty only models by Cohere are supported| Embeddings | text | embeddings | | | TO DO | Image generation | text | image | | From 37c484cfe1be3ad60ff764ae36490278bb8f0595 Mon Sep 17 00:00:00 2001 From: linaaaf <90840263+linaaaf@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:08:21 +0200 Subject: [PATCH 09/14] Update model support information in documentation For Bedrock --- content/en/docs/marketplace/genai/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index d99225d47d8..8f04e505b91 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -125,8 +125,8 @@ Mendix [connectors](#connectors) offer direct support for the following models. | Models | Category | Input | Output | Additional Capabilities | | --- | --- | --- | --- | --- | | Find all models supporting the Converse API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Some examples of supported providers are Anthropic Claude, DeepSeek, Meta, OpenAI (OSS models) | Chat completions | text, document, image | text | Function calling | -| Find all models supporting the InvokeModel API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Currenty only models by Cohere are supported| Embeddings | text | embeddings | | -| TO DO | Image generation | text | image | | +| Find all models supporting the InvokeModel API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Currently only models by Cohere are supported natively.| Embeddings | text | embeddings | | +| Find all models supporting the InvokeModel API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Currently only Titan Image Generator G1 v2 is supported natively (check availability for your region first). | Image generation | text | image | | For more details on limitations and supported model capabilities for the Bedrock Converse API used in the ChatCompletions operations, see [Supported models and model features](https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference-supported-models-features.html) in the AWS documentation. From d9f496d91c89fdffacf9a68ea0f78eeece815caf Mon Sep 17 00:00:00 2001 From: linaaaf <90840263+linaaaf@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:12:45 +0200 Subject: [PATCH 10/14] Revise model listings and add reference links Updated model names and added links for OpenAI and Mistral models and Google Gemini. --- content/en/docs/marketplace/genai/_index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index 8f04e505b91..e4939eacd62 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -105,19 +105,23 @@ Mendix [connectors](#connectors) offer direct support for the following models. | pt-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 | | +You can find a list of all OpenAI models [here](https://developers.openai.com/api/docs/models). + #### Mistral | Models | Category | Input | Output | Additional Capabilities | | --- | --- | --- | --- | --- | -| Mistral Large 3, Mistral Medium 3.1, Mistral Small 3.2, Ministral 3 (3B, 8B, 14B), Magistral (Small, Medium) | Chat completions | text, image | text | Function calling | +| Mistral Large 3, Mistral Medium 3.5, Mistral Small 4, Ministral 3 (3B, 8B, 14B), Magistral (Small, Medium) and more | Chat completions | text, image | text | Function calling | | Codestral, Devstral (Small, Medium), Open Mistral 7B, Mistral Nemo 12B | Chat completions | text | text | Function calling | | Mistral Embed, Codestral Embed | Embeddings | text | embeddings | | +You can find a list of all Mistral models [here](https://docs.mistral.ai/models/overview). + #### Google Gemini | Models | Category | Input | Output | Additional Capabilities | | --- | --- | --- | --- | --- | -| Gemini 2.5 Flash (+ Preview Sep 2025), Gemini 2.5 Flash-Lite (+ Preview Sep 2025), Gemini 2.5 Pro, Gemini Flash Latest, Gemini Flash-Lite Latest, Gemini Pro Latest | Chat completions | text, image | text | Function calling | +| 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 Pro Preview | Chat completions | text, image | text | | #### Amazon Bedrock From 4052ce490fec84a6eed54220b45d7fe01a60abd4 Mon Sep 17 00:00:00 2001 From: linaaaf <90840263+linaaaf@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:35:24 +0200 Subject: [PATCH 11/14] Update Gemini model listings in documentation --- content/en/docs/marketplace/genai/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index e4939eacd62..ae3b2e9872a 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -122,7 +122,7 @@ You can find a list of all Mistral models [here](https://docs.mistral.ai/models/ | 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 Pro Preview | Chat completions | text, image | text | | +| Gemini 3 Flash Preview, Gemini 3.1 Flash-Lite, Gemini 3.1 Pro Preview, Gemini 3.5 Flash | Chat completions | text, image | text | | #### Amazon Bedrock From e2f91a1c5e8f428c32d739c76434c4cbfa331736 Mon Sep 17 00:00:00 2001 From: linaaaf <90840263+linaaaf@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:43:36 +0200 Subject: [PATCH 12/14] Reorder Mistral models in the documentation table --- content/en/docs/marketplace/genai/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index ae3b2e9872a..73e4970f367 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -111,7 +111,7 @@ You can find a list of all OpenAI models [here](https://developers.openai.com/ap | Models | Category | Input | Output | Additional Capabilities | | --- | --- | --- | --- | --- | -| Mistral Large 3, Mistral Medium 3.5, Mistral Small 4, Ministral 3 (3B, 8B, 14B), Magistral (Small, Medium) and more | Chat completions | text, image | text | Function calling | +| Mistral Small 4, Mistral Medium 3.5, Mistral Large 3, Ministral 3 (3B, 8B, 14B), Magistral (Small, Medium) and more | Chat completions | text, image | text | Function calling | | Codestral, Devstral (Small, Medium), Open Mistral 7B, Mistral Nemo 12B | Chat completions | text | text | Function calling | | Mistral Embed, Codestral Embed | Embeddings | text | embeddings | | From 2b40bfaba35b8e3c923585913bf60d0b7603c6c3 Mon Sep 17 00:00:00 2001 From: linaaaf <90840263+linaaaf@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:48:49 +0200 Subject: [PATCH 13/14] Fix formatting and update Mistral models list --- content/en/docs/marketplace/genai/_index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index 73e4970f367..8e6bf8137bd 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -111,8 +111,9 @@ You can find a list of all OpenAI models [here](https://developers.openai.com/ap | Models | Category | Input | Output | Additional Capabilities | | --- | --- | --- | --- | --- | -| Mistral Small 4, Mistral Medium 3.5, Mistral Large 3, Ministral 3 (3B, 8B, 14B), Magistral (Small, Medium) and more | Chat completions | text, image | text | Function calling | -| Codestral, Devstral (Small, Medium), Open Mistral 7B, Mistral Nemo 12B | Chat completions | text | text | Function calling | +| Mistral Small 4, Mistral Medium 3.5, Mistral Large 3, Ministral 3 (3B, 8B, 14B) and more | 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 | | You can find a list of all Mistral models [here](https://docs.mistral.ai/models/overview). From 88d278917943d6fa8ed3a27cb1255aa4b85462d4 Mon Sep 17 00:00:00 2001 From: Dana Breseman Date: Thu, 11 Jun 2026 09:12:22 +0200 Subject: [PATCH 14/14] Language edit --- content/en/docs/genai/_index.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/content/en/docs/genai/_index.md b/content/en/docs/genai/_index.md index 9ef7f801b0c..c0dacfb41e0 100644 --- a/content/en/docs/genai/_index.md +++ b/content/en/docs/genai/_index.md @@ -62,7 +62,7 @@ Integrate AI capabilities into your applications with Agents Kit, a collection o | [Agent Commons](/agents/genai-for-mx/agent-commons/) | Build agentic functionality by defining, testing, and evaluating agents at runtime. Iterate on prompts and agent configurations without app redeployment through the integrated Agent Builder UI. | 10.24 | | [Agent Editor](/agents/genai-for-mx/agent-editor/) | Define agents as version-controlled documents in Studio Pro at design time. Author prompts, configure tools and knowledge bases, test locally, and deploy agents as part of your app model. | 11.9 | | [Conversational UI](/agents/genai-for-mx/conversational-ui/) | Create chat interfaces for full-screen, sidebar, or modal GenAI conversations. Monitor token consumption and trace interactions with UI features built on GenAI Commons. | 10.24 | -| [GenAI Commons](/agents/genai-for-mx/commons/) | Base module with common capabilities that allow all GenAI connectors to be integrated with the other modules. Required dependency for both core and connector modules. You can also implement your own connector based on this module. | 10.24 | +| [GenAI Commons](/agents/genai-for-mx/commons/) | Integrate GenAI connectors with other modules using common capabilities provided by this base module. Required dependency for both core and connector modules. You can also implement your own connector based on this module. | 10.24 | #### Connector Modules {#connectors} @@ -103,22 +103,22 @@ Mendix [connectors](#connectors) offer direct support for the following models. | Models | Category | Input | Output | Additional Capabilities | | --- | --- | --- | --- | --- | -| gpt and o family, e.g. gpt-5.5 and o4 | Chat completions | text, image, document (OpenAI only) | text | Function calling | -| pt-image-1, gpt-image-1.5, gpt-image-2 | Image generation | text | image | | +| 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 | | -You can find a list of all OpenAI models [here](https://developers.openai.com/api/docs/models). +For a list of all OpenAI models, see [Models](https://developers.openai.com/api/docs/models) in the OpenAI documentation. #### Mistral | Models | Category | Input | Output | Additional Capabilities | | --- | --- | --- | --- | --- | -| Mistral Small 4, Mistral Medium 3.5, Mistral Large 3, Ministral 3 (3B, 8B, 14B) and more | Chat completions | text, image | text | Function calling | +| Mistral Small 4, Mistral Medium 3.5, Mistral Large 3, Ministral 3 (3B, 8B, 14B), and more | 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 | | -You can find a list of all Mistral models [here](https://docs.mistral.ai/models/overview). +For a list of all Mistral models, see [Models Overview](https://docs.mistral.ai/models/overview) in the Mistral documentation. #### Google Gemini @@ -131,12 +131,11 @@ You can find a list of all Mistral models [here](https://docs.mistral.ai/models/ | Models | Category | Input | Output | Additional Capabilities | | --- | --- | --- | --- | --- | -| Find all models supporting the Converse API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Some examples of supported providers are Anthropic Claude, DeepSeek, Meta, OpenAI (OSS models) | Chat completions | text, document, image | text | Function calling | -| Find all models supporting the InvokeModel API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Currently only models by Cohere are supported natively.| Embeddings | text | embeddings | | -| Find all models supporting the InvokeModel API [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html). Currently only Titan Image Generator G1 v2 is supported natively (check availability for your region first). | Image generation | text | image | | +| Support for providers including Anthropic Claude, DeepSeek, Meta, and OpenAI (OSS models). For all models supporting the Converse API, see [Models at a glance](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html) from Amazon Web Services (AWS). | Chat completions | text, document, image | text | Function calling | +| Native support for models by Cohere. For all models supporting the InvokeModel API, see [Models at a glance](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html) from AWS.| Embeddings | text | embeddings | | +| Native support for Titan Image Generator G1 v2 (check availability for your region). For all models supporting the InvokeModel API, see [Models at a glance](https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html) from AWS. | Image generation | text | image | | - -For more details on limitations and supported model capabilities for the Bedrock Converse API used in the ChatCompletions operations, see [Supported models and model features](https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference-supported-models-features.html) in the AWS documentation. +For details on limitations and supported model capabilities for the Bedrock Converse API used in the ChatCompletions operations, see [Supported models and model features](https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference-supported-models-features.html) in the AWS documentation. #### Connecting to Other Models