GPT-6 Astra

openai/gpt-6-astra
NewFlagshipFeatured
VisionToolsJSONReasoning
by OpenAI · 2026-09-04

GPT-6 Astra is OpenAI's flagship model for demanding, long-horizon end-to-end work — advanced analysis, software engineering, deep research, scientific work, and document creation. It pairs a 1M-token context window with multimodal input (text, images, files) and always-on reasoning, with configurable effort from low through max for latency/quality trade-offs. It is a native tool-use and structured-output model: function calling, response_format / structured outputs, seed, and web search as a tool are all supported. Astra speaks both the OpenAI chat-completions format and the native Responses API, so it drops into existing OpenAI-compatible integrations and returns full reasoning traces where the Responses surface is used. On Artificial Analysis it posts an Intelligence Index of 54.7, a Coding Index of 76.9, and an Agentic Index of 51.6. Note tiered pricing: requests above 272K prompt tokens bill at the long-context rate.

ctx1M tokens
Max output128K
Inputtext + image + file
Outputtext
Best forreasoning, coding, agentic
p50 TTFT10.00 s
INPUT$10.00/ 1M tokens
OUTPUT$50.00/ 1M tokens
p50 TTFT10.00 s7d
p95 TTFT10.00 s7d
TRAFFIC335.7Mtokens / 7d

GPT-6 Astra is a flagship model on OrcaRouter from provider OpenAI. It accepts text, image, and file inputs, exposes a context window of 1,050,000 tokens, and can generate up to 128,000 tokens. Its…

What is GPT-6 Astra?

Who should use GPT-6 Astra?

How do images and files fit into GPT-6 Astra?

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
import os

from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key=os.environ["ORCAROUTER_API_KEY"],
)

response = client.chat.completions.create(
    model="openai/gpt-6-astra",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • include_reasoning
  • max_completion_tokens
  • max_tokens
  • reasoning
  • reasoning_effort
  • response_format
  • seed
  • structured_outputs
  • tool_choice
  • tools

Pricing

TierInput / 1M tokensOutput / 1M tokensCache read / 1MCache write / 1M
272K$10.00$50.00$1.00$12.50
$20.00$75.00$2.00$25.00
Tier selected by input token count of each request

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $220 · With prompt caching $189

Estimate based on list price

Tiered pricing — this estimate uses base-tier rates.

Token & cost estimator

Input tokens: 20Cost per request: $0.0252

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
10.00 s
Output speed
55.7 tok/s
p95 TTFT
10.00 s
Error rate
5.1%

Public benchmarks

76.9
AA Coding
Better than 97% of models compared
#4 of 138
52.7
AA Intelligence
Better than 94% of models compared
#8 of 145
Artificial Analysis Agentic Index
51.6
Artificial Analysis Coding Index
76.9
Artificial Analysis Intelligence Index
54.7
GPQA Diamond
96.1
Humanity's Last Exam
54.7
Long-Context Recall
80.7
SciCode
56.5
tau_banking
41.4
terminalbench_v2_1
88.4
Source: artificialanalysis.ai

Community buzz

What developers are saying this week

Hacker News18 mentions · 7ddown 10 vs the previous week

How it compares

GPT-6 AstraGPT-5.2 ProGPT-5.4 ProGPT-5.5
Input $/M$10.00$21.00$60.00$5.00
Output $/M$50.00$168.00$270.00$30.00
Context1.1M400K1.1M
Quality9/1010/1010/1010/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

Where can I see the current USD price for GPT-6 Astra on OrcaRouter?
This model record does not include a price table. To get exact per-token rates, check OrcaRouter's current pricing documentation. OrcaRouter bills token usage, and the usage object returned by the API shows prompt tokens and generated tokens for each request.
What is the exact context window for GPT-6 Astra?
The model supports an input context window of 1,050,000 tokens. Requests that exceed that limit should be rejected by the service. The maximum output is 128,000 tokens.
What are GPT-6 Astra's main strengths?
The listed strengths are a 96.1 score on GPQA Diamond, a 1,050,000-token context window, a 128,000-token maximum output, and support for text, image, and file inputs. Those features make it suitable for complex reasoning, long document review, and multimodal analysis.
Is GPT-6 Astra the best model on OrcaRouter?
No model in this record is described as the best overall. GPT-6 Astra is marked as flagship, but quality depends on the task. You should run identical evaluation prompts through OrcaRouter against this model and its alternatives.
How does GPT-6 Astra handle data and files?
When you send text, images, or files through OrcaRouter, OrcaRouter relays the request to OpenAI because OpenAI is the listed provider of this model. Review OrcaRouter's privacy and data-handling documentation and OpenAI's terms of service before sending sensitive information.
How do I call GPT-6 Astra through an OpenAI-compatible API?
Set the base URL to https://api.orcarouter.ai/v1, use an OrcaRouter API key, and set the model field to openai/gpt-6-astra. The request format matches the OpenAI chat completions contract, so no custom OrcaRouter library is required.
How many tokens can GPT-6 Astra output in one response?
The provided maximum output is 128,000 tokens. To generate a long response, enable streaming and set an explicit max_tokens value that fits below that architectural cap.
Which input formats does GPT-6 Astra accept?
The listed input modalities are text, image, and file. Audio and video input are not listed for this model in OrcaRouter's record.
Can I use my existing OpenAI SDK code with OrcaRouter?
Yes, because OrcaRouter exposes an OpenAI-compatible API. Change the base URL to https://api.orcarouter.ai/v1, replace the key with an OrcaRouter key, and set the model name to openai/gpt-6-astra.

Embed this badge

OpenAI: GPT-6 Astra$10.00/M in10000ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-6-astra" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-6-astra.svg" alt="OpenAI: GPT-6 Astra on OrcaRouter" /> </a>
Markdown [![OpenAI: GPT-6 Astra](https://www.orcarouter.ai/embed/openai/gpt-6-astra.svg)](https://www.orcarouter.ai/models/openai/gpt-6-astra)

Model card as data

GET /api/public/models/openai/gpt-6-astraOpen
Machine-readable:/llms.txt/llms-full.txt