GPT
GPT Metin

phatchau036/gpt-5.6-sol-codex

Model ID: phatchau036/gpt-5.6-sol-codex
Aile
GPT
Context
Belirtilmemiş
Giriş / 1M token
2.264 ₺
Önbellek isabet oranı
86%
İstek sayısı
36.9K
Başarılı
96.8%
Token
3.92B
Çalışma süresi (Uptime) 98.27%
24 saat önceŞimdi
7 gün önceŞimdi

Fiyat listesi

Giriş / 1M token
2.264 ₺
Çıkış / 1M token
4.528 ₺
Prompt Önbelleği 86%
Önbellek okuma / 1M token
1.956 ₺
Önbellek yazma / 1M token
2.608 ₺

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ıç 29/07/2026 - 06:47:50
Giriş / 1M token2.264 ₺ Çıkış / 1M token4.528 ₺
Önceki Başlangıç 29/07/2026 - 10:02:40
Giriş / 1M token2.264 ₺ Çıkış / 1M token4.528 ₺ Önbellek okuma / 1M token1.358 ₺ Önbellek yazma / 1M token1.811 ₺
Önceki Başlangıç 06/08/2026 - 14:01:42
Giriş / 1M token2.264 ₺ Çıkış / 1M token4.528 ₺ Önbellek okuma / 1M token1.63 ₺ Önbellek yazma / 1M token2.173 ₺
Geçerli Başlangıç 13/08/2026 - 00:53:12
Giriş / 1M token2.264 ₺ Çıkış / 1M token4.528 ₺ Önbellek okuma / 1M token1.956 ₺ Önbellek yazma / 1M token2.608 ₺
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/phatchau036/gpt-5.6-sol-codex: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ı)
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": "phatchau036/gpt-5.6-sol-codex",
    "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": "phatchau036/gpt-5.6-sol-codex",
    "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": "phatchau036/gpt-5.6-sol-codex",
    "messages": [
        {
            "role": "user",
            "content": "Merhaba, sen kimsin?"
        }
    ]
}

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