Model profile
Claude Opus 4.7
anthropic · released 2026-04-16 · ga · proprietary
textvision frontierlong-contextreasoningagentic-coding
votes
Use it
Anthropic Messages API
curl https://api.anthropic.com/v1/messages \
-H "x-api-key: $ANTHROPIC_API_KEY" \
-H "anthropic-version: 2023-06-01" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4-7",
"max_tokens": 512,
"messages": [
{ "role": "user", "content": "Summarize the latest product changes in three bullets." }
]
}' Verify the exact model identifier in the provider docs before production use. ai-tracker stores canonical ids and pricing snapshots, not account entitlements.
Availability
Where to check
Timeline
- released
Claude Opus 4.7 generally available — step-change improvement in agentic coding over Opus 4.6. source
Used by
- Claude Code · Anthropic · agent-framework
- Claude.ai · Anthropic · chat
- Cursor · Anysphere · ide
- Devin · Cognition · agent-framework