From 1129cc7ae06a672018b8db8ba338e8edc89b65c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:08:22 +0200 Subject: [PATCH] chore: sync AI model catalog from models.dev (#22710) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Review in cubic Co-authored-by: FelixMalfait <6399865+FelixMalfait@users.noreply.github.com> --- .../ai/ai-models/ai-providers.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages/twenty-server/src/engine/metadata-modules/ai/ai-models/ai-providers.json b/packages/twenty-server/src/engine/metadata-modules/ai/ai-models/ai-providers.json index 185824d6e2..091ede80a8 100644 --- a/packages/twenty-server/src/engine/metadata-modules/ai/ai-models/ai-providers.json +++ b/packages/twenty-server/src/engine/metadata-modules/ai/ai-models/ai-providers.json @@ -1223,6 +1223,24 @@ "modalities": ["image", "pdf"], "supportsReasoning": true }, + { + "name": "grok-4.5", + "label": "Grok 4.5", + "modelFamily": "GROK", + "inputCostPerMillionTokens": 2, + "outputCostPerMillionTokens": 6, + "cachedInputCostPerMillionTokens": 0.5, + "longContextCost": { + "inputCostPerMillionTokens": 4, + "outputCostPerMillionTokens": 12, + "thresholdTokens": 200000, + "cachedInputCostPerMillionTokens": 1 + }, + "contextWindowTokens": 500000, + "maxOutputTokens": 500000, + "modalities": ["image", "pdf"], + "supportsReasoning": true + }, { "name": "grok-4.20-0309-reasoning", "label": "Grok 4.20 (Reasoning)",