Back to models

GPT-6 Sol

NewAvailable Serverless
OpenAI•

OpenAI GPT-6 Sol for reasoning, coding, vision, and tool-using agents with a 1.05M context window.

Capabilities:VisionAdvanced reasoningTool callingStreamingLong context (1M)
Modalities
Input / Output Price
$2.00/$10.00/ 1M
Context Length
1M tokens
Released
Sep 22, 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 effortⓘAll
ProviderInput /1MOutput /1MContext
OpenAI
$2.00$10.001M
Azure (Foundry)
$2.00$10.001M
OpenRouter
$2.00$10.001M

Pricing

Rates from the DOS.AI catalog for the billing units shown.

Input / Prompt
$2.00/ 1M tokens
Output / Completion
$10.00/ 1M tokens
Context Window
1Mtokens
Full context window supported

Observed reliability

Success rate across observed provider requests. This is historical sample data, not live health or an uptime guarantee.

Not enough observations

Last 7 days

There are not enough valid request observations to report a success rate.

Benchmarks

Dated third-party measurements with source links.

No verified benchmark snapshot is available for this model.

API Integration

Use the DOS API to integrate GPT-6 Sol 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-sol",
    "messages": [
      {
        "role": "user",
        "content": "Hello!"
      }
    ]
  }'