Back to all models

Anthropic

claude-opus-4-7-thinking

Vendor

Anthropic

Category

Large Language Model API

Pricing

Input price / 1M tokens

$17.50

Output price / 1M tokens

$87.50

Supported endpoints

anthropicopenai

Quick start

OpenAI-compatible — just change base_url to treeRouter to use this model:

curl https://treerouter.com/v1/chat/completions \
  -H "Authorization: Bearer $TREEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-opus-4-7-thinking",
    "messages": [{"role": "user", "content": "Hello"}]
  }'