Skip to content

Commit 9808c8a

Browse files
committed
Add model aliases
1 parent 70d9d64 commit 9808c8a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/ruby_llm/aliases.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,14 @@
4646
},
4747
"o3-mini": {
4848
"openai": "o3-mini-2025-01-31"
49+
},
50+
"mistral-medium": {
51+
"mistral": "mistral-medium-latest"
52+
},
53+
"mistral-large": {
54+
"mistral": "mistral-large-latest"
55+
},
56+
"mistral-small": {
57+
"mistral": "mistral-small-latest"
4958
}
5059
}

0 commit comments

Comments
 (0)