GPT
GPT Text

thanhnhan9023/gpt-5.6-luna-cheap

Model ID: thanhnhan9023/gpt-5.6-luna-cheap
Родина моделі
GPT
Context
Не вказано
Мінімальна вартість / запит
0.128 ₴
Запити
16
Успішно
93.8%
Токени
566.7K
Uptime
24 години томуЗараз
7 днів томуЗараз

Ціни

За запит
0.128 ₴
Мінімальна вартість / запит
0.128 ₴
Історія зміни цін

Раніше застосовані рівні цін. Рядок із позначкою "поточна" — це ціна, що діє зараз.

Раніше З 29/07/2026 - 14:11:10
Input / 1M токенів2.678 ₴ Output / 1M токенів4.464 ₴ За запит0.0357 ₴ Мінімальна вартість / запит0.0357 ₴
Поточна З 08/08/2026 - 23:07:06
За запит0.128 ₴ Мінімальна вартість / запит0.128 ₴
Підтримувані endpoint
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/thanhnhan9023/gpt-5.6-luna-cheap:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Метод POST · application/json
Авторизація Bearer token (API key)
Типи API Text

Поширити

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "thanhnhan9023/gpt-5.6-luna-cheap",
    "messages": [
        {
            "role": "user",
            "content": "Привіт, хто ти?"
        }
    ]
}'
// 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": "thanhnhan9023/gpt-5.6-luna-cheap",
    "messages": [
        {
            "role": "user",
            "content": "Привіт, хто ти?"
        }
    ]
})
});
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": "thanhnhan9023/gpt-5.6-luna-cheap",
    "messages": [
        {
            "role": "user",
            "content": "Привіт, хто ти?"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "thanhnhan9023/gpt-5.6-luna-cheap",
    "messages": [
        {
            "role": "user",
            "content": "Привіт, хто ти?"
        }
    ]
}

Спробувати

Надішліть prompt за допомогою вашого API key — витрачаються реальні кредити, результат надходить одразу.

Відгуки та коментарі
0.0 / 0 відгуків
Завантаження відгуків...
Зв’язатися з підтримкою
Ми завжди готові вам допомогти