Claude Opus 4.7
Version: 1
Models from Partners and Community
These models constitute the vast majority of the Azure AI Foundry Models and are provided by trusted third-party organizations, partners, research labs, and community contributors. These models offer specialized and diverse AI capabilities, covering a wide array of scenarios, industries, and innovations. An example of models from Partners and community are the family of large language models developed by Anthropic. Anthropic includes Claude family of state-of-the-art large language models that support text and image input, text output, multilingual capabilities, and vision. See Anthropic's privacy policy to know more about privacy. Learn how to deploy Anthropic models . Characteristics of Models from Partners and Community:- Developed and supported by external partners and community contributors.
- Diverse range of specialized models catering to niche or broad use cases.
- Typically validated by providers themselves, with integration guidelines provided by Azure.
- Community-driven innovation and rapid availability of cutting-edge models.
- Standard Azure AI integration, with support and maintenance managed by the respective providers.
Key capabilities
About this model
Claude Opus 4.7 is our most capable generally available model, advancing performance across coding, enterprise workflows, and long-running agentic tasks.Key model capabilities
- Adaptive thinking is an upgrade to extended thinking that gives Claude the freedom to think as much or as little as needed depending on the task and effort level.
- 1M context window: Claude Opus 4.7 supports a 1M token context window, enabling reasoning over entire codebases and carrying multi-day project context forward without frequent compaction.
-
High-resolution image input: Claude Opus 4.7 processes images at up to 2576px / 3.75MP delivering sharper results on screenshots, documents, and computer use.
Claude Opus 4.7 is our most capable generally available model, advancing performance across coding, enterprise workflows, and long-running agentic tasks. - Coding: Claude Opus 4.7 is built for agentic coding at scale, excelling at long-horizon projects, complex implementations, and polished UI design. It handles the full lifecycle from architecture to deployment, including design-quality UI so senior engineers can delegate complex work with confidence.
- Enterprise workflows: Claude Opus 4.7 sets the standard for enterprise knowledge work, carrying context across sessions to manage complex, multi-day projects end-to-end. It delivers professional polish on the documents, spreadsheets, and presentations that move work forward.
- Long-running agents: Claude Opus 4.7 powers production agentic workflows, orchestrating complex multi-tool tasks with industry-leading reliability. It plans deliberately, uses memory to learn across sessions, and drives long-running work forward with minimal oversight.
- Multimodal reasoning: Claude Opus 4.7 brings high-resolution vision to frontier multimodal reasoning, capturing fine detail in charts, diagrams, and complex document layouts alongside the surrounding context.
- Financial analysis: Claude Opus 4.7 brings frontier reasoning to financial workflows, reading dense filings and charts at high fidelity and carrying context across an entire deal or reporting cycle. It handles the nuance and precision that compliance-sensitive work demands.
- Cybersecurity: Claude Opus 4.7 supports security work that requires sustained focus across long traces and large codebases, surfacing subtle patterns during code review, triage, and investigation.
Use cases
Out of scope use cases
Please refer to the Claude Opus 4.7 System Card .Pricing
Pricing is based on a number of factors. See pricing details here . Azure credits cannot be applied to Claude models. Usage will be billed to the credit card associated with your subscription. Users are advised to review documentation here for applicable pricing and terms prior to deployment to avoid unintended charges.Technical specs
Please refer to the Claude Opus 4.7 System Card .Training cut-off date
January 2026Input formats
Image & text input: With powerful vision capabilities, Claude Opus 4.7 can process images and return text outputs to analyze and understand charts, graphs, technical diagrams, reports, and other visual assets. Text output: Claude Opus 4.7 can output text of a variety of types and formats, such as prose, lists, Markdown tables, JSON, HTML, code in various programming languages, and more.Supported language
Claude Opus 4.7 can understand and output a wide variety of languages, such as English, French, Standard Arabic, Mandarin Chinese, Japanese, Korean, Spanish, and Hindi. Performance will vary based on how well-resourced the language is.Supported Azure regions
GlobalSample JSON response
Input
{
"model": "claude-opus-4-7",
"max_tokens": 4096,
"messages": [
{
"role": "user",
"content": "Analyze this code for security vulnerabilities and suggest fixes."
}
]
}
Output
{
"content": [
{
"text": "I'll analyze this code for security vulnerabilities...",
"type": "text"
}
],
"id": "msg_example",
"model": "claude-opus-4-7",
"role": "assistant",
"stop_reason": "end_turn",
"type": "message",
"usage": {
"input_tokens": 42,
"output_tokens": 256
}
}
Error response:
4XX: { "error": { "message": "Invalid request", "type": "invalid_request_error" }, "request_id": "", "type": "error" }
Model architecture
Please refer to the Claude Opus 4.7 system card .Long context
Claude Opus 4.7 has a 1M token context window.Optimizing model performance
Please refer to the Claude Opus 4.7 system card .Additional assets
- Claude Documentation : Visit Claude documentation for a wealth of resources on model capabilities, prompting techniques, use case guidelines, and more.
- Adaptive Thinking Guide : Understand how best to use adaptive thinking with Claude.
- Claude Prompting Resources : Check out Anthropic's prompting tools and guides to learn how to craft prompts that elicit more helpful, nuanced responses.
- Claude Cookbooks : Check out example code for a variety of complex tasks, such as RAG from various web sources, making SQL queries, function calling, multimodal prompting, and more.
Distribution channels
- Claude API: For developers interested in building agents, Claude Opus 4.7 is available on the Claude Developer Platform.
- Claude Code: Use Claude Opus 4.7 with Anthropic’s industry-leading coding agent, Claude Code.
More information
Data handling
By default, we may process customer data in select countries in the US, Europe, Asia and Australia. We will only store data in data centers located in the United States. For more on data handling and retention, see our Privacy Center.By default, we will not use your inputs or outputs from our commercial products (Anthropic API and Claude Code Enterprise) to train our models. If you explicitly report feedback or bugs to us or otherwise choose to allow us to use your data, then we may use your chats and coding sessions to train our models.
To find out more information regarding your use of an Anthropic commercial offering, or if you would like to know how to contact us regarding a privacy related topic, see our Trust Center and Commercial Terms.
Responsible AI considerations
Safety techniques
The Claude Opus 4.7 System Card describes in detail the wide range of evaluations Anthropic ran to assess the model's safety and alignment.Safety evaluations
The Claude Opus 4.7 System Card details comprehensive safety evaluations including safeguards testing, agentic safety evaluations for computer use and coding capabilities, assessments of reward hacking behavior, Usage Policy compliance testing, alignment evaluations covering a range of misalignment risks, and model welfare assessments. It also includes capability evaluations related to the production of certain harmful technologies, in line with our Responsible Scaling Policy commitments. Claude Opus 4.7 introduces the Cyber Verification Program, a new class of safeguards covering cybersecurity activities that are almost always used maliciously and have little to no legitimate defensive application.Known limitations
Please refer to the Claude Opus 4.7 System Card .Acceptable use
Acceptable use policy
Anthropic's Usage Policy is intended to help users stay safe and promote the responsible use of Anthropic products and services.Terms of Service
Terms of Service Link
Claude is a proprietary model developed by Anthropic. Usage is governed by Anthropic's Commercial Terms of Service for API access.Quality and performance evaluations
| Benchmark | Test name | Claude Opus 4.7 score |
|---|---|---|
| Agentic coding | SWE-bench Pro | 64.2% |
| Agentic coding | SWE-bench Verified | 87.6% |
| Agentic terminal coding | Terminal-Bench 2.0 | 69.4% |
| Multidisciplinary reasoning | Humanity's Last Exam | Without tools: 46.9%, With tools: 54.7% |
| Agentic search | BrowseComp | 79.3% |
| Scaled tool use | MCP Atlas | 77.3% |
| Agentic computer use | OSWorld Verified | 78.0% |
| Agentic financial analysis | Finance Agent v1.1 | 64.4% |
| Cybersecurity vulnerability reproduction | CyberGym | 73.1% |
| Graduate-level reasoning | GPQA Diamond | 94.2% |
| Visual reasoning | CharXiv Reasoning | Without tools: 82.1%, With tools: 91.0% |
| Multilingual Q&A | MMMLU | 91.5% |
Benchmarking methodology
Please refer to the Claude Opus 4.7 System Card for benchmarking methodology.Public data summary
NAModel Specifications
Context Length1000000
Training DataJanuary 2026
Last UpdatedApril 2026
Input TypeText,Image,Code
Output TypeText,Image,Code
ProviderAnthropic
Languages8 Languages