Anthropic / anthropic/claude-fable-5.1
Claude Fable 5.1 - LLMTR üzerinden erişim
Claude Fable 5.1; 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, her zaman acik adaptive thinking, gorsel ve dokuman girdisi, tool calling ve prompt cache destegi sunar. Effort seviyesi low'dan max'a kadar ayarlanabilir; kisa islerde dusuk, zor ajan islerinde yuksek seviye tercih edilir. Prompt cache okuma ucreti Fable 5'in dortte biri oldugu icin ayni baglami tekrar tekrar okuyan ajan donguleri belirgin sekilde ucuza gelir. Anthropic'in 30 gunluk retention sartina tabidir.
Teknik özellikler
| Canonical ID | anthropic/claude-fable-5.1 |
|---|---|
| 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 | CACHE_READ | PER_1M_TOKENS | $0.250000 |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_1M_TOKENS | $50.00 |
| CHAT_COMPLETIONS | CACHE_WRITE | PER_1M_TOKENS | $12.50 |
| CHAT_COMPLETIONS | CACHE_WRITE | PER_1M_TOKENS | $20.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.1","messages":[{"role":"user","content":"Hello"}]}'
İlgili modeller
- 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.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