GLM
GLM Text

thanhnhan9023/glm-5.2

Model ID: thanhnhan9023/glm-5.2
Rodzina
GLM
Kontekst
Nie określono
Za request
0.00347 zł
Liczba użyć
51.2K
Sukces
96.0%
Tokeny
5.11B
Uptime 95.10%
24 godz. temuTeraz
7 dni temuTeraz

Cennik

Za request
0.00347 zł
Historia cen

Poziomy cen stosowane wcześniej. Wiersz oznaczony jako „bieżący” to cena obowiązująca.

Wcześniejsze Od 29/07/2026 - 10:03:56
Za request0.00434 zł Minimalna opłata / request0.00434 zł Odczyt cache / 1M tokenów0.0434 zł Zapis cache / 1M tokenów0.0434 zł
Wcześniejsze Od 02/08/2026 - 23:37:32
Za request0.00869 zł Odczyt cache / 1M tokenów0.0521 zł Zapis cache / 1M tokenów0.0521 zł
Bieżąca Od 14/08/2026 - 14:38:46
Za request0.00347 zł Odczyt cache / 1M tokenów0.0626 zł Zapis cache / 1M tokenów0.0626 zł
Obsługiwane endpointy
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
Metoda POST · application/json
Autoryzacja Bearer token (klucz API)
Przetestowane obciążenie 🟡 Średni peak 15/s · sustained 5.7/s
Opóźnienie p95 13,095 ms
Rodzaje API Text

Udostępnij

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": "Cześć, kim jesteś?"
        }
    ]
}'
// 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": "Cześć, kim jesteś?"
        }
    ]
})
});
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": "Cześć, kim jesteś?"
        }
    ]
}

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": "Cześć, kim jesteś?"
        }
    ]
}

Wypróbuj

Wyślij prompt za pomocą swojego klucza API — zużywa realne środki, wynik jest streamowany natychmiast.

Oceny i komentarze
1.4 / 7 ocen
Ładowanie ocen...
Skontaktuj się z pomocą
Zawsze jesteśmy gotowi, aby Ci pomóc