anthropic

claude-opus-4-7

Context

1M

Input

text, image

Output

text

Tool calling

Supported

About this model

Claude Opus 4.7 excels in autonomous multi-step engineering and long-horizon agentic workflows. It features an Effort Control layer for self-correction and advanced visual intelligence, making it an ideal choice for software engineering, legal, and financial analyses.

Capabilities

text

Available through the unified API

image

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "0ff674944b1946e2bd8d7d4615bfdfef",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

anthropic

0ff674944b1946e2bd8d7d4615bfdfef

Available

Input

$5.000 / 1M

Output

$25.000 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$5.000 / 1M
Output tokens$25.000 / 1M

Performance

Published evaluation results associated with this model.

CursorBench

score70

BigLaw Bench

score90.9

API example

curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "0ff674944b1946e2bd8d7d4615bfdfef",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'