GPT‑5.6 models now support 1 million token context windows in Kiro

Starting today, GPT‑5.6 Sol, Terra, and Luna support 1 million token context windows in Kiro, across the IDE, CLI, and Web. You can now use GPT‑5.6 models to process entire codebases, long-form documents, and extended multi-turn agent histories in a single request, without chunking, summarization, or loss of detail.

What changes with 1M context

The jump from 272K to 1M tokens changes what kind of work is possible in a single pass, not just how much.

Repository-scale understanding. For code review, migration, and refactoring, the larger context window eliminates the need to manually stage context or rely on semantic search to approximate what the model doesn't have in view. Legacy migrations, dependency mapping, and cross-file architectural audits can run against the full codebase, not a curated slice of it.

End-to-end debugging. Many hard bugs don't live in a single file. They emerge from the interplay between an API layer, a schema, and application state. With 1M context, you can supply your full application alongside multi-turn execution logs and tool outputs, without compressing earlier steps out of memory.

Long-horizon agentic tasks. For multi-step agentic work, the larger context means the full history of a session (code iterations, compiler output, terminal logs) stays in view. That translates to less re-prompting and more reliable task completion across longer runs.

Pricing

GPT‑5.6 pricing in Kiro aligns with the same two-tier context model that OpenAI and Amazon Bedrock both use. With this launch, credit multipliers for the GPT‑5.6 family have been updated. Requests up to 272K tokens are billed at the following short context rate:

ModelKiro credit multiplier
GPT‑5.6 Sol4.4x
GPT‑5.6 Terra2.2x
GPT‑5.6 Luna1.1x

Requests that exceed 272K tokens are billed at double the short context rate, consistent with OpenAI's and Amazon Bedrock's long context pricing for GPT‑5.6. See the models documentation for the full comparison.

Availability

The 1M context for GPT‑5.6 Sol, Terra, and Luna is gradually rolling out with experimental support to Kiro Pro, Pro+, Pro Max, and Power customers. Download Kiro or restart the IDE or CLI to check for the latest available models. Web users can refresh their browser to see GPT‑5.6 in the model selector.