qwen-plus-character
Qwen · トークンごと
qwen-plus-character利用可能⚡キャッシュ 90% OFFチャットツール利用コンテキストウィンドウ: 131K最大出力トークン: 8K
料金
| 公式価格 | LemonData価格 | |
|---|---|---|
| 入力 | ¥1.00 | ¥0.70 |
| 出力 | ¥1.00 | ¥0.70 |
| キャッシュ読み取り | ¥0.10 | ¥0.10 |
パラメータ
コンテキストウィンドウ
131K トークン
最大出力トークン
8K トークン
最適な用途
チャット
対話型AI、カスタマーサポート、Q&A
コスト計算機
1M
0.5M
月間推定コスト¥1.05
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": "qwen-plus-character",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'よくある質問
qwen-plus-characterの料金はいくらですか?
LemonDataでは、qwen-plus-characterの料金は入力トークン100万個あたり$0.7000、出力トークン100万個あたり$0.7000で、公式価格より最大30%お得です。
qwen-plus-characterはどのような用途に最適ですか?
qwen-plus-characterはチャット, ツール利用に優れています。LemonDataの統合APIを通じて、単一のAPIキーでアクセスできます。
qwen-plus-character APIの使用方法は?
LemonDataからAPIキーを取得し、互換性のあるSDKを使用してhttps://api.lemondata.cc/v1/chat/completionsを呼び出します。統合の詳細については、上記のコード例を参照してください。