参数
string
必填
要生成图像的文本描述。
string
默认值:"2K"
输出分辨率。取值为
2K、4K 之一。Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
使用字节跳动 Seedream 4.5 从文本提示词生成图像。
| 模型 ID | bytedance/seedream-4.5 |
| 系列 | seedream-4-5 |
| 任务 | text-to-image |
| 提供方 | ByteDance |
| 模态 | 图像 |
| 价格 | $0.03 / 张(刊例价),按 5% 折扣计费 |
2K、4K 之一。curl https://vibetoken.cn/v1/images/generations \
-H "Authorization: Bearer $VIBETOKEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "bytedance/seedream-4.5",
"prompt": "a red panda barista pulling an espresso shot, warm morning light",
"size": "2K"
}'