バイトダンスのSeedream V3は、テキストから画像を生成する先進的なモデルであり、卓越したディテールと芸術的なスタイルを持つ高品質でリアルな画像の生成に優れています。
Request
Body Params application/json
{
"enable_base64_output": false,
"enable_sync_mode": false,
"guidance_scale": 2.5,
"prompt": "A young write girl with curly hair eating ice cream, colorful city background, realistic lighting, street-style photography look, lifelike details",
"seed": -1,
"size": "1024*1322"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/ws/api/v3/bytedance/seedream-v3' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable_base64_output": false,
"enable_sync_mode": false,
"guidance_scale": 2.5,
"prompt": "A young write girl with curly hair eating ice cream, colorful city background, realistic lighting, street-style photography look, lifelike details",
"seed": -1,
"size": "1024*1322"
}'
Responses
application/json {
"code": 200,
"message": "success",
"data": {
"id": "83e3c2edfaf8483e83029a0ff0a758e6",
"model": "alibaba/wan-2.5/text-to-video-fast",
"outputs": [],
"urls": {
"get": "https://api.302.ai/ws/api/v3/predictions/83e3c2edfaf8483e83029a0ff0a758e6/result"
},
"has_nsfw_contents": [],
"status": "created",
"created_at": "2025-10-11T06:44:43.299Z",
"error": "",
"executionTime": 0,
"timings": {
"inference": 0
}
}
}
Modified at 2025-10-28 07:00:21