UniRouteUniRoute
All models
Claude Opus 4.8
Text

Anthropic

Claude Opus 4.8

Claude Opus 4.8 delivers a major upgrade in complex reasoning, agentic coding, and professional knowledge work. With improved honesty, stronger long-horizon task execution, and a 1-million-token context window on supported platforms, it is built as Anthropic’s most capable generally available model for high-autonomy workflows and demanding enterprise use cases.

Pricing

Billing unitUniRouteMarket
Input$2.00$5.00
Output$10.00$25.00

per 1M tokens

About this model

Claude Opus 4.8 delivers a major upgrade in complex reasoning, agentic coding, and professional knowledge work. With improved honesty, stronger long-horizon task execution, and a 1-million-token context window on supported platforms, it is built as Anthropic’s most capable generally available model for high-autonomy workflows and demanding enterprise use cases.

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-8",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'

Related models