Seedream 5.0 Lite
Lightweight Seedream 5.0 Lite tier: reasons over complex prompts and can search the web, assembling multi-object scenes and topical visuals. Supports example-based reference edits and output up to 3K.
Cost
2 tokens
Try Seedream 5.0 Lite in Givon AI
Open a working project for regular creation, or use Playground to inspect the model parameters.
Use through API
Request fields, constraints, and ready-to-use examples for developers. The user workflow starts above.
IDEMPOTENCY_KEY="${IDEMPOTENCY_KEY:-$(uuidgen)}"
curl -X POST https://api.givon.ai/api/v1/generations \
-H "Authorization: Bearer $GIVON_API_KEY" \
-H "Idempotency-Key: $IDEMPOTENCY_KEY" \
-H "Content-Type: application/json" \
-d '{"type":"image","model":"seedream-5","input":{"prompt":"studio portrait of a red corgi, soft light","aspectRatio":"9:16","imageSize":"2k","sourceImage":"asset://asset_...","referenceAssetUris":["asset://asset_..."]}}'Input fields
* required| Field | Type | Default | Allowed |
|---|---|---|---|
prompt* promptImage description. | string | — | up to 3000 chars |
aspectRatio aspectRatio | string | 9:16 | 16:9, 1:1, 21:9, 2:3, 3:2, 3:4, 4:3, 9:16 |
imageSize imageSize | string | 2k | 2k, 3k |
Source image sourceImageAsset used as the source image for image editing. | string | — | image · asset, https, data |
Reference images referenceAssetUrisOptional reference images as asset:// URIs, HTTPS URLs, or data URIs. | array | — | image · up to 14 · asset, https, data |
promptImage description.
- Type
- string
- Default
- —
- Allowed
- up to 3000 chars
aspectRatio- Type
- string
- Default
- 9:16
- Allowed
- 16:9, 1:1, 21:9, 2:3, 3:2, 3:4, 4:3, 9:16
imageSize- Type
- string
- Default
- 2k
- Allowed
- 2k, 3k
sourceImageAsset used as the source image for image editing.
- Type
- string
- Default
- —
- Allowed
- image · asset, https, data
referenceAssetUrisOptional reference images as asset:// URIs, HTTPS URLs, or data URIs.
- Type
- array
- Default
- —
- Allowed
- image · up to 14 · asset, https, data
Cost
2 tokensThe variant is selected automatically from request fields, so you do not need to send it.
Capabilities
text_to_imageimage_editsourceImage:imagereferenceAssetUris:image[]<=14