TEXT

kimdepzai1/gpt-5.6-sol

: kimdepzai1/gpt-5.6-sol
1,000,000
61.621 Rp
71
100.0%
1.52M
100.00%

61.621 Rp
61.621 Rp
61.621 Rp
61.621 Rp

13/08/2026 - 21:00:51
61.621 Rp 61.621 Rp 61.621 Rp 61.621 Rp
0 Rp
0 Rp

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/kimdepzai1/gpt-5.6-sol:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
POST · application/json
900 req/min
TEXT

Hàng chuẩn uy tín không đè tem

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "kimdepzai1/gpt-5.6-sol",
    "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": "kimdepzai1/gpt-5.6-sol",
    "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": "kimdepzai1/gpt-5.6-sol",
    "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": "kimdepzai1/gpt-5.6-sol",
    "messages": [
        {
            "role": "user",
            "content": "Xin chào, bạn là ai?"
        }
    ]
}

0.0 / 0
Hubungi Dukungan
Kami selalu siap membantu Anda