qwen2.5-coder-32b-instruct
qwen2.5-coder-32b-instruct (Routara Network) — 128K context, Coding tier. 入力単価: $2.36/M · 出力単価: $7.08/M · 平均レイテンシ 24ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.
入力単価: $2.36/M · 出力単価: $7.08/M · 初回トークン遅延: 24ms
Specifications
- 開発元: Routara Network
- カテゴリ: Coding
- コンテキスト: 128K
- 入力単価: $2.36 / 1M
- 出力単価: $7.08 / 1M
- 平均レイテンシ: 24 ms
- SLA: B
Typical use cases
- コード生成・レビュー
- RAG とツール呼び出し
- 多段推論とエージェント
FAQ
- qwen2.5-coder-32b-instruct の Routara 料金は? — 入力 $2.36/M、出力 $7.08/M。リクエストごとに課金、プラットフォーム手数料なし。
- qwen2.5-coder-32b-instruct は OpenAI 互換? — はい。base_url を https://api.routara.ai/v1 に設定してください。
- qwen2.5-coder-32b-instruct はストリーミング対応? — ルートが live のとき stream: true で利用可能です。
Related models
- qwen-coder-plus (/detail/qwen-coder-plus)
- qwen-coder-plus-1106 (/detail/qwen-coder-plus-1106)
- qwen-coder-plus-latest (/detail/qwen-coder-plus-latest)
Quick integration
- curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"qwen2.5-coder-32b-instruct","messages":[{"role":"user","content":"Hello"}],"stream":true}'