Skip to main content
Claude Opus 4.8 is Anthropic’s most capable model, designed for the most complex reasoning, research, and agentic workflows.

Model

anthropic/claude-opus-4-8
ProviderAnthropic
NameClaude Opus 4.8

Supported Endpoints

All three API formats are supported:

Example

curl -X POST https://api.unifically.com/v1/messages \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -d '{
    "model": "anthropic/claude-opus-4-8",
    "max_tokens": 4096,
    "messages": [
      {"role": "user", "content": "Plan a multi-step research workflow for analyzing market trends."}
    ]
  }'