Skip to main content

Claude 4.6 Opus

Approved Data Classifications

Description

Claude Opus 4.6 is Anthropic’s most capable hybrid-reasoning and agentic model, designed for complex coding, long-running AI agents, and enterprise workflows, with a 1 million-token context window, up to 128,000 output tokens, adaptive reasoning, and pricing of $5 per million input tokens and $25 per million output tokens.

Capabilities

ModelKnowledge CutoffInputOutputContext LengthCost (per 1 million tokens)
claude-4.6-opusMay 31 2025Text, Image, PdfText1,000,000$5.50/1M input
$27.50/1M output
info
  • 1M represents 1 Million Tokens
  • All prices listed are based on 1 Million Tokens

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.6-opus",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Write a haiku about an Alligator."
}
]
}'

When to use

  • Frontier-intelligence tasks where accuracy matters most
  • Professional software engineering and architecture
  • Complex, multi-step agentic workflows
  • High-stakes enterprise decision support
  • Advanced computer-use and tool orchestration
  • Large-context tasks needing a 200K window

References

  1. Anthropic
    https://www.anthropic.com
  2. LLM Stats
    https://llm-stats.com
  3. Artificial Analysis
    https://artificialanalysis.ai