GPT
GPT ٹیکسٹ

devdoclang/gpt-oss-120b-xhigh

ماڈل ID: devdoclang/gpt-oss-120b-xhigh
سائن ان سیٹ اپ گائیڈ
فیملی
GPT
کانٹیکسٹ
512,000
فی درخواست
0.269 ₨
درخواستیں
6
کامیابی
66.7%
ٹوکنز
3K
آپ ٹائم
24 گھنٹے پہلےابھی
7 دن پہلےابھی

قیمتیں

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

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

موجودہ از 30/07/2026 - 21:05:48
فی درخواست0.269 ₨ کیش ریڈ / 1M ٹوکنز12.808 ₨ کیش رائٹ / 1M ٹوکنز16.179 ₨
معاون انڈپوائنٹس
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/gpt-oss-120b-xhigh:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
طریقہ POST · application/json
تصدیق Bearer ٹوکن (API key)
ریٹ لمٹ 60 req/min
جانچا ہوا لوڈ 🟢 اعلی چوٹی 38/s · مسلسل 7.6/s
لیٹنسی p95 10,011 ms
API کی اقسام ٹیکسٹ

نوٹس

Low-cost, high-performance model. Please leave a 5★ rating! If it's unavailable, we've temporarily run out of capacity—it'll be back soon.

شیئر

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

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

آزمائیں

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

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