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`.
This commit is contained in:
Luis Pater
2026-08-17 12:48:09 +08:00
parent b8fbe70b37
commit 745fb38dbb
2 changed files with 11 additions and 11 deletions

View File

@@ -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",

View File

@@ -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"