qwen3-coder-480b-a35b-instruct
Qwen3 / QwQ · トークンごと
qwen3-coder-480b-a35b-instruct利用可能⚡キャッシュ 90% OFFチャット推論コンテキストウィンドウ: 262K最大出力トークン: 262K
料金
| 公式価格 | LemonData価格 | |
|---|---|---|
| 入力 | ¥0.30 | ¥0.21 |
| 出力 | ¥1.30 | ¥0.91 |
| キャッシュ読み取り | ¥0.03 | ¥0.03 |
パラメータ
コンテキストウィンドウ
262K トークン
最大出力トークン
262K トークン
最適な用途
チャット
対話型AI、カスタマーサポート、Q&A
推論
複雑な推論タスク、分析作業、および研究
コスト計算機
1M
0.5M
月間推定コスト¥0.67
APIコード例
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "qwen3-coder-480b-a35b-instruct",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'よくある質問
qwen3-coder-480b-a35b-instructの料金はいくらですか?
LemonDataでは、qwen3-coder-480b-a35b-instructの料金は入力トークン100万個あたり$0.2100、出力トークン100万個あたり$0.9100で、公式価格より最大30%お得です。
qwen3-coder-480b-a35b-instructはどのような用途に最適ですか?
qwen3-coder-480b-a35b-instructはチャット, 推論に優れています。LemonDataの統合APIを通じて、単一のAPIキーでアクセスできます。
qwen3-coder-480b-a35b-instruct APIの使用方法は?
LemonDataからAPIキーを取得し、互換性のあるSDKを使用してhttps://api.lemondata.cc/v1/chat/completionsを呼び出します。統合の詳細については、上記のコード例を参照してください。