GLM
GLM ٹیکسٹ

devdoclang/glm-5.3-flash

ماڈل ID: devdoclang/glm-5.3-flash
سائن ان سیٹ اپ گائیڈ
فیملی
GLM
کانٹیکسٹ
1,000,000
فی درخواست
0.292 ₨
درخواستیں
37
کامیابی
94.6%
ٹوکنز
505K
آپ ٹائم 100.00%
24 گھنٹے پہلےابھی
7 دن پہلےابھی

قیمتیں

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

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

پچھلے از 05/09/2026 - 00:00:53
فی درخواست0.292 ₨ کیش ریڈ / 1M ٹوکنز37.028 ₨ کیش رائٹ / 1M ٹوکنز66.46 ₨
موجودہ از 06/09/2026 - 16:35:45
فی درخواست0.292 ₨
معاون انڈپوائنٹس
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/devdoclang/glm-5.3-flash:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
طریقہ POST · application/json
تصدیق Bearer ٹوکن (API key)
ریٹ لمٹ 60 req/min
API کی اقسام ٹیکسٹ

نوٹس

Model mới ra mắt, được định vị ngang Opus 4.8. Bán lấy số lượng, anh em tranh thủ bào đến khi hết quota

شیئر

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

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

آزمائیں

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

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