Anthropic

claude-opus-4-7

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.

Input modalities

text

Accepted as model input

image

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$5.000 / 1M tokens

Output tokens

$25.000 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$5.000 / 1M tokens
Output tokens$25.000 / 1M tokens
Cached input tokens$6.250 / 1M tokens

Performance

Published evaluation results associated with this model.

CursorBench

score70

BigLaw Bench

score90.9

API example

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