mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
chore: sync AI model catalog from models.dev (#19866)
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. Co-authored-by: FelixMalfait <6399865+FelixMalfait@users.noreply.github.com>
This commit is contained in:
parent
75848ff8ea
commit
46aedcf133
1 changed files with 7 additions and 1 deletions
|
|
@ -951,7 +951,13 @@
|
|||
"modelFamily": "GEMINI",
|
||||
"inputCostPerMillionTokens": 1.25,
|
||||
"outputCostPerMillionTokens": 10,
|
||||
"cachedInputCostPerMillionTokens": 0.31,
|
||||
"cachedInputCostPerMillionTokens": 0.125,
|
||||
"longContextCost": {
|
||||
"inputCostPerMillionTokens": 2.5,
|
||||
"outputCostPerMillionTokens": 15,
|
||||
"thresholdTokens": 200000,
|
||||
"cachedInputCostPerMillionTokens": 0.25
|
||||
},
|
||||
"contextWindowTokens": 1048576,
|
||||
"maxOutputTokens": 65536,
|
||||
"modalities": ["image", "audio", "video", "pdf"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue