Back to catalog
Anthropic·Text15% under official

Claude Opus 4.6API

Anthropic Opus 4.6 — deep reasoning, exceptional agentic ability.

Input price

$4.25

per 1M tokens

Output price

$21.25

per 1M tokens

Prompt caching

Add cache_control to a stable prefix and cache hits bill at a fraction of input. Cache writes bill at the plain input rate.

Cache read
$0.85

Auto-derived from input × 0.2

$ Specs

Model ID
claude-opus-4-6
Endpoint
POST /v1/chat/completions
Category
Text
Provider
Anthropic
Capabilities
visionfunctionstreamingthinkinglong-context

Drop-in OpenAI compatibility

Point your existing OpenAI SDK at https://api.brievio.com/v1 and change the model id. No streaming changes, no SDK changes — and the model you call is the genuine article.

View docs

$ Try it

Set BRIEVIO_API_KEY from a key in /app/keys, then run any snippet below.

curl
curl https://api.brievio.com/v1/chat/completions \
  -H "Authorization: Bearer $BRIEVIO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-opus-4-6",
    "messages": [
      {"role": "user", "content": "Hello, Claude Opus 4.6"}
    ],
    "stream": false
  }'