chore: sync AI model catalog from models.dev (#23682)
Automated daily sync of `ai-providers.json` from [models.dev](https://models.dev). This PR updates pricing, context windows, and model availability based on the latest data. New models meeting inclusion criteria (tool calling, pricing data, context limits) are added automatically. Deprecated models are detected based on cost-efficiency within the same model family. **Please review before merging** — verify no critical models were incorrectly deprecated. <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/twentyhq/twenty/pull/23682?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. --> Co-authored-by: FelixMalfait <6399865+FelixMalfait@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b754e15331
commit
9df893ead1
@@ -1199,6 +1199,16 @@
|
||||
"modalities": ["image"],
|
||||
"supportsReasoning": true
|
||||
},
|
||||
{
|
||||
"name": "voxtral-small-latest",
|
||||
"label": "Voxtral Small (latest)",
|
||||
"modelFamily": "MISTRAL",
|
||||
"inputCostPerMillionTokens": 0.1,
|
||||
"outputCostPerMillionTokens": 0.3,
|
||||
"contextWindowTokens": 32000,
|
||||
"maxOutputTokens": 32000,
|
||||
"modalities": ["audio"]
|
||||
},
|
||||
{
|
||||
"name": "devstral-latest",
|
||||
"label": "Devstral 2",
|
||||
|
||||
Reference in New Issue
Block a user