Skip to main content
Claude Sonnet 4.6 is Anthropic’s balanced model offering strong performance at efficient cost for a wide range of tasks.

Model

anthropic/claude-sonnet-4-6
ProviderAnthropic
NameClaude Sonnet 4.6

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-sonnet-4-6",
    "max_tokens": 1024,
    "messages": [
      {"role": "user", "content": "Review this function for potential bugs."}
    ]
  }'