Anthropic
Claude Sonnet 4.6
claude-sonnet-4-6Konteks
1.0M
Input / 1M token
$3.00
Output / 1M token
$15.00
Rumus weighted token
1× provider × 4× tier
Tentang model ini
Claude Sonnet 4.6
Claude Sonnet 4.6 is Anthropic's mid-tier flagship — the workhorse choice. Near-Opus quality on most tasks at a third of the price. The right default for production agentic workloads.
Rilis
2024-12
Batas data latih
2024-11
Parameter
Not disclosed
Paling cocok untuk
Kasus penggunaan
- ✓Production AI assistants
- ✓Coding agents (best price/quality balance)
- ✓Customer support automation
- ✓Document analysis + extraction
- ✓Most agentic workflows with tool calling
Kelebihan
Yang dikerjakan dengan baik
- ●Near-Opus quality at significantly lower cost
- ●Strong instruction-following + tool calling
- ●1M-token context window
- ●Excellent prompt caching support
- ●Faster than Opus — ~2× the throughput
Keterbatasan
Pahami trade-off-nya
- !Trails Opus on the hardest multi-step planning tasks
- !Latency higher than Haiku — not for sub-second UX
- !Premium pricing vs open-weights alternatives
Contoh kode
Chat completion dengan Claude Sonnet 4.6
from openai import OpenAI
client = OpenAI(
base_url="https://api.anoman.io/v1",
api_key="anm-sk-..."
)
response = client.chat.completions.create(
model="claude-sonnet-4-6",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)Weighted token
weighted_tokens = raw_tokens × 1 (provider) × 4 (tier)
Paket Pro: 20 jt weighted token/bulan. Multiplier gabungan 4×: 5,000,000 raw token tersedia.
Alternatif
Model serupa di katalog kami
Beban kerja yang cocok dengan Claude Sonnet 4.6 sering cocok dengan ini juga. Bandingkan benchmark dan harga sebelum menetapkan default.