anthropic

claude-3-7-sonnet-20250219

Context

200000

Input

text, image

Output

text

Tool calling

Supported

About this model

Claude 3.7 Sonnet is Anthropic's balanced 7B-parameter model offering strong reasoning capability with enterprise-grade efficiency. Features constitutional AI alignment, enhanced tool use, and multimodal understanding. The 2025-02-19 version includes improved reasoning depth and knowledge grounding.

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": "8f04de7d597f4b65a77ea39e313e24d0",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

anthropic

8f04de7d597f4b65a77ea39e313e24d0

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.

Reasoning Capabilities

ARC-Challenge86.3
HellaSwag85.7
MMLU79.4
GPQA42.8

Safety & Alignment

Harmlessness98.7
TruthfulQA88.2
Bias Detection92.5
Policy Adherence96.3

Enterprise Performance

Business Writing91.8
Technical Documentation89.3
Legal Analysis83.7
Customer Support94.2

API example

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