Authorization: Bearer ********************
{
"input": {
"size": "2K",
"width": 2048,
"height": 2048,
"prompt": "a photo of a store front called i\"sedream 4\", it sells books, a poster in the window says i\"sedream 4 now on Replicate!\"",
"max images": 1,
"image input": [],
"aspect ratio": "4:3",
"sequential image generation": "disabled"
}
}
curl --location --request POST 'https://yunwu.ai/replicate/v1/models/bytedance/seedream-4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"size": "2K",
"width": 2048,
"height": 2048,
"prompt": "a photo of a store front called i\"sedream 4\", it sells books, a poster in the window says i\"sedream 4 now on Replicate!\"",
"max images": 1,
"image input": [],
"aspect ratio": "4:3",
"sequential image generation": "disabled"
}
}'
{}