qwen3.7-max
Qwen3.7-Max is the flagship model in Alibaba's Qwen3.7 series. It supports text input and output and is designed for agent-centric workloads, with particular strengths in coding, office and productivity tasks,...
Funktionen
Modalitäten
Kurzstatistik
Leistung
Unterstützte Parameter
| Parameter | Immer | Standard |
|---|---|---|
| frequency_penalty | - | (nicht senden) |
| include_reasoning | - | |
| logprobs | - | |
| 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_logprobs | - | |
| top_p | (nicht senden) |
Preise
| Input-Preis | $0.60 · 1M Tokens |
| Output-Preis | $1.80 · 1M Tokens |
| Kompatible Endpunkte | anthropic, openai |
| Anbieter | Alibaba |
qwen3.7-max 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.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.7-max",
"messages": [{"role": "user", "content": "Hello!"}]
}'Häufige Fragen
Was kostet qwen3.7-max pro 1M Tokens?
Input kostet $0.60 pro 1M Tokens, Output $1.80 pro 1M Tokens. Abrechnung erfolgt pro Token, ohne Aufrundung auf Batch-Größen.
Wie greife ich per API auf qwen3.7-max zu?
Sende Anfragen an den UnoRouter-Endpunkt /v1/chat/completions mit model=qwen3.7-max. Jede OpenAI-kompatible Client-Bibliothek funktioniert. Die Authentifizierung erfolgt über einen Standard-Bearer-Token.
Ähnliche Modelle
qwen3.7-max jetzt ausprobieren
Erstelle einen API-Schlüssel und starte in unter einer Minute.