fix(mistral): add devstral models with correct 262K context length (#6867)
This commit is contained in:
committed by
GitHub
parent
1ad81e3b69
commit
bbcfe7f571
@@ -26,6 +26,14 @@
|
||||
"name": "codestral-2508",
|
||||
"context_limit": 256000
|
||||
},
|
||||
{
|
||||
"name": "devstral-2512",
|
||||
"context_limit": 262144
|
||||
},
|
||||
{
|
||||
"name": "devstral-small-2505",
|
||||
"context_limit": 262144
|
||||
},
|
||||
{
|
||||
"name": "pixtral-large-2411",
|
||||
"context_limit": 128000
|
||||
|
||||
Reference in New Issue
Block a user