We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa4f85 commit a61abb5Copy full SHA for a61abb5
1 file changed
packages/types/src/providers/ibm-watsonx.ts
@@ -28,7 +28,9 @@ export const WATSONX_NON_TOOL_CALLS_MODELS = [
28
"ibm/granite-3-3-8b-instruct",
29
"ibm/granite-3-3-8b-instruct-np",
30
"ibm/granite-3-8b-instruct",
31
+ "mistral-large-2512",
32
"mistralai/mistral-medium-2505",
33
+ "mistralai/mistral-small-3-1-24b-instruct-2503",
34
] as const
35
36
export type WatsonxAIModelId = keyof typeof watsonxModels
0 commit comments