Kimi
Kimi Metin

giangnguyenwp2904/kimi-k2.6

Model ID: giangnguyenwp2904/kimi-k2.6
Aile
Kimi
Context
262,144
Minimum ücret / request
0.015 ₺
İstek sayısı
92
Başarılı
55.4%
Token
911.6K
Çalışma süresi (Uptime)
24 saat önceŞimdi
7 gün önceŞimdi

Fiyat listesi

İstek başına
0.015 ₺
Minimum ücret / request
0.015 ₺
Fiyat geçmişi

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

Geçerli Başlangıç 10/07/2026 - 21:22:38
İstek başına0.015 ₺ Minimum ücret / request0.015 ₺
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/giangnguyenwp2904/kimi-k2.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 60 req/min
Test edilmiş yük 🟡 Medium tepe 11/s · sürekli 4.4/s
p95 gecikmesi 21,261 ms
API türleri Metin

Paylaş

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