Anthropic / anthropic/claude-opus-4.6
Claude Opus 4.6 - LLMTR üzerinden erişim
Buyuk kod tabanlari, zor code review, hata ayiklama ve uzun sureli agent gorevleri icin Anthropic'in en guclu Opus secenegidir. Kaliteden taviz vermeden zor profesyonel is akislari yuruten ekipler icin uygundur.
Teknik özellikler
| Canonical ID | anthropic/claude-opus-4.6 |
|---|---|
| Sağlayıcı | Anthropic |
| Context penceresi | 1.000.000 tokens |
| Operasyonlar | CHAT_COMPLETIONS |
| Modaliteler | text, image |
Fiyatlandırma
Kredi yüklemede %8 platform marjı uygulanır; model kullanım fiyatları ayrıca yükseltilmez.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| CHAT_COMPLETIONS | INPUT_TEXT | PER_1M_TOKENS | $5.00 |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_1M_TOKENS | $25.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-opus-4.6","messages":[{"role":"user","content":"Hello"}]}'
İlgili modeller
- Claude Fable 5.1 anthropic/claude-fable-5.1
- Claude Fable 5 anthropic/claude-fable-5
- Claude Opus 5 anthropic/claude-opus-5
- Claude Opus 4.8 anthropic/claude-opus-4.8
- Claude Opus 4.7 anthropic/claude-opus-4.7
- Claude Opus 4.5 anthropic/claude-opus-4.5
- Claude Sonnet 5 anthropic/claude-sonnet-5
- Claude Sonnet 4.6 anthropic/claude-sonnet-4.6