Anthropic / anthropic/claude-fable-5
Claude Fable 5 - LLMTR üzerinden erişim
Claude Fable 5; uzun soluklu ajan gorevleri, buyuk kod tabanlari, karmasik bilgi isleri ve gorsel anlama gerektiren uretim akislarinda Anthropic'in en guclu genel erisimli modelidir. 1M context, 128K maksimum cikti, adaptive thinking, gorsel girdi ve konfigure edilebilir effort seviyeleri sunar. En yuksek yetenegin gerekmedigi islerde Opus 5 yarı maliyetle daha uygun bir secimdir. Anthropic'in 30 gunluk retention sartina tabidir.
Teknik özellikler
| Canonical ID | anthropic/claude-fable-5 |
|---|---|
| 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 | $10.00 |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_1M_TOKENS | $50.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-fable-5","messages":[{"role":"user","content":"Hello"}]}'
İlgili modeller
- 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.6 anthropic/claude-opus-4.6
- 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
- Claude Sonnet 4.5 anthropic/claude-sonnet-4.5