Skip to content

Claude Opus 5

ReasoningAnthropic

Anthropic's flagship for demanding reasoning, coding and long-horizon agent work.

Input
$5.00
per 1M tokens
Output
$25.00
per 1M tokens
Context window
1M
tokens
Max output
128K
tokens

Pricing

Prices are in USD per 1M tokens. Cached input is billed at the cache read price.

Input
$5.00/ 1M
Output
$25.00/ 1M
Cache read
$0.50/ 1M
Cache write 5m
$6.25/ 1M
Cache write 1h
$10.00/ 1M

Use it from code

The samples read your key from the ORYNX_API_KEY environment variable.

curl https://api.orynx.dev/v1/messages \
  -H "x-api-key: $ORYNX_API_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-opus-5",
    "max_tokens": 1024,
    "messages": [{"role": "user", "content": "Explain what an API gateway does in one sentence."}]
  }'

Use it in your tools

Minimal configuration for popular coding agents. Replace sk-orynx-... with your key.

Claude Code

Full guide
~/.claude/settings.json
{
  "env": {
    "ANTHROPIC_BASE_URL": "https://api.orynx.dev",
    "ANTHROPIC_AUTH_TOKEN": "sk-orynx-...",
    "ANTHROPIC_MODEL": "claude-opus-5",
    "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1"
  }
}
Cursor Settings → Models
OpenAI API Key:            sk-orynx-...
Override OpenAI Base URL:  https://api.orynx.dev/v1
Custom model name:         claude-opus-5

OpenCode

Full guide
opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "orynx": {
      "npm": "@ai-sdk/anthropic",
      "name": "ORYNX",
      "options": {
        "baseURL": "https://api.orynx.dev/v1",
        "apiKey": "{env:ORYNX_API_KEY}"
      },
      "models": {
        "claude-opus-5": {
          "name": "Claude Opus 5",
          "limit": {
            "context": 1000000,
            "output": 128000
          }
        }
      }
    }
  }
}
claude-fable-5-1

Mythos-class model tuned for autonomous knowledge work and agentic tasks.

Input
$10.00/ 1M
Output
$50.00/ 1M
Anthropic MessagesOpenAI Chat1M ctx
OperationalClaude family100.0%Details
claude-fable-5

Mythos-class model built for autonomous knowledge work.

Input
$10.00/ 1M
Output
$50.00/ 1M
Anthropic MessagesOpenAI Chat1M ctx
OperationalClaude family100.0%Details
claude-sonnet-5

Frontier Sonnet-class model: strong coding and agents at a lower price.

Input
$2.00/ 1M
Output
$10.00/ 1M
Anthropic MessagesOpenAI Chat1M ctx
OperationalClaude family100.0%Details