qwen3-coder-plus-2025-09-23
qwen3-coder-plus-2025-09-23 (qwen3-coder-plus-2025-09-23) — 128K context, Coding tier. 入力単価 $2/M · 出力単価 $16/M · 平均レイテンシ 24ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.
入力 / 100万: $2/M · 出力 / 100万: $16/M · 初回トークン遅延: 24ms
Specifications
- 開発元: qwen3-coder-plus-2025-09-23
- カテゴリ: Coding
- コンテキスト: 128K
- 入力単価: $2 / 1M
- 出力単価: $16 / 1M
- 平均レイテンシ: 24 ms
- SLA: B
Typical use cases
- コード生成・レビュー
- RAG とツール呼び出し
- 多段推論とエージェント
FAQ
- qwen3-coder-plus-2025-09-23 の Routara 料金は? — 入力 $2/M、出力 $16/M。リクエストごとに課金、プラットフォーム手数料なし。
- qwen3-coder-plus-2025-09-23 は OpenAI 互換? — はい。base_url を https://api.routara.ai/v1 に設定してください。
- qwen3-coder-plus-2025-09-23 はストリーミング対応? — ルートが live のとき 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-2025-09-23","messages":[{"role":"user","content":"Hello"}],"stream":true}'