cherry-studio/packages/catalog/data/overrides/codestral.json
2025-11-24 08:55:12 +08:00

32 lines
817 B
JSON

{
"version": "2025.11.24",
"overrides": [
{
"providerId": "codestral",
"modelId": "codestral/codestral-2405",
"disabled": false,
"reason": "Provider-specific implementation of codestral/codestral-2405",
"lastUpdated": "2025-11-23",
"updatedBy": "migration-tool",
"priority": 100,
"limits": {
"contextWindow": 32000,
"maxOutputTokens": 8191
}
},
{
"providerId": "codestral",
"modelId": "codestral/codestral-latest",
"disabled": false,
"reason": "Provider-specific implementation of codestral/codestral-latest",
"lastUpdated": "2025-11-23",
"updatedBy": "migration-tool",
"priority": 100,
"limits": {
"contextWindow": 32000,
"maxOutputTokens": 8191
}
}
]
}