animate-diff
Image Tools · 秒ごと
animate-diff利用可能動画画像生成非同期
料金
| 公式価格 | LemonData価格 | |
|---|---|---|
| 価格 | ¥0.10 | ¥0.07 |
最適な用途
画像生成
画像、イラスト、およびビジュアルコンテンツの作成
APIコード例
POST/v1/images/generations
curl https://api.lemondata.cc/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "animate-diff",
"prompt": "A beautiful sunset over mountains",
"size": "1024x1024",
"n": 1
}'よくある質問
animate-diffの料金はいくらですか?
LemonDataでは、animate-diffの料金は入力トークン100万個あたりN/A、出力トークン100万個あたりN/Aで、公式価格より最大30%お得です。
animate-diffはどのような用途に最適ですか?
animate-diffは動画, 画像生成, 非同期に優れています。LemonDataの統合APIを通じて、単一のAPIキーでアクセスできます。
animate-diff APIの使用方法は?
LemonDataからAPIキーを取得し、ベースURLをapi.lemondata.cc/v1に設定して、OpenAI互換のSDKを使用してください。上記のコード例を参照してください。