Overview
varg offers two Seedream models from ByteDance:- Seedream 5 Lite (
seedream_5_lite) — text-to-image generation with up to 10 reference images, at 2K or 3K resolution. - Seedream V4.5 Edit (
seedream-v4.5/edit) — precise editing of existing images.
Seedream 5 Lite
Seedream 5 Lite generates images from text, optionally guided by up to 10 reference images addressed with@image1, @image2, etc. in the prompt. The canonical name seedream_5_lite routes to piapi:seedream-5-lite.
Quick start
Reference images
Pass up to 10 reference images infiles and address them in the prompt:
Parameters
string
required
Text description of the image. Reference input images with
@image1, @image2, etc.string
default:"1:1"
Supported values:
21:9, 16:9, 4:3, 1:1, 3:4, 9:16.array
Up to 10 reference images as
{ url: string } objects.object
Resolution defaults to 2K. Request 3K with
{"piapi": {"input": {"size": "3K"}}}. Output format defaults to jpeg; set png via {"piapi": {"input": {"output_format": "png"}}}.Less-restriction variant
The routepiapi:seedream-5-lite-less-restriction runs the same model with a more permissive content review at a small premium (~7 credits at 2K). It is explicit opt-in — its schema is identical to the strict route, so auto-routing never selects it; you must address it by exact model_key. Content involving minors, real-person identity or faces, graphic violence, and hate remains blocked. On rejection the job is not retried and your credits are refunded.
Pricing
Seedream V4.5 Edit
Seedream V4.5 is ByteDance’s image editing model, designed for precise visual modifications to existing images.Parameters
string
required
Text description of the edit to apply to the input image.
array
required
Array with the source image:
[{ url: "image.jpg" }].Pricing
Tips
- Seedream 5 Lite for generation, V4.5 for editing — generate new images with
seedream_5_lite, then refine existing ones withseedream-v4.5/edit. - Use
@imageNsyntax with Seedream 5 Lite to control which reference maps to which element of the scene. - Default 2K is enough for most uses — reserve 3K for print or heavy cropping.
- Pair with Seedance 2 for a full ByteDance pipeline: generate or edit images with Seedream, animate with Seedance.
Related models
Nano Banana Edit
More versatile editing at half the cost (5 credits).
Seedance 2
ByteDance’s video model — animate your Seedream images.