ideogram-reframe-v3
Ideogram · 每次请求
ideogram-reframe-v3可用图像图像生成
价格
| 官方价格 | LemonData 价格 | |
|---|---|---|
| 价格 | ¥0.14 | ¥0.098 |
最适合
图像生成
创建图像、插图和视觉内容
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": "ideogram-reframe-v3",
"prompt": "A beautiful sunset over mountains",
"size": "1024x1024",
"n": 1
}'常见问题
ideogram-reframe-v3 的费用是多少?
在 LemonData 上,ideogram-reframe-v3 的价格为 $0.0140 每次请求,最高可比官方定价优惠 30%。
ideogram-reframe-v3 最适合做什么?
ideogram-reframe-v3 擅长 图像, 图像生成。通过 LemonData 的统一 API 和单个 API 密钥即可访问。
如何使用 ideogram-reframe-v3 API?
从 LemonData 获取您的 API key,然后使用任何兼容的 SDK 调用 https://api.lemondata.cc/v1/chat/completions。有关集成的详细信息,请参阅上方的代码示例。