qwen3-coder-plus
qwen3-coder-plus (qwen3-coder-plus) — 128K context, Coding tier. Input-Preis $4/M · Output-Preis $16/M · Latenz 24ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.
Eingabe / 1 Mio.: $4/M · Ausgabe / 1 Mio.: $16/M · TTFT: 24ms
Specifications
- Entwickler: qwen3-coder-plus
- Kategorie: Coding
- Kontextfenster: 128K
- Input-Preis: $4 / 1M
- Output-Preis: $16 / 1M
- Latenz: 24 ms
- SLA: B
Typical use cases
- Code-Generierung
- RAG und Tool-Aufrufe
- Mehrstufiges Reasoning
FAQ
- Wie wird qwen3-coder-plus auf Routara abgerechnet? — Input $4/M, Output $16/M — nutzungsbasiert ohne Plattformgebühr.
- Ist qwen3-coder-plus OpenAI-kompatibel? — Ja. base_url: https://api.routara.ai/v1
- Unterstützt qwen3-coder-plus Streaming? — Ja, wenn die Route live ist (stream: true).
Related models
- qwen3-coder-480b-a35b-instruct (/detail/qwen3-coder-480b-a35b-instruct)
- gpt-5.1-codex (/detail/gpt-5-1-codex)
- gpt-5.1-codex-max (/detail/gpt-5-1-codex-max)
Quick integration
- curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"qwen3-coder-plus","messages":[{"role":"user","content":"Hello"}],"stream":true}'