Kimi
Kimi Metin

devdoclang/kimi-k3

Model ID: devdoclang/kimi-k3
Aile
Kimi
Context
1,000,000
Minimum ücret / request
0.0113 ₺
Önbellek isabet oranı
5.8%
İstek sayısı
285
Başarılı
93.3%
Token
6.18M
Çalışma süresi (Uptime) 100.00%
24 saat önceŞimdi
7 gün önceŞimdi

Fiyat listesi

Giriş / 1M token
5.547 ₺
Çıkış / 1M token
11.886 ₺
Minimum ücret / request
0.0113 ₺
Prompt Önbelleği 5.8%
Önbellek okuma / 1M token
4.437 ₺
Önbellek yazma / 1M token
9.509 ₺

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ıç 31/07/2026 - 16:51:52
Giriş / 1M token2.83 ₺ Çıkış / 1M token5.66 ₺ Önbellek okuma / 1M token2.264 ₺ Önbellek yazma / 1M token2.83 ₺
Geçerli Başlangıç 26/08/2026 - 20:32:55
Giriş / 1M token5.547 ₺ Çıkış / 1M token11.886 ₺ Minimum ücret / request0.0113 ₺ Önbellek okuma / 1M token4.437 ₺ Önbellek yazma / 1M token9.509 ₺
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/kimi-k3: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 60 req/min
Test edilmiş yük 🟡 Medium tepe 23/s · sürekli 7.1/s
p95 gecikmesi 10,426 ms
API türleri Metin

Teknik notlar

All models are on sale. Thanks for the support, everyone. Leave a 5-star review so I have the motivation to offer even bigger discounts!

Paylaş

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "devdoclang/kimi-k3",
    "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/kimi-k3",
    "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/kimi-k3",
    "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/kimi-k3",
    "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