Skip to main content
Claude Opus 4.7

Claude Opus 4.7

Anthropic's premium Opus model for advanced coding, vision-heavy review, and long-running enterprise agents.

Advanced CodingHigh-Resolution VisionLong-Running Agents

Context Window

200k tokens

claude-opus-4-7

Max Output

-

1M tokens

Input

$4.5$5

10% off

1M tokens

Output

$22.5$25

10% off

1M tokens

Model Codeclaude-opus-4-7

Playground

claude-opus-4-7
Reference Images0/5

Click or drag

No output yet

Pricing

PlanContext WindowMax OutputInputOutputCache WriteCache Read
claude-opus-4-7
200k tokens-
$4.5$510% off

1M tokens

$22.5$2510% off

1M tokens

$5.625$6.2510% off

1M tokens

$0.45$0.510% off

1M tokens

1h Cache Write · $9 · 1M tokens

Cache read or cached input pricing applies to reused prompt tokens.

README

Claude Opus 4.7 is a high-end Anthropic Opus model built for demanding software engineering, complex multi-step reasoning, long-running agent workflows, and high-resolution vision analysis.
  • Claude Opus 4.7 is a premium Opus model for teams that need stronger execution on difficult coding, code review, debugging, and multi-step technical work.
  • The model is suited for long-running agent workflows where instruction following, self-checking, and consistent progress across complex tasks matter more than lowest-cost inference.
  • Opus 4.7 also improves multimodal analysis with high-resolution image support, making it useful for UI review, document inspection, and technical visual reasoning.

API

Use the API docs for request format, parameters, and integration details.

Anthropic's premium Opus model for advanced coding, vision-heavy review, and long-running enterprise agents.

Model Code

claude-opus-4-7

View API Docs

API

Endpoint

POST /v1/messages

Authentication

Authorization: Bearer YOUR_REACH_API_KEY
anthropic-version: 2023-06-01
Content-Type: application/json

Example

curl -X POST "https://direct.reachapi.ai/v1/messages" \
  -H "Authorization: Bearer YOUR_REACH_API_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "YOUR_MODEL_ID",
    "messages": [
      {
        "role": "user",
        "content": "Introduce ReachAPI in one sentence."
      }
    ],
    "max_tokens": 512,
    "temperature": 0.2
  }'