Anthropic / anthropic/claude-sonnet-5
Claude Sonnet 5 - LLMTR üzerinden erişim
Sonnet 4.6'dan gecis icin konumlanan yeni nesil Sonnet modelidir. Kodlama, arac kullanan ajanlar, uzun dokuman analizi ve uretim asistanlarinda guclu hiz-kalite dengesi sunar. 1M context, 128K maksimum cikti, varsayilan adaptive thinking, gorsel girdi, tool calling ve prompt cache destegi vardir.
Teknik özellikler
| Canonical ID | anthropic/claude-sonnet-5 |
|---|---|
| Sağlayıcı | Anthropic |
| Context penceresi | 1.000.000 tokens |
| Operasyonlar | CHAT_COMPLETIONS |
| Modaliteler | 5m, 1h, text, image |
Fiyatlandırma
Kredi yüklemede %6 platform marjı uygulanır; model kullanım fiyatları ayrıca yükseltilmez.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| CHAT_COMPLETIONS | INPUT_TEXT | PER_1M_TOKENS | $2.00 |
| CHAT_COMPLETIONS | CACHE_READ | PER_1M_TOKENS | $0.200000 |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_1M_TOKENS | $10.00 |
| CHAT_COMPLETIONS | CACHE_WRITE | PER_1M_TOKENS | $2.50 |
| CHAT_COMPLETIONS | CACHE_WRITE | PER_1M_TOKENS | $4.00 |
Örnek kullanım
Mevcut OpenAI SDK akışında yalnızca base URL ve model kimliğini değiştirirsiniz.
curl https://llmtr.com/v1/chat/completions \
-H "Authorization: Bearer llmtr-your_key" \
-H "Content-Type: application/json" \
-d '{"model":"anthropic/claude-sonnet-5","messages":[{"role":"user","content":"Hello"}]}'
İlgili modeller
- Claude Opus 4.8 anthropic/claude-opus-4.8
- Claude Opus 4.7 anthropic/claude-opus-4.7
- Claude Opus 4.6 anthropic/claude-opus-4.6
- Claude Opus 4.5 anthropic/claude-opus-4.5
- Claude Sonnet 4.6 anthropic/claude-sonnet-4.6
- Claude Sonnet 4.5 anthropic/claude-sonnet-4.5
- Claude Haiku 4.5 anthropic/claude-haiku-4.5
- Claude Opus 4.1 anthropic/claude-opus-4.1