Skip to content

Commit 50f8fa7

Browse files
apappascsspring-builds
authored andcommitted
feat: Add new Mistral AI chat models (#3523)
Adds MAGISTRAL_MEDIUM, MISTRAL_MEDIUM, MAGISTRAL_SMALL, and DEVSTRAL_SMALL to the available chat models. Fixes: #3523 Signed-off-by: Alexandros Pappas <apappascs@gmail.com> (cherry picked from commit 6ef15bd)
1 parent c9ec39e commit 50f8fa7

File tree

1 file changed

+4
-0
lines changed
  • models/spring-ai-mistral-ai/src/main/java/org/springframework/ai/mistralai/api

1 file changed

+4
-0
lines changed

models/spring-ai-mistral-ai/src/main/java/org/springframework/ai/mistralai/api/MistralAiApi.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,16 @@ public enum ChatModel implements ChatModelDescription {
280280

281281
// @formatter:off
282282
// Premier Models
283+
MAGISTRAL_MEDIUM("magistral-medium-latest"),
284+
MISTRAL_MEDIUM("mistral-medium-latest"),
283285
CODESTRAL("codestral-latest"),
284286
LARGE("mistral-large-latest"),
285287
PIXTRAL_LARGE("pixtral-large-latest"),
286288
MINISTRAL_3B_LATEST("ministral-3b-latest"),
287289
MINISTRAL_8B_LATEST("ministral-8b-latest"),
288290
// Free Models
291+
MAGISTRAL_SMALL("magistral-small-latest"),
292+
DEVSTRAL_SMALL("devstral-small-latest"),
289293
SMALL("mistral-small-latest"),
290294
PIXTRAL("pixtral-12b-2409"),
291295
// Free Models - Research

0 commit comments

Comments
 (0)