llama-3.2-11b-vision-instruct
Llama 3 · トークンごと
llama-3.2-11b-vision-instruct利用可能画像認識ツール利用
コンテキストウィンドウ: 128K最大出力トークン: 128K料金
| 公式価格 | LemonData価格 | 割引 | |
|---|---|---|---|
| 入力 | ¥0.049 | ¥0.0343 | 30% |
| 出力 | ¥0.049 | ¥0.0343 | 30% |
パラメータ
コンテキストウィンドウ
128K トークン
最大出力トークン
128K トークン
最適な用途
画像認識
画像理解、文書解析、および視覚的推論
コスト計算機
1M
0.5M
月間推定コスト¥0.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": "llama-3.2-11b-vision-instruct",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'よくある質問
llama-3.2-11b-vision-instructの料金はいくらですか?
LemonDataでは、llama-3.2-11b-vision-instructの料金は入力トークン100万個あたり¥0.0343、出力トークン100万個あたり¥0.0343で、公式価格より最大30%お得です。
llama-3.2-11b-vision-instructはどのような用途に最適ですか?
llama-3.2-11b-vision-instructは画像認識, ツール利用に優れています。LemonDataの統合APIを通じて、単一のAPIキーでアクセスできます。
llama-3.2-11b-vision-instruct APIの使用方法は?
LemonDataからAPIキーを取得し、互換性のあるSDKを使用してhttps://api.lemondata.cc/v1/chat/completionsを呼び出します。統合の詳細については、上記のコード例を参照してください。