Skip to main content

Claude 4.8 Opus

Approved Data Classifications


This model is only approved for Open Data. When leveraging NaviGator AI’s suite offerings, please ensure you are selecting models that meet the compliance requirements in accordance with UF’s Data Classifications, grant awards or project specifications, and state and federal law.

Description

Claude Opus 4.8 is Anthropic's highest-performing general-purpose AI model in the Claude 4.x family. It is designed for tasks that require deep reasoning, software engineering, scientific analysis, long-context understanding, and agentic workflows.

Capabilities

ModelKnowledge CutoffInputOutputContext LengthCost (per 1 million tokens)
claude-4.8-opusJan 2026Text, 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
  • 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.8-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.8
    https://www.anthropic.com/news/claude-opus-4-8
  2. Artificial Analysis
    https://artificialanalysis.ai/models/claude-opus-4-8