Claude Opus 4.7 API
Call Claude Opus 4.7 through Wokey and review dated catalog pricing, upstream-native API forms, context, and model capabilities.
- Model ID
claude-opus-4-7- 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 | $1.1 | $5 | 78% |
| Output | $5.5 | $25 | 78% |
| Cache read | $0.11 | $0.5 | 78% |
| Cache write | $2.2 | $10 | 78% |
Price checked:
Official price source: https://platform.claude.com/docs/en/about-claude/pricing
Model capabilities
- Context
- 1,000,000 tokens
- Max output
- 128,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-opus-4-7","max_tokens":1024,"messages":[{"role":"user","content":"Hello"}]}'Frequently asked questions
How much does the Claude Opus 4.7 API cost, and how much does it save versus the official API?
As of 2026-08-26, Wokey lists input at $1.1 per 1M tokens and output at $5.5 per 1M tokens; the official references are $5 and $25. That is 78% lower for input and 78% lower for output. Request-time pricing controls settlement, and the vendor pricing source is linked on this page.
Which API forms does Claude Opus 4.7 support, and how do I call it through Wokey?
Claude Opus 4.7 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-opus-4-7; 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 Opus 4.7?
The catalog context window is 1,000,000 tokens and the maximum output is 128,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 Opus 4.7?
Cache read: Wokey lists $0.11 per 1M tokens and the official reference is $0.5 per 1M tokens. Cache write: Wokey lists $2.2 per 1M tokens and the official reference is $10 per 1M tokens.
How do Claude Opus 4.7 and Claude Opus 5 differ in price and context?
In this price snapshot, Claude Opus 4.7 lists input/output at $1.1 / $5.5 with a 1,000,000-token context window; Claude Opus 5 lists $1.1 / $5.5 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-opus-4-7