← All Models
Claude Opus 4.6
Anthropic's most capable model. Top-tier reasoning, coding, and analysis with a massive 1M token context window.
Web Search
Web Fetch
Code Execution
Specifications
| Provider | Anthropic |
| Category | Text |
| Context window | 1M tokens |
Pricing (Starter tier)
650.00 credits / 1M input tokens
3,250.00 credits / 1M output tokens
Higher tiers get volume discounts. See tiers
Quick Start
curl -N https://query.genx.sh/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"claude-opus-4-6","messages":[{"role":"user","content":"Explain quantum computing in simple terms"}],"stream":true}'