Back to Models

Anthropic: Claude Opus 4.7

anthropic/claude-opus-4.7
Apr 16, 20261M context128K max output$5.00/M in · $25.00/M outReasoning

Description

Opus 4.7 is the next generation of Anthropic's Opus family, built for long-running, asynchronous agents. Building on the coding and agentic strengths of Opus 4.6, it delivers stronger performance on complex, multi-step tasks and more reliable agentic execution across extended workflows. It is especially effective for asynchronous agent pipelines where tasks unfold over time - large codebases, multi-stage debugging, and end-to-end project orchestration.

Beyond coding, Opus 4.7 brings improved knowledge work capabilities - from drafting documents and building presentations to analyzing data. It maintains coherence across very long outputs and extended sessions, making it a strong default for tasks that require persistence, judgment, and follow-through.

For users upgrading from earlier Opus versions, see our official migration guide here

Specifications

Provider
anthropic
Context Length
1M
Max Output
128K
Modality
Intextimage
Outtext

Pricing

TypePrice / 1M tokens
Input$5.00
Output$25.00
Cache Read$0.50
Cache Write$6.25
Web Search$0.01 / call

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "anthropic/claude-opus-4.7",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Anthropic: Claude Opus 4.7 — Pricing & API on OminiGate