GPT
GPT Text

thanhnhan9023/gpt-5.6-sol-cheap

Model ID: thanhnhan9023/gpt-5.6-sol-cheap
Hệ model
GPT
Context
Chưa cập nhật
Giá tối thiểu / request
0.157 ₴
Lượt dùng
0
Thành công
Tokens
0
Uptime
24 giờ trướcBây giờ
7 ngày trướcBây giờ

Bảng giá

Mỗi request
0.157 ₴
Giá tối thiểu / request
0.157 ₴
Lịch sử thay giá

Các mức giá từng được áp dụng. Dòng gắn "hiện tại" là giá đang dùng.

Hiện tại Từ 14/08/2026 - 20:47:33
Mỗi request0.157 ₴ Giá tối thiểu / request0.157 ₴
Các endpoint hỗ trợ
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-sol-cheap:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Phương thức POST · application/json
Xác thực Bearer token (API key)
Loại API Text

Chia sẻ

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-sol-cheap",
    "messages": [
        {
            "role": "user",
            "content": "Xin chào, bạn là ai?"
        }
    ]
}'
// 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-sol-cheap",
    "messages": [
        {
            "role": "user",
            "content": "Xin chào, bạn là ai?"
        }
    ]
})
});
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-sol-cheap",
    "messages": [
        {
            "role": "user",
            "content": "Xin chào, bạn là ai?"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "thanhnhan9023/gpt-5.6-sol-cheap",
    "messages": [
        {
            "role": "user",
            "content": "Xin chào, bạn là ai?"
        }
    ]
}

Thử nhanh

Gửi prompt bằng API key của bạn — tốn credit thật, kết quả stream về ngay.

Đánh giá & bình luận
0.0 / 0 đánh giá
Đang tải đánh giá...
Зв’язатися з підтримкою
Ми завжди готові вам допомогти