You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/private-platform/pmp-maia.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,43 +80,43 @@ To configure Maia to use your own Large Language Model, perform the following st
80
80
81
81
***Maia Appgen URL** - Enter the URL where Maia is installed. For more information, see [Private Mendix Platform Quick Start Guide: Installing Maia](/private-mendix-platform/quickstart/#maia).
82
82
***LLM Provider** - Select your LLM provider.
83
-
***Small Text Model** - Enter one of the following models, depending on your chosen LLM:
83
+
***Small Text Model** - Enter one of the following model IDs, depending on your chosen LLM:
84
84
85
-
* For AWS Bedrock Claude models, enter `<your regional model ID>.anthropic.claude-haiku-4-5-20251001-v1:0`
85
+
* For AWS Bedrock Claude models, enter `<your region prefix>.anthropic.claude-haiku-4-5-20251001-v1:0`
86
86
* For Anthropic models, enter `claude-haiku-4-5-20251001`
87
87
* For Azure models, enter `o3-mini`
88
88
* For OpenAI models, enter `gpt-5-mini-2025-08-07`
89
89
90
-
***Small Files Model** - Enter one of the following models, depending on your chosen LLM:
90
+
***Small Files Model** - Enter one of the following model IDs, depending on your chosen LLM:
91
91
92
-
* For AWS Bedrock Claude models, enter `<your regional model ID>.anthropic.claude-haiku-4-5-20251001-v1:0`
92
+
* For AWS Bedrock Claude models, enter `<your region prefix>.anthropic.claude-haiku-4-5-20251001-v1:0`
93
93
* For Anthropic models, enter `claude-haiku-4-5-20251001`
94
94
* For Azure models, enter `o3-mini`
95
95
* For OpenAI models, enter `gpt-5-mini-2025-08-07`
96
96
97
-
***Large Text Model** - Enter one of the following models, depending on your chosen LLM:
97
+
***Large Text Model** - Enter one of the following model IDs, depending on your chosen LLM:
98
98
99
-
* For AWS Bedrock Claude models, enter `<your regional model ID>.anthropic.claude-sonnet-4-5-20250929-v1:0`
99
+
* For AWS Bedrock Claude models, enter `<your region prefix>.anthropic.claude-sonnet-4-5-20250929-v1:0`
100
100
* For Anthropic models, enter `claude-opus-4-6`
101
101
* For Azure models, enter `o3-mini`
102
102
* For OpenAI models, enter `gpt-5-mini-2025-08-07`
103
103
104
-
***Large Files Model** - Enter one of the following models, depending on your chosen LLM:
104
+
***Large Files Model** - Enter one of the following model IDs, depending on your chosen LLM:
105
105
106
-
* For AWS Bedrock Claude models, enter `<your regional model ID>.anthropic.claude-sonnet-4-5-20250929-v1:0`
106
+
* For AWS Bedrock Claude models, enter `<your region prefix>.anthropic.claude-sonnet-4-5-20250929-v1:0`
107
107
* For Anthropic models, enter `claude-opus-4-6`
108
108
* For Azure models, enter `o3-mini`
109
109
* For OpenAI models, enter `gpt-5-mini-2025-08-07`
110
110
111
-
***Fallback Model** - Enter one of the following models, depending on your chosen LLM:
111
+
***Fallback Model** - Enter one of the following model IDs, depending on your chosen LLM:
112
112
113
-
* For AWS Bedrock Claude models, enter `<your regional model ID>.anthropic.claude-sonnet-4-20250514-v1:0`
113
+
* For AWS Bedrock Claude models, enter `<your region prefix>.anthropic.claude-sonnet-4-20250514-v1:0`
114
114
* For Anthropic models, enter `claude-opus-4-6`
115
115
* For Azure models, enter `o3-mini`
116
116
* For OpenAI models, enter `gpt-5-mini-2025-08-07`
117
117
118
118
***API Key** - Specify your secret source.
119
119
120
120
{{% alert color="info" %}}
121
-
For AWS Bedrock Claude models, the regional model ID is the same as for inference models, for example, `eu`.
121
+
For AWS Bedrock Claude models, the region prefix is the same as for inference profile IDs, for example, `eu`.
0 commit comments