fix(ai): correct Codex Spark context window

closes #4969
This commit is contained in:
Armin Ronacher
2026-05-26 09:08:40 +02:00
parent fa1180b6b7
commit 71446c6c2b
3 changed files with 4 additions and 2 deletions

View File

@@ -6977,7 +6977,7 @@ export const MODELS = {
cacheRead: 0.175,
cacheWrite: 0,
},
contextWindow: 272000,
contextWindow: 128000,
maxTokens: 128000,
} satisfies Model<"openai-codex-responses">,
"gpt-5.4": {