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:
github-actions[bot] 2026-04-20 08:38:46 +02:00 committed by GitHub
parent 75848ff8ea
commit 46aedcf133
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"],