Back to models
Futuristic editorial portrait wrapped in translucent violet fabric
ByteDance · Image

Seedream 5 Pro

Cinematic image generation and precise multi-reference editing.

PhotorealEditingTypography
bytedance/seedream-v5.0-pro
Starting at$0.04 / imageSaved models stay in this browser.
Try it now

Playground

$0.04 / image
Seedream 5 ProImage  •  Text & image to imageNew
97 / 1000
Reference imageOptional
Aspect ratio
Estimated cost ~0.040 credits$0.0400 USD
Your result will appear hereConfigure a model, then generate it.
Current API contract

Use an organization API key.

Create a key in the studio, then send it as a Bearer token. API usage and credits remain scoped to that key’s organization.

Keys are shown once and API requests are rate limited per key.
const response = await fetch("/api/predictions", {
  method: "POST",
  headers: {
    "Authorization": "Bearer omk_your_api_key",
    "Content-Type": "application/json",
    "Idempotency-Key": crypto.randomUUID()
  },
  body: JSON.stringify({
    model: "bytedance/seedream-v5.0-pro",
    input: {
        "prompt": "Surreal floating architecture above a calm reflective sea, soft dusk light, cinematic composition",
        "aspect_ratio": "16:9"
    }
  })
});

const { data, error } = await response.json();
Submit
POST /api/predictions with an 8–200 character Idempotency-Key.
Poll
GET /api/predictions/{id} until the returned status is terminal.
Response
Success returns { data: prediction }; failures return { error: message }.
Model overview

Text & image to image

Cinematic image generation and precise multi-reference editing.

PhotorealEditingTypography
Keep exploring

Related models