Skip to content

Commit 570038a

Browse files
chore: sync AI model catalog from models.dev (#20045)
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>
1 parent 88add35 commit 570038a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/twenty-server/src/engine/metadata-modules/ai/ai-models/ai-providers.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555
"inputCostPerMillionTokens": 5,
5656
"outputCostPerMillionTokens": 30,
5757
"cachedInputCostPerMillionTokens": 0.5,
58+
"longContextCost": {
59+
"inputCostPerMillionTokens": 10,
60+
"outputCostPerMillionTokens": 45,
61+
"thresholdTokens": 200000,
62+
"cachedInputCostPerMillionTokens": 1
63+
},
5864
"contextWindowTokens": 1050000,
5965
"maxOutputTokens": 130000,
6066
"modalities": ["image", "pdf"],

0 commit comments

Comments
 (0)