Router One
Back to Models

claude-opus-4-6

chatstreamingtool_calling

Supported APIs

auto

Available Configurations

API Type
auto
Capabilities
chatstreamingtool_calling
Context Window
200K
Input
$8.25$4.13/ 1M tokens
Output
$41.25$20.63/ 1M tokens

Quick Start

bash
curl -X POST \
  https://api.router.one/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "claude-opus-4-6",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'
Get API Key