Back to models

GPT-6 Astra

NewFeaturedAvailable Serverless
OpenAI

GPT-6 Astra is OpenAI's frontier flagship model for complex multistep engineering and agentic workflows, featuring state-of-the-art reasoning, vision, async tool calling, a 1.05M-token context window, and up to 128K output tokens. Available through the DOS.AI gateway with unified billing and OpenAI compatibility.

Capabilities:Next-gen reasoningVisionTool callingCode generationAgentic workflowsLong context (1.05M)
Use cases:Autonomous agentsComplex engineeringFrontier researchAdvanced reasoning
Modalities
Input / Output Price
$10.00/$50.00/ 1M
Context Length
1M tokens
Released
Sep 19, 2026

Providers

Different companies host the same model. DOS.AI routes your request to one of them based on the routing mode you pick — Balanced (price + speed), Nitro (fastest), or Exacto (highest tool-calling accuracy).

Reasoning effortAll
ProviderInput /1MOutput /1MContext
OpenAI
$10.00$50.001M

Pricing

Transparent pass-through token pricing per million tokens. DOS.AI strictly enforces a Zero-Markup retail policy.

Input / Prompt
$10.00/ 1M tokens
Published official list price
Output / Completion
$50.00/ 1M tokens
Zero-markup retail rate
Prompt Cache Read
$1.00/ 1M tokens
Up to 90% cache discount
Context Window
1Mtokens
Full context window supported

Uptime & Reliability

Live upstream health and gateway reliability. Automatic multi-provider failover protects your production traffic.

All Endpoints Operational
SLA Target: 99.99%Last 30 Days: 100.0%
30 days ago100.0% uptime over past monthToday

Benchmarks & Evaluations

Standardized evaluations & blind battle ratings. Higher is better — rank percentile reflects position among frontier models on DOS.AI.

50.4
Top 2%
Artificial Analysis Intelligence Index
Better than 98% of models compared
86.1
Top 1%
Artificial Analysis Coding Index
Better than 99% of models compared
56.7
Top 2%
Artificial Analysis Agentic Index
Better than 98% of models compared

Reasoning

Complex multi-step logic, graduate-level science, and frontier reasoning

3 benchmarks
GPQA Diamond
91.5%
Graduate-level scientific reasoning
HLE
51.2%
Humanity's Last Exam frontier benchmark
AA-LCR
80.5%
Long context reasoning evaluation

Coding

Autonomous repository bug fixing, algorithms, and scientific computation

3 benchmarks
SciCode
54.6%
Python programming for scientific computing
SWE-bench Verified
62.5%
Autonomous multi-file bug fixing and test passage
HumanEval
91%
Algorithmic code generation pass@1

Knowledge & Reliability

Factual hallucination minimization, tool calling, and domain accuracy

4 benchmarks
AA-Omniscience Accuracy
60.9%
Proportion of correctly answered questions
AA-Omniscience Non-Hallucination Rate
37.8%
Rate of avoiding hallucination among non-correct responses
MMLU-Pro
86.1%
Multi-discipline reasoning & higher education knowledge
Exacto BFCL Tool Calling
99%
Strict schema compliance and function execution

Multimodal & Diagram Reasoning

Multi-discipline diagram perception, document parsing, and visual math

3 benchmarks
MMMU
71.4%
College-level multi-discipline visual perception
MathVista
67.2%
Mathematical problem solving with figures and geometry
DocVQA
92.4%
Structured tables, charts, and scanned document OCR
Standardized evaluations sourced from Artificial Analysis and open frontier model research benchmarks.

API Integration

Use the DOS API to integrate GPT-6 Astra into your applications. Compatible with standard OpenAI SDKs for easy drop-in migration.

</>Run inference
curl https://api.dos.ai/v1/chat/completions \
  -H "Authorization: Bearer $DOS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-6-astra",
    "messages": [
      {
        "role": "user",
        "content": "Hello!"
      }
    ]
  }'