GPT
GPT Metin

cuzem3/gpt-5.6-terra

Model ID: cuzem3/gpt-5.6-terra
Aile
GPT
Context
Belirtilmemiş
Minimum ücret / request
0.0271 ₺
İstek sayısı
30
Başarılı
90.0%
Token
11.3K
Çalışma süresi (Uptime)
24 saat önceŞimdi
7 gün önceŞimdi

Fiyat listesi

Giriş / 1M token
1.358 ₺
Çıkış / 1M token
2.037 ₺
Minimum ücret / request
0.0271 ₺
Fiyat geçmişi

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

Önceki Başlangıç 29/08/2026 - 05:17:19
Giriş / 1M token1.811 ₺ Çıkış / 1M token2.716 ₺ Minimum ücret / request0.0339 ₺ Önbellek okuma / 1M token1.584 ₺ Önbellek yazma / 1M token2.264 ₺
Önceki Başlangıç 30/08/2026 - 18:52:44
Giriş / 1M token1.358 ₺ Çıkış / 1M token2.037 ₺ Minimum ücret / request0.0271 ₺ Önbellek okuma / 1M token1.901 ₺ Önbellek yazma / 1M token2.716 ₺
Geçerli Başlangıç 31/08/2026 - 20:31:25
Giriş / 1M token1.358 ₺ Çıkış / 1M token2.037 ₺ Minimum ücret / request0.0271 ₺ Önbellek okuma / 1M token2.282 ₺ Önbellek yazma / 1M token3.26 ₺
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/cuzem3/gpt-5.6-terra:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
https://api.xah.io/v1/completions
Yöntem POST · application/json
Kimlik doğrulama Bearer token (API anahtarı)
API türleri Metin

Teknik notlar

Nếu gặp vấn đề khi sử dụng thì đừng ngần ngại nhắn lỗi cho tele để model được active trở lại với mọi người nhanh nhất

Paylaş

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "cuzem3/gpt-5.6-terra",
    "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": "cuzem3/gpt-5.6-terra",
    "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": "cuzem3/gpt-5.6-terra",
    "messages": [
        {
            "role": "user",
            "content": "Merhaba, sen kimsin?"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "cuzem3/gpt-5.6-terra",
    "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
1.0 / 1 değerlendirme
Değerlendirmeler yükleniyor...
Destekle İletişime Geç
Size yardımcı olmak için her zaman hazırız