We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b216ab commit 99e90e2Copy full SHA for 99e90e2
models/spring-ai-mistral-ai/src/main/java/org/springframework/ai/mistralai/api/MistralAiApi.java
@@ -273,7 +273,11 @@ public enum ChatModel implements ChatModelDescription {
273
MEDIUM("mistral-medium-latest"),
274
LARGE("mistral-large-latest"),
275
PIXTRAL("pixtral-12b-2409"),
276
- PIXTRAL_LARGE("pixtral-large-latest");
+ PIXTRAL_LARGE("pixtral-large-latest"),
277
+ MINISTRAL_3B_LATEST("ministral-3b-latest"),
278
+ MINISTRAL_8B_LATEST("ministral-8b-latest"),
279
+ OPEN_MISTRAL_NEMO("open-mixtral-nemo"),
280
+ CODESTRAL("codestral-latest");
281
// @formatter:on
282
283
private final String value;
0 commit comments