Claude Sonnet 5
FeaturedAvailable ServerlessClaude Sonnet 5 brings near-flagship coding and agentic quality to the Sonnet tier, with a 1M-token context window and up to 128K output tokens. It is the default choice for production workloads that need Claude quality without Opus cost. Note that Sonnet 5 uses a new tokenizer that produces roughly 30 percent more tokens for the same text than Sonnet 4.6, so budget accordingly when migrating: the per-token price is the same, but the same document costs more to process. Available on the DOS.AI gateway with one API key and unified billing.
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).
| Provider | Input /1M | Output /1M | Latency | Uptime | Context |
|---|---|---|---|---|---|
Anthropic | $3.15 | $15.75 | 1.39 s | 100.0% | 1M |
Pricing
Transparent pass-through token pricing per million tokens. DOS.AI strictly enforces a Zero-Markup retail policy.
Observed performance
Provider results over the last 7d.
- Uptime
- 100.0%
- P50 response
- 1.39 s
- P95 response
- 2.26 s
- Latency spread
Uptime is based on observed valid provider attempts. Not an SLA.
Latency is measured to provider response headers, not end-to-end completion.
Uptime & Reliability
Live upstream health and gateway reliability. Automatic multi-provider failover protects your production traffic.
Benchmarks & Evaluations
Standardized evaluations & blind battle ratings. Higher is better — rank percentile reflects position among frontier models on DOS.AI.
Reasoning
Complex multi-step logic, graduate-level science, and frontier reasoning
Coding
Autonomous repository bug fixing, algorithms, and scientific computation
Knowledge & Reliability
Factual hallucination minimization, tool calling, and domain accuracy
Multimodal & Diagram Reasoning
Multi-discipline diagram perception, document parsing, and visual math
API Integration
Use the DOS API to integrate Claude Sonnet 5 into your applications. Compatible with standard OpenAI SDKs for easy drop-in migration.
curl https://api.dos.ai/v1/chat/completions \
-H "Authorization: Bearer $DOS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-5",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'Explore Related Models
Auto
DOS.AI Smart Router classifies each request by complexity. Simple and Medium requests use DOS.AI; Complex requests can use an eligible paid route configured in the live catalog.
DOS
DOS curated meta-model for DOSClaw and first-party DOS products.
Qwen3.8-27B
DOS.AI hosted Qwen3.8-27B for reasoning, coding, tool use, and multilingual text generation.