All Models
Anthropic active

Claude Opus 4.6

anthropic/claude-opus-4-6

The most intelligent model for building agents and coding. Exceptional performance in reasoning, complex analysis, and multi-step tasks.

Specifications

Context Window 1M tokens
Max Output 128K tokens
Latency moderate
Knowledge Cutoff May 2025
Training Data Aug 2025

Pricing

Input $5.00 per 1M tokens
Output $25.00 per 1M tokens

Capabilities

text Text generation and understanding
vision Image and visual input processing
tool use Function calling and tool integration
extended thinking Deep reasoning with chain-of-thought
adaptive thinking Dynamic reasoning depth based on task complexity

API Identifiers

Model ID anthropic/claude-opus-4-6
Provider API ID claude-opus-4-6
AWS Bedrock anthropic.claude-opus-4-6-v1
GCP Vertex AI claude-opus-4-6

Usage via Multi-Router

curl https://api.multi-router.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -H "x-mr-router-id: YOUR_ROUTER_ID" \
  -d '{
    "model": "anthropic/claude-opus-4-6",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'