
Anthropic
Claude Opus 5
From $2.40 per 1M tokens
Claude Sonnet 4.6 is Anthropic's balanced everyday model — Claude-grade output quality at fast latency. 1M context, 128K max output, vision input, and standard /v1/chat/completions for high-volume production traffic that doesn't need Opus-tier reasoning on every call.
claude-sonnet-4-6Chat models run on the api.reapi.ai gateway, which has its own console and its own key. Open the console to run Claude Sonnet 4.6 through the OpenAI-compatible Chat Completions surface.
Claude Sonnet 4.6 is Anthropic's balanced everyday model, built for production traffic that needs Claude-grade output at fast latency — support chat, code review, mid-complexity agents, summarisation. It keeps the family's 1M-token context window and 128K max output per call, adds vision input, tool use, and the temperature and top_p controls, and answers on an OpenAI-compatible /v1/chat/completions endpoint (the native /v1/messages surface is available too). Usage is billed per million tokens, with input and output priced separately.
Real-world workflows and production use cases you can build and ship with this model.

Run Claude Sonnet 4.6 as the default model behind a chatbot, support assistant, internal copilot, or onboarding flow. Claude-grade reasoning at production-friendly latency — fast enough for live UX, smart enough that the answers hold up under user scrutiny.
Read the API docs
Plug Claude Sonnet 4.6 into your code-review pipeline. It reads diffs in context, flags real bugs, suggests cleaner naming, and writes follow-up commits — fast enough for inline-suggestion UX and rigorous enough that the comments are worth reading.

Build agents that need solid tool use and reasonable planning without the Opus-tier price-per-call. Sonnet handles multi-step tool calling, structured outputs, and recovery from tool errors — the right default for production agents that run at scale.
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
One sample at the cheapest tier (1M tokens).
| Model | Category | Price |
|---|---|---|
| Tokens | Input tokens | $2.4 1M tokens |
| Output tokens | $12 1M tokens |
The Claude Sonnet 4.6 API speaks OpenAI Chat Completions verbatim. Moving an OpenAI integration to a balanced Claude route is a base URL, an API key, and a model-string change — not a platform rewrite. The native Anthropic /v1/messages surface is also available for SDK callers that prefer it.
Claude Sonnet 4.6 is tuned for production throughput: faster time-to-first-token than Opus on identical prompts, predictable streaming, and lower variance across calls. The right default when latency shows up in your user-experience metrics.
A single api.reapi.ai key unlocks Claude Sonnet 4.6 alongside Claude Opus 4.7, GPT-5.5, Gemini 3.1 Pro, and every other frontier chat model on the platform. Compare vendors, add fallbacks, and route per call with a configuration change instead of an integration project.
Sign up at api.reapi.ai, open the console, generate an API key under API Keys, and top up tokens under Top Up. The chat workspace is separate from the reapi.ai image/video gateway — keys do not cross over.
OpenPOST https://api.reapi.ai/v1/chat/completions with `model: "claude-sonnet-4-6"`, your `messages` array, and `max_tokens` set generously. The endpoint uses the standard chat-completions format, including streamed responses; the native Anthropic /v1/messages format works too.
OpenUse Claude Sonnet 4.6 as your default chat route. Send the hardest reasoning, large refactors, or long-context analysis to Claude Opus 4.7 on the same key — flip the `model` field, the rest of the integration stays the same.
Opencurl https://api.reapi.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-4-6",
"group": "default",
"messages": [
{ "role": "user", "content": "Hello" }
],
"stream": true,
"max_tokens": 4096,
"temperature": 0.7
}'Rejected synchronously with the failing field named. Check enum values, ranges, and URL fields — nothing is charged.
401 means a missing or invalid Bearer key; 402 means the reserve exceeds your balance. Manage keys and credits in the console.
Reference material and outputs pass automated moderation. Rejected tasks fail with a clear error and a full refund.
A task that reaches a failed state is never charged — the reserve refunds automatically. Keep the task id and retry when ready.
Common questions about this model.
Explore more models in the same category.

Anthropic
From $2.40 per 1M tokens

Anthropic
From $2.00 per 1M tokens

Anthropic
From $4.00 per 1M tokens

Anthropic
From $8.00 per 1M tokens
Try it in the playground or grab an API key to integrate now.