qwen3-max-2025-09-23
Qwen3-Max is an updated release built on the Qwen3 series, offering major improvements in reasoning, instruction following, multilingual support, and long-tail knowledge coverage compared to the January 2025 version. It...
Funktionen
Modalitäten
Kurzstatistik
Leistung
Unterstützte Parameter
| Parameter | Immer | Standard |
|---|---|---|
| frequency_penalty | - | (nicht senden) |
| logprobs | - | |
| max_tokens | - | |
| presence_penalty | - | |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| temperature | 1 | |
| tool_choice | - | |
| tools | - | |
| top_logprobs | - | |
| top_p | 1 |
Preise
| Input-Preis | $1.50 · 1M Tokens |
| Output-Preis | $7.49 · 1M Tokens |
| Kontextfenster | 258K Tokens |
| Kompatible Endpunkte | openai, anthropic |
| Anbieter | Alibaba |
qwen3-max-2025-09-23 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": "qwen3-max-2025-09-23",
"messages": [{"role": "user", "content": "Hello!"}]
}'Häufige Fragen
Was kostet qwen3-max-2025-09-23 pro 1M Tokens?
Input kostet $1.50 pro 1M Tokens, Output $7.49 pro 1M Tokens. Abrechnung erfolgt pro Token, ohne Aufrundung auf Batch-Größen.
Wie greife ich per API auf qwen3-max-2025-09-23 zu?
Sende Anfragen an den UnoRouter-Endpunkt /v1/chat/completions mit model=qwen3-max-2025-09-23. Jede OpenAI-kompatible Client-Bibliothek funktioniert. Die Authentifizierung erfolgt über einen Standard-Bearer-Token.
Wie groß ist das Kontextfenster von qwen3-max-2025-09-23?
qwen3-max-2025-09-23 unterstützt ein Kontextfenster von 258K Tokens, aufgeteilt zwischen deinem Prompt und der Modellantwort.
Ähnliche Modelle
qwen3-max-2025-09-23 jetzt ausprobieren
Erstelle einen API-Schlüssel und starte in unter einer Minute.