Claude Opus 4.7

New
Popular
Anthropic
Multimodal

Anthropic's April 2026 flagship. 87.6% on SWE-bench Verified, 3x higher image resolution, output self-verification, vision + reasoning.

Try Claude Opus 4.7 now
Send a single prompt and stream a response inline. Hit Cmd+Enter to submit.
Sign in to try this model with €5 free credits.
Sign in
Press Cmd+Enter to send
Response appears here.
TL;DR·Last updated May 16, 2026

Claude Opus 4.7 is multimodal AI model from Anthropic, priced at €0.005 per 1M input tokens with a 200K tokens context window.

About this model

Released April 16, 2026 as Anthropic's most capable frontier model. Claude Opus 4.7 keeps the Opus tier pricing unchanged while delivering 87.6% SWE-bench Verified, native output self-verification, and 3x higher image resolution understanding. Extended thinking, multi-hour autonomous coding sessions, native computer use, and parallel tool calling. Recommended for complex agentic engineering, regulated-industry copilots, long-horizon autonomous workflows.
Try Claude Opus 4.7

0.7

Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generationFree

API Integration

Use our OpenAI-compatible API to integrate Claude Opus 4.7 into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

// Simple — just pass a string
const reply = await rw.run("claude-opus-4-7", "Hello! What can you do?");
console.log(reply);

// With message history
const reply2 = await rw.run("claude-opus-4-7", [
  { role: "system", content: "You are a helpful assistant." },
  { role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);

// Full response with usage info
const res = await rw.chat("claude-opus-4-7", [
  { role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);
Specifications
Context window
200,000 tokens
Max output
64,000 tokens
Developer
Anthropic
Category
Multimodal
Supported Formats
text
image
Tags
anthropic
flagship
reasoning
agentic
vision
extended-thinking
computer-use

Deep dive — Anthropic's Claude Opus 4.7

About Anthropic
Founded 2021 · San Francisco, USA

Anthropic was founded in 2021 by Dario Amodei (CEO) and Daniela Amodei (President) together with senior researchers Tom Brown, Sam McCandlish, Jared Kaplan and others who left OpenAI. The company is structured as a Public Benefit Corporation focused on AI safety and the deployment of reliable, interpretable, steerable AI systems. Anthropic's foundational research includes Constitutional AI (2022), Sparse Autoencoders for interpretability, and influential scaling laws work. The Claude model family launched in March 2023, followed by Claude 2 (2023), Claude 3 (March 2024), Claude 3.5 Sonnet (June 2024), Claude 3.7 Sonnet with extended thinking (February 2025), the Claude 4 family (May 2025), Claude 4.5 (late 2025), Claude Sonnet 4.6 (February 2026) and Claude Opus 4.7 (April 2026). Investors include Google ($3B+), Amazon (committed up to $8B), Spark Capital and Lightspeed; total funding exceeds $20 billion with a 2026 valuation above $150 billion. Anthropic publishes Responsible Scaling Policies and is a leading voice on ASL safety levels.

Visit Anthropic
Architecture
Decoder-only Transformer (frontier reasoning model with self-verification)

Claude Opus 4.7 is Anthropic's flagship frontier model released April 16, 2026. It builds on the Opus 4 lineage with three headline upgrades: native output self-verification (the model spends test-time compute to check its own answers before returning them), 3x higher vision input resolution, and an upgraded tokenizer (which can produce up to 35% more tokens for the same input text). Architecturally it remains a decoder-only Transformer optimized for agentic engineering and long-horizon tasks. Pretraining used a multi-trillion-token mixture of curated web text, code repositories, books, scientific papers and licensed data with a knowledge cutoff in early 2026. Post-training combined RLHF, Constitutional AI (CAI), RLAIF, and large-scale reinforcement learning against verifiable rewards on coding, math and tool-use trajectories. The model retains the two operating modes from Opus 4: standard fast responses and extended thinking mode with adjustable thinking budget. Native computer use (screenshots, mouse and keyboard control), parallel tool calling, and stable multi-hour autonomous agent loops are first-class behaviours. Vision input was jointly trained with text and now supports denser document, diagram and screen reading. The model shipped under Anthropic's Responsible Scaling Policy ASL-3 safeguards with constitutional classifiers, external evaluations and a public Bug Bounty programme.

Parameters
Undisclosed (estimated multi-hundred billion parameters dense, hybrid sparse layers)
Context
200K tokens
What it can do
  • 87.6% on SWE-bench Verified at launch, top of the agentic coding leaderboard
  • Native output self-verification: the model checks its own answers before returning
  • 3x higher vision input resolution for dense documents and screenshots
  • Extended thinking mode with adjustable thinking budget for hard reasoning
  • Sustained multi-hour autonomous coding sessions with stable tool-use loops
  • Native computer use: screenshots, mouse and keyboard control of a virtual desktop
  • 200K token context window with strong needle-in-haystack recall
  • Multimodal input: text, images, PDFs, charts and diagrams in a single prompt
  • Parallel tool calling and structured JSON / XML output
  • Constitutional-AI alignment with low refusal rate on benign questions
  • Multilingual fluency across English, German, French, Spanish, Japanese, Chinese and more
  • Best for: complex coding agents, regulated-industry copilots, autonomous workflows, long-document analysis.
Training & License

Pretrained on a curated multi-trillion-token mixture of publicly available internet text, licensed third-party data, code from public repositories and human-generated conversations. Anthropic does not disclose exact token counts; the corpus is heavily filtered for quality, deduplication and copyright. Knowledge cutoff is early 2026. Post-training uses RLHF, Constitutional AI, RLAIF, and reinforcement learning against verifiable rewards on coding, math and agent trajectories.

License: Proprietary commercial license via Anthropic API, Amazon Bedrock and Google Vertex AI. Commercial use permitted under Anthropic's Usage Policy.

Known limitations
  • No native audio or video input (vision images only)
  • New tokenizer produces up to 35% more tokens, so real bills per request rose despite unchanged rate card
  • Higher latency and cost than Sonnet/Haiku tiers
  • Will refuse some legitimate red-team and security research prompts
  • No fine-tuning available to external customers

Frequently asked questions

Start using Claude Opus 4.7 today

Get started with free credits. No credit card required. Access Claude Opus 4.7 and 100+ other models through a single API.