minimax-m2.7
MiniMax · トークンごと
minimax-m2.7利用可能⚡キャッシュ 80% OFFプロンプトキャッシュ
料金
| 公式価格 | LemonData価格 | 割引 | |
|---|---|---|---|
| 入力 | ¥0.30 | ¥0.21 | 30% |
| 出力 | ¥1.20 | ¥0.84 | 30% |
| キャッシュ読み取り | ¥0.06 | ¥0.042 | 30% |
| キャッシュ書き込み | ¥0.375 | ¥0.2625 | 30% |
コスト計算機
1M
0.5M
月間推定コスト¥0.63
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": "minimax-m2.7",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'よくある質問
minimax-m2.7の料金はいくらですか?
LemonDataでは、minimax-m2.7の料金は入力トークン100万個あたり¥0.2100、出力トークン100万個あたり¥0.8400で、公式価格より最大30%お得です。
minimax-m2.7はどのような用途に最適ですか?
minimax-m2.7はプロンプトキャッシュに優れています。LemonDataの統合APIを通じて、単一のAPIキーでアクセスできます。
minimax-m2.7 APIの使用方法は?
LemonDataからAPIキーを取得し、互換性のあるSDKを使用してhttps://api.lemondata.cc/v1/chat/completionsを呼び出します。統合の詳細については、上記のコード例を参照してください。