GPT
GPT Metin

mainnewnol/gpt-5.6-luna

Model ID: mainnewnol/gpt-5.6-luna
Aile
GPT
Context
Belirtilmemiş
Minimum ücret / request
0.00452 ₺
Önbellek isabet oranı
İstek sayısı
0
Başarılı
Token
0
Çalışma süresi (Uptime)
24 saat önceŞimdi
7 gün önceŞimdi

Fiyat listesi

Giriş / 1M token
1.811 ₺
Çıkış / 1M token
6.792 ₺
İstek başına
0.00452 ₺
Minimum ücret / request
0.00452 ₺
Prompt Önbelleği
Önbellek okuma / 1M token
0.249 ₺
Önbellek yazma / 1M token
0.249 ₺

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.

Geçerli Başlangıç 13/08/2026 - 23:25:12
Giriş / 1M token1.811 ₺ Çıkış / 1M token6.792 ₺ İstek başına0.00452 ₺ Minimum ücret / request0.00452 ₺ Önbellek okuma / 1M token0.249 ₺ Önbellek yazma / 1M token0.249 ₺
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/mainnewnol/gpt-5.6-luna: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

Teknik notlar

Model được sử dụng trực tiếp API của OpenAI nên đảm bảo tốc độ và sự ổn định

Paylaş

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

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "mainnewnol/gpt-5.6-luna",
    "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