UniRouteUniRoute
All models
Claude Opus 4.6
Text

Anthropic

Claude Opus 4.6

Access Anthropic Claude Opus 4.6 API on UniRoute for coding, reasoning, and long-context workflows with more affordable deployment.

Pricing

Billing unitUniRouteMarket
Input$1.425$5.00
Output$7.15$25.00

per 1M tokens

About this model

Access Anthropic Claude Opus 4.6 API on UniRoute for coding, reasoning, and long-context workflows with more affordable deployment.

Chat

Call it with one request

Works with the OpenAI SDK — just change the base URL.

api.uniroute.dev
curl https://api.uniroute.dev/v1/chat/completions \
  -H "Authorization: Bearer $UNIROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-opus-4-6",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'

Related models