Claude
Claude Text

thanhnhan9023/claude-opus-4-7-china

Model ID: thanhnhan9023/claude-opus-4-7-china
Родина моделі
Claude
Context
Не вказано
За запит
0.111 ₴
Запити
2.3K
Успішно
95.2%
Токени
459.58M
Uptime
24 години томуЗараз
7 днів томуЗараз

Ціни

За запит
0.111 ₴
Історія зміни цін

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

Раніше З 29/07/2026 - 15:05:19
За запит0.0446 ₴ Мінімальна вартість / запит0.0446 ₴
Поточна З 02/08/2026 - 17:54:38
За запит0.111 ₴
Підтримувані 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/claude-opus-4-7-china: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/claude-opus-4-7-china",
    "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/claude-opus-4-7-china",
    "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/claude-opus-4-7-china",
    "messages": [
        {
            "role": "user",
            "content": "Привіт, хто ти?"
        }
    ]
}

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

Спробувати

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

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