Skip to content

Commit b5ad6d9

Browse files
committed
fix: Update GPT 5.5 context window to correct value for codex provider
1 parent e58fd9b commit b5ad6d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/types/src/providers/openai-codex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export const openAiCodexModels = {
174174
},
175175
"gpt-5.5": {
176176
maxTokens: 128000,
177-
contextWindow: 1_050_000,
177+
contextWindow: 400000,
178178
includedTools: ["apply_patch"],
179179
excludedTools: ["apply_diff", "write_to_file"],
180180
supportsImages: true,

0 commit comments

Comments
 (0)