GLM
GLM ٹیکسٹ

thanhnhan9023/glm-5.2

ماڈل ID: thanhnhan9023/glm-5.2
سائن ان سیٹ اپ گائیڈ
فیملی
GLM
کانٹیکسٹ
واضح نہیں
فی درخواست
0.269 ₨
درخواستیں
51.3K
کامیابی
96.0%
ٹوکنز
5.12B
آپ ٹائم 95.47%
24 گھنٹے پہلےابھی
7 دن پہلےابھی

قیمتیں

فی درخواست
0.269 ₨
قیمت کی تاریخچہ

پہلے لاگو کردہ قیمت کی سطحیں۔ "موجودہ" کے لیبل والی قطار فی الحال چلنے والی قیمت ہے۔

پچھلے از 29/07/2026 - 10:03:56
فی درخواست0.337 ₨ کم از کم چارج / درخواست0.337 ₨ کیش ریڈ / 1M ٹوکنز3.37 ₨ کیش رائٹ / 1M ٹوکنز3.37 ₨
پچھلے از 02/08/2026 - 23:37:32
فی درخواست0.674 ₨ کیش ریڈ / 1M ٹوکنز4.044 ₨ کیش رائٹ / 1M ٹوکنز4.044 ₨
موجودہ از 14/08/2026 - 14:38:46
فی درخواست0.269 ₨ کیش ریڈ / 1M ٹوکنز4.853 ₨ کیش رائٹ / 1M ٹوکنز4.853 ₨
معاون انڈپوائنٹس
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/glm-5.2:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
طریقہ POST · application/json
تصدیق Bearer ٹوکن (API key)
جانچا ہوا لوڈ 🟡 درمیانہ چوٹی 15/s · مسلسل 5.7/s
لیٹنسی p95 13,095 ms
API کی اقسام ٹیکسٹ

شیئر

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "thanhnhan9023/glm-5.2",
    "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/glm-5.2",
    "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/glm-5.2",
    "messages": [
        {
            "role": "user",
            "content": "ہیلو، آپ کون ہیں؟"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "thanhnhan9023/glm-5.2",
    "messages": [
        {
            "role": "user",
            "content": "ہیلو، آپ کون ہیں؟"
        }
    ]
}

آزمائیں

اپنی API key کے ساتھ ایک پرامپٹ بھیجیں — اصلی کریڈٹ خرچ ہوتے ہیں، جواب فوراً اسٹریم ہوتا ہے۔

جائزے اور تبصرے
1.4 / 7 جائزے
جائزے لوڈ ہو رہے ہیں...
سپورٹ سے رابطہ کریں
ہم ہر وقت آپ کی مدد کے لیے تیار ہیں