Skip to main content
GPT-6 Astra

GPT-6 Astra

OpenAI's flagship model for demanding end-to-end work.

Flagship Capability1.05M ContextLong-Context Tiers

Context window

1,050,000 tokens

Input

$9$10.00

10% off

1M tokens

Output

$45$50.00

10% off

1M tokens

Model Codegpt-6-astra

Playground

gpt-6-astra

No output yet

Pricing

PlanContext WindowMax OutputInputOutputCache WriteCache Read
gpt-6-astra
1.05M tokens-
$9$10.0010% off

1M tokens

$45$50.0010% off

1M tokens

$11.25$12.5010% off

1M tokens

$0.9$1.0010% off

1M tokens

Long Context Input · $18 · 1M tokens

Long Context Output · $67.5 · 1M tokens

Long Context Cached Input · $1.8 · 1M tokens

Long Context Cache Write · $22.5 · 1M tokens

Cache read or cached input pricing applies to reused prompt tokens.

README

GPT-6 Astra is OpenAI's flagship model, built for demanding end-to-end work. It pairs flagship capability with a 1.05M-token context window and tiered pricing for short- and long-context requests.
  • GPT-6 Astra is OpenAI's flagship model, built for demanding end-to-end work.
  • The model serves a 1.05M-token context window, with pricing tiered by input length: short context covers requests with up to 272K input tokens.
  • When input exceeds 272K tokens, long-context rates apply to the entire request, and cache writes are billed at 1.25× the uncached input rate.

API

Use the API docs for request format, parameters, and integration details.

OpenAI's flagship model for demanding end-to-end work.

Model Code

gpt-6-astra

View API Docs

API

Endpoint

POST /v1/chat/completions

Authentication

Authorization: Bearer YOUR_REACH_API_KEY
Content-Type: application/json

Example

curl -X POST "https://direct.reachapi.ai/v1/chat/completions" \
  -H "Authorization: Bearer YOUR_REACH_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "YOUR_MODEL_ID",
    "messages": [
      {
        "role": "user",
        "content": "Introduce ReachAPI in one sentence."
      }
    ],
    "temperature": 0.2
  }'