Overview
GPT-6 Astra went GA on 2026-09-04. OpenAI’s model page lists a 1,050,000-token context window, 128,000 max output tokens, an April 30, 2026 knowledge cutoff and reasoning token support. Text is input and output; images are input only; audio and video are not supported. On Kyma it is served through the OpenAI-compatible endpoint with exact cost reporting in the usage.cost field. Prompt caching is supported at this model’s cached input rate. The rate doubles above 272K prompt tokens, exactly as OpenAI prices it. It is a closed model available by API only. It is the successor to GPT-5.6 Sol in OpenAI’s line-up and is priced above it.Specs
Pricing
Above a long prompt this model costs more per token, because the infrastructure
serving it charges more there. The threshold is on the prompt, so you know which
rate applies before you send.
Use this when
- Hardest reasoning — Multi-step analysis, proofs and planning where the strongest OpenAI model is the point.
- Long-horizon agents — A 1.05M-token window and 128K output cap keep long agent sessions in one context.
- Document and image understanding — Image input plus the long window for contracts, decks and screenshots.
Not ideal for
Cost-sensitive or high-volume traffic — this is a flagship rate, and prompts above 272K tokens bill at twice it.Pick something else when
- You want the previous OpenAI flagship at a lower rate: use
gpt-5.6-sol. - You want the best general default overall: use
qwen-3.6-plus.