GPT
GPT Text

xprogamer/GPT-5.6-sol-request

Modell-ID: xprogamer/GPT-5.6-sol-request
Modellfamilie
GPT
Kontext
1,000,000
Pro Request
0.0103 €
Anfragen
0
Erfolg
Tokens
0
Uptime
vor 24 StundenJetzt
vor 7 TagenJetzt

Preisliste

Pro Request
0.0103 €
Preisverlauf

Alle zuvor angewendeten Preisstufen. Die mit „aktuell“ gekennzeichnete Zeile ist der aktive Preis.

Aktuell Seit 19/08/2026 - 08:28:59
Pro Request0.0103 €
Unterstützte Endpoints
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/xprogamer/GPT-5.6-sol-request:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Methode POST · application/json
Authentifizierung Bearer-Token (API-Key)
API-Typen Text

Technische Hinweise

Anh em thử trải nghiệm Chat GPT 5.6 sol chạy bằng request nhé!
Nếu làm tài dày context lớn, input output to thì bao lời nhé!

Teilen

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "xprogamer/GPT-5.6-sol-request",
    "messages": [
        {
            "role": "user",
            "content": "Hallo, wer bist du?"
        }
    ]
}'
// 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": "xprogamer/GPT-5.6-sol-request",
    "messages": [
        {
            "role": "user",
            "content": "Hallo, wer bist du?"
        }
    ]
})
});
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": "xprogamer/GPT-5.6-sol-request",
    "messages": [
        {
            "role": "user",
            "content": "Hallo, wer bist du?"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "xprogamer/GPT-5.6-sol-request",
    "messages": [
        {
            "role": "user",
            "content": "Hallo, wer bist du?"
        }
    ]
}

Schnelltest

Senden Sie einen Prompt mit Ihrem API-Key — echte Credits werden verwendet, das Ergebnis wird sofort gestreamt.

Bewertungen & Kommentare
0.0 / 0 Bewertungen
Bewertungen werden geladen...
Support kontaktieren
Wir helfen Ihnen jederzeit gern