/replicate/v1/model/bytedance/seedream-4/predictions

No Description

Endpoint

POST http://v98store.com/replicate/v1/models/bytedance/seedream-4/predictions

cURL Command

curl -X POST 'http://v98store.com/replicate/v1/models/bytedance/seedream-4/predictions' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "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": 2, "image_input": [], "aspect_ratio": "4:3", "sequential_image_generation": "auto" } }'

Request Body

Example

{
  "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": 2,
    "image_input": [],
    "aspect_ratio": "4:3",
    "sequential_image_generation": "auto"
  }
}

Responses

200 -

Example

undefined