From 745fb38dbbe68fb9be941d45a7bf39416dfaaa8d Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Mon, 17 Aug 2026 12:48:09 +0800 Subject: [PATCH] chore(models): update GPT-5.6 context limits in registry metadata - Raise GPT 5.6 Sol/Terra/Luna `context_length` values to `921000` in `internal/registry/models/models.json`. - Update matching Codex client model settings to `context_window: 272000` and `max_context_window: 921000` in `internal/registry/models/codex_client_models.json`. --- .../registry/models/codex_client_models.json | 16 ++++++++-------- internal/registry/models/models.json | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/internal/registry/models/codex_client_models.json b/internal/registry/models/codex_client_models.json index 16b367dd4..34ead936a 100644 --- a/internal/registry/models/codex_client_models.json +++ b/internal/registry/models/codex_client_models.json @@ -27,8 +27,8 @@ "node_repl_disabled": false, "auto_review_model_override": null, "model_specialty": null, - "context_window": 372000, - "max_context_window": 372000, + "context_window": 272000, + "max_context_window": 921000, "auto_compact_token_limit": null, "comp_hash": "3000", "default_reasoning_summary": "none", @@ -152,8 +152,8 @@ "node_repl_disabled": false, "auto_review_model_override": null, "model_specialty": null, - "context_window": 372000, - "max_context_window": 372000, + "context_window": 272000, + "max_context_window": 921000, "auto_compact_token_limit": null, "comp_hash": "3000", "default_reasoning_summary": "none", @@ -277,8 +277,8 @@ "node_repl_disabled": false, "auto_review_model_override": null, "model_specialty": null, - "context_window": 372000, - "max_context_window": 372000, + "context_window": 272000, + "max_context_window": 921000, "auto_compact_token_limit": null, "comp_hash": "3000", "default_reasoning_summary": "none", @@ -846,8 +846,8 @@ "node_repl_disabled": false, "auto_review_model_override": null, "model_specialty": null, - "context_window": 372000, - "max_context_window": 372000, + "context_window": 272000, + "max_context_window": 921000, "auto_compact_token_limit": null, "comp_hash": "3000", "default_reasoning_summary": "none", diff --git a/internal/registry/models/models.json b/internal/registry/models/models.json index 7c6ba824b..546692c48 100644 --- a/internal/registry/models/models.json +++ b/internal/registry/models/models.json @@ -2918,7 +2918,7 @@ "display_name": "GPT 5.6 Sol", "version": "gpt-5.6", "description": "Our most capable model yet. GPT-5.6 Sol can tackle complex code changes, dig into research, produce polished documents, and take on your most ambitious work. Sol is highly capable at lower reasoning efforts—try starting lower, then turn it up for harder jobs.", - "context_length": 372000, + "context_length": 921000, "max_completion_tokens": 128000, "supported_parameters": [ "tools" @@ -2949,7 +2949,7 @@ "display_name": "GPT 5.6 Terra", "version": "gpt-5.6", "description": "Balanced agentic coding model for everyday work.", - "context_length": 372000, + "context_length": 921000, "max_completion_tokens": 128000, "supported_parameters": [ "tools" @@ -2980,7 +2980,7 @@ "display_name": "GPT 5.6 Luna", "version": "gpt-5.6", "description": "Fast and affordable agentic coding model.", - "context_length": 372000, + "context_length": 921000, "max_completion_tokens": 128000, "supported_parameters": [ "tools"