Skip to main content

Claude 4.7 Opus

Approved Data Classifications

Description

Claude Opus 4.7 is Anthropic’s most capable generally available model for complex reasoning and agentic coding. It was released on April 16, 2026, and supports a 1 million-token context window, up to 128,000 output tokens, adaptive reasoning with the xhigh effort level, and pricing of $5 per million input tokens and $25 per million output tokens.

Capabilities

ModelKnowledge CutoffInputOutputContext LengthCost (per 1 million tokens)
claude-4.7-opusJan 2026Text, Image, PdfText1,000,000$5.00/1M input
$25.00/1M output
info
  • 1M represents 1 Million Tokens
  • All prices listed are based on 1 Million Tokens
  • Supports adaptive reasoning / effort control including xhigh

Availability

Cloud Provider

Usage

curl -X POST https://api.ai.it.ufl.edu/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API_TOKEN>" \
-d '{
"model": "claude-4.7-opus",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Write a haiku about an Alligator."
}
]
}'

When to use

  • Advanced software engineering and code review
  • Long-running autonomous or agentic workflows
  • High-resolution vision and screenshot understanding
  • Complex multi-step analysis with large context
  • Professional knowledge work where consistency matters

References

  1. Anthropic - Introducing Claude Opus 4.7
    https://www.anthropic.com/news/claude-opus-4-7
  2. Claude API Docs - What's new in Claude Opus 4.7
    https://platform.claude.com/docs/en/about-claude/models/whats-new-claude-4-7
  3. Artifici Alanalysis
    https://artificialanalysis.ai/models/claude-opus-4-7