Anthropic

claude-sonnet-4-6

Context

1M

Input

text, image

Output

text

Tool calling

Supported

About this model

Claude Sonnet 4.6 is Anthropic's balanced production model, offering near-Opus level intelligence at a much lower cost. It features a full upgrade across coding, computer use, long-context reasoning, agent planning, knowledge work, and design, along with an adaptive thinking capability.

Capabilities

text

Available through the unified API

image

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "84095b62689b4c6cb04f49a80e93186d",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

Anthropic

84095b62689b4c6cb04f49a80e93186d

Available

Input

$3.000 / 1M

Output

$15.000 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$3.000 / 1M
Output tokens$15.000 / 1M

Performance

Published evaluation results associated with this model.

Coding

SWE-bench79.6

API example

curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "84095b62689b4c6cb04f49a80e93186d",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'