From ed912ec5482ff462af38f6fba226a5a263f85006 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 08:22:58 +0200 Subject: [PATCH] chore: sync AI model catalog from models.dev (#19339) 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. Co-authored-by: FelixMalfait <6399865+FelixMalfait@users.noreply.github.com> --- .../metadata-modules/ai/ai-models/ai-providers.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 dcb8622c45..aedb8aeeae 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 @@ -132,7 +132,7 @@ "cachedInputCostPerMillionTokens": 1.25, "contextWindowTokens": 128000, "maxOutputTokens": 16384, - "modalities": ["image"] + "modalities": ["image", "pdf"] }, { "name": "gpt-5.3-codex", @@ -179,7 +179,7 @@ "cachedInputCostPerMillionTokens": 0.08, "contextWindowTokens": 128000, "maxOutputTokens": 16384, - "modalities": ["image"] + "modalities": ["image", "pdf"] }, { "name": "gpt-5.1-codex-max", @@ -202,7 +202,7 @@ "cachedInputCostPerMillionTokens": 0.5, "contextWindowTokens": 1047576, "maxOutputTokens": 32768, - "modalities": ["image"] + "modalities": ["image", "pdf"] }, { "name": "gpt-5.1-chat-latest", @@ -243,7 +243,7 @@ "cachedInputCostPerMillionTokens": 7.5, "contextWindowTokens": 200000, "maxOutputTokens": 100000, - "modalities": ["image"], + "modalities": ["image", "pdf"], "supportsReasoning": true }, { @@ -266,7 +266,7 @@ "cachedInputCostPerMillionTokens": 0.5, "contextWindowTokens": 200000, "maxOutputTokens": 100000, - "modalities": ["image"], + "modalities": ["image", "pdf"], "supportsReasoning": true }, { @@ -367,7 +367,7 @@ "cachedInputCostPerMillionTokens": 0.1, "contextWindowTokens": 1047576, "maxOutputTokens": 32768, - "modalities": ["image"] + "modalities": ["image", "pdf"] }, { "name": "gpt-5-nano",