Claude Sonnet 4.6 API
Call Claude Sonnet 4.6 through Wokey and review dated catalog pricing, upstream-native API forms, context, and model capabilities.
- Model ID
claude-sonnet-4-6- Vendors
- anthropic
- Supply status
- Currently callable
Catalog pricing snapshot
Prices are per 1M tokens; request-time pricing controls settlement.
| Meter | Wokey | Official reference | Savings |
|---|---|---|---|
| Input | $0.54 | $3 | 82% |
| Output | $2.7 | $15 | 82% |
| Cache read | $0.054 | $0.3 | 82% |
| Cache write | $1.08 | $6 | 82% |
Price checked:
Official price source: https://platform.claude.com/docs/en/about-claude/models/overview
Model capabilities
- Context
- 1,000,000 tokens
- Max output
- 64,000 tokens
- Streaming
- Supported
- Tools
- Supported
- Vision
- —
- Supported API forms
/v1/messages
Send a request
/v1/messages
curl https://api.wokey.ai/v1/messages \
+ -H "x-api-key: $WOKEY_API_KEY" \
+ -H "anthropic-version: 2023-06-01" \
+ -H "Content-Type: application/json" \
+ -d '{"model":"claude-sonnet-4-6","max_tokens":1024,"messages":[{"role":"user","content":"Hello"}]}'Frequently asked questions
How much does the Claude Sonnet 4.6 API cost, and how much does it save versus the official API?
As of 2026-08-26, Wokey lists input at $0.54 per 1M tokens and output at $2.7 per 1M tokens; the official references are $3 and $15. That is 82% lower for input and 82% lower for output. Request-time pricing controls settlement, and the vendor pricing source is linked on this page.
Which API forms does Claude Sonnet 4.6 support, and how do I call it through Wokey?
Claude Sonnet 4.6 supports /v1/messages (Messages requests). Set the API base URL to https://api.wokey.ai, authenticate with a Wokey API key, and use the canonical model ID claude-sonnet-4-6; you can start with /v1/messages. The Send a request section includes a curl example for every supported API form.
What are the context window and maximum output for Claude Sonnet 4.6?
The catalog context window is 1,000,000 tokens and the maximum output is 64,000 tokens. These are separate limits, and a request must also satisfy the upstream constraints in effect when it is processed.
How are cache reads and cache writes priced for Claude Sonnet 4.6?
Cache read: Wokey lists $0.054 per 1M tokens and the official reference is $0.3 per 1M tokens. Cache write: Wokey lists $1.08 per 1M tokens and the official reference is $6 per 1M tokens.
How do Claude Sonnet 4.6 and Claude Sonnet 5 differ in price and context?
In this price snapshot, Claude Sonnet 4.6 lists input/output at $0.54 / $2.7 with a 1,000,000-token context window; Claude Sonnet 5 lists $0.36 / $1.8 with a 1,000,000-token context window. This is a factual price-and-capacity comparison, not a quality ranking; also compare their supported API forms and capabilities.
Related models and documentation
Get API key · claude-sonnet-4-6