Claude
Claude Metin

devdoclang/Claude-sonnet-4.6

Model ID: devdoclang/Claude-sonnet-4.6
Aile
Claude
Context
1,000,000
Giriş / 1M token
3.056 ₺
Önbellek isabet oranı
28.9%
İstek sayısı
145
Başarılı
50.3%
Token
2.08M
Çalışma süresi (Uptime)
24 saat önceŞimdi
7 gün önceŞimdi

Fiyat listesi

Giriş / 1M token
3.056 ₺
Çıkış / 1M token
5.66 ₺
Prompt Önbelleği 28.9%
Önbellek okuma / 1M token
2.264 ₺
Önbellek yazma / 1M token
4.754 ₺

Tekrarlanan prompt'lar önbelleğe alınır - okuma, girdiden çok daha ucuzdur ve API üzerinden otomatik uygulanır.

Fiyat geçmişi

Daha önce uygulanan fiyat seviyeleri. "geçerli" olarak işaretlenen satır kullanımdaki fiyattır.

Önceki Başlangıç 30/07/2026 - 21:06:15
Giriş / 1M token2.075 ₺ Çıkış / 1M token3.301 ₺ Minimum ücret / request0.00566 ₺ Önbellek okuma / 1M token1.603 ₺ Önbellek yazma / 1M token1.981 ₺
Geçerli Başlangıç 03/08/2026 - 18:02:29
Giriş / 1M token3.056 ₺ Çıkış / 1M token5.66 ₺ Önbellek okuma / 1M token2.264 ₺ Önbellek yazma / 1M token4.754 ₺
Maliyet tahmincisi
Tahmini toplam 0 ₺
Ortalama / request 0 ₺

Liste fiyatlarına göre tahmin. Önbellek varsa genellikle daha ucuzdur.

Desteklenen endpoint'ler
https://api.xah.io/v1/chat/completions
https://api.xah.io/v1/messages
https://api.xah.io/v1/responses
https://api.xah.io/v1beta/models/devdoclang/Claude-sonnet-4.6:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Yöntem POST · application/json
Kimlik doğrulama Bearer token (API anahtarı)
Rate limit 50 req/min
Test edilmiş yük 🟢 High tepe 31/s · sürekli 5.9/s
p95 gecikmesi 11,758 ms
API türleri Metin

Teknik notlar

Due to limited supply, I've temporarily increased model prices. Thanks for your understanding. Feel free to check out my more affordable GPT models.

Paylaş

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "devdoclang/Claude-sonnet-4.6",
    "messages": [
        {
            "role": "user",
            "content": "Merhaba, sen kimsin?"
        }
    ]
}'
// Node.js / Browser
const res = await fetch('https://api.xah.io/v1/chat/completions', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    "model": "devdoclang/Claude-sonnet-4.6",
    "messages": [
        {
            "role": "user",
            "content": "Merhaba, sen kimsin?"
        }
    ]
})
});
const data = await res.json();
console.log(data);
import requests

url = 'https://api.xah.io/v1/chat/completions'
headers = {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json',
}
payload = {
    "model": "devdoclang/Claude-sonnet-4.6",
    "messages": [
        {
            "role": "user",
            "content": "Merhaba, sen kimsin?"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "devdoclang/Claude-sonnet-4.6",
    "messages": [
        {
            "role": "user",
            "content": "Merhaba, sen kimsin?"
        }
    ]
}

Hemen dene

API anahtarınızla bir prompt gönderin - gerçek kredi kullanır, sonuç anında akar.

Değerlendirmeler ve yorumlar
0.0 / 0 değerlendirme
Değerlendirmeler yükleniyor...
Destekle İletişime Geç
Size yardımcı olmak için her zaman hazırız