Image models › Seedream

Seedream4.5 - Edit

Image editing by Seedream4.5 ## Query Task Status After submitting a task, use the unified query endpoint to check progress and retrieve results: <Card title="Get Task Details" icon="lucide-search" href="/market/common/get-task-detail"> Learn how to query task status and retrieve generation results </Card> For production use, we recommend using the `callBackUrl` parameter to receive automatic notifications when generation completes, rather than polling the status endpoint. ## Related Resources <CardGroup cols={2}> <Card title="Market Overview" icon="lucide-store" href="/market/quickstart"> Exp

image Seedream price on request

Request

POST https://app.video-blade.com/api/v1/generations
X-API-Key: vb_…
Content-Type: application/json

{
  "callback_url": "https://your-app.example/callbacks/video-blade",
  "input": {
    "aspect_ratio": "1:1",
    "image_urls": "\u2026",
    "prompt": "\u2026",
    "quality": "basic"
  },
  "model": "seedream-4-5-edit"
}

Input parameters

NameTypeRequiredDescription
prompt string required A text description of the image you want to generate (Max length: 3000 characters)
image_urls array required Upload an image file to use as input for the API (File URL after upload, not file content; Accepted types: image/jpeg, image/png, image/webp; Max size: 30.0MB)
aspect_ratio string required Width-height ratio of the image, determining its visual form.
Values: 1:1, 4:3, 3:4, 16:9, 9:16, 2:3, 3:2, 21:9
Default: 1:1
quality string required Basic outputs 2K images, while High outputs 4K images.
Values: basic, high
Default: basic
nsfw_checker boolean optional Defaults to false. You can set it to false based on your needs. If set to false, our content filtering will be disabled, and all results will be returned directly by the model itself. Note: There is no guarantee that everything can be filtered out; if you are not satisfied with the results, you will need to make your own arrangements.

Pricing

Price on request; the charge is settled from actual consumption with the image coefficient ×2.0. See Pricing & tokens.