gpt-5
GPT-5 is OpenAI’s most advanced model, offering major improvements in reasoning, code quality, and user experience. It is optimized for complex tasks that require step-by-step reasoning, instruction following, and accuracy...
Funktionen
Modalitäten
Kurzstatistik
Leistung
Unterstützte Parameter
| Parameter | Immer | Standard |
|---|---|---|
| frequency_penalty | - | (nicht senden) |
| include_reasoning | - | |
| max_completion_tokens | - | - |
| max_tokens | - | - |
| presence_penalty | - | (nicht senden) |
| reasoning | - | |
| repetition_penalty | - | (nicht senden) |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| temperature | - | (nicht senden) |
| tool_choice | - | |
| tools | - | |
| top_k | - | (nicht senden) |
| top_p | - | (nicht senden) |
Preise
| Input-Preis | $0.75 · 1M Tokens |
| Output-Preis | $6.00 · 1M Tokens |
| Kontextfenster | 400K Tokens |
| Kompatible Endpunkte | anthropic, openai |
| Anbieter | OpenAI |
gpt-5 aus deinem Code aufrufen
Richte jedes OpenAI-kompatible SDK auf UnoRouter aus und frage das Modell per Namen an. Ersetze YOUR_API_KEY durch einen echten Schlüssel aus deinem Dashboard.
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5",
"messages": [{"role": "user", "content": "Hello!"}]
}'Häufige Fragen
Was kostet gpt-5 pro 1M Tokens?
Input kostet $0.75 pro 1M Tokens, Output $6.00 pro 1M Tokens. Abrechnung erfolgt pro Token, ohne Aufrundung auf Batch-Größen.
Wie greife ich per API auf gpt-5 zu?
Sende Anfragen an den UnoRouter-Endpunkt /v1/chat/completions mit model=gpt-5. Jede OpenAI-kompatible Client-Bibliothek funktioniert. Die Authentifizierung erfolgt über einen Standard-Bearer-Token.
Wie groß ist das Kontextfenster von gpt-5?
gpt-5 unterstützt ein Kontextfenster von 400K Tokens, aufgeteilt zwischen deinem Prompt und der Modellantwort.
Ähnliche Modelle
gpt-5 jetzt ausprobieren
Erstelle einen API-Schlüssel und starte in unter einer Minute.