Back to Models
Anthropic
Claude Opus 4.6
Claude Opus 4.6 from Anthropic — 200K-token context, multimodal vision, function calling.
Context Window
200.0K
tokensMax Output
8K
tokensInput / 1M
$5.00
per 1M tokensOutput / 1M
$25.00
per 1M tokensCapabilities
Vision
Function Calling
Streaming
JSON Mode
System Prompt
Tool Use
Pricing Comparison
Quick Start
curl
curl -X POST https://api.nemorouter.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-nemo-..." \
-d '{
"model": "claude-opus-4-6",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Hello!"}
],
"max_tokens": 256
}'Replace sk-nemo-... with your Nemo Router API key. Use claude-opus-4-6 as the model identifier.