ImageByteDancev4· Released 2025-06-01
Seedream V4
Record-breaking 4K resolution image generation with text-to-image and editing.
Seedream V4 is ByteDance's image generation model capable of record-breaking 4K resolution output. It combines text-to-image generation with editing capabilities, producing highly detailed images with strong composition. On Oakgen it costs about 8 credits per image (~$0.03).
Capabilities at a glance
- Native 4K resolution output
- Strong composition and scene understanding
- Text-to-image and image editing in one model
- 5–10 second generation
- V4.5 variant available with enhanced capabilities
Specs
- Starting price
- $0.03 / generation
- Generation time
- 5–10 seconds
- Max resolution
- 4096×4096
- Inputs → outputs
- text, image → image
How to use Seedream V4
- 1Use for high-resolution outputSeedream V4 is one of the few models that can output native 4K images — ideal for print, large displays, and archival quality.
- 2Combine generation with editingGenerate a base image, then use Seedream V4.5 Edit to refine specific regions or restyle elements.
API access
curl -X POST https://api.oakgen.ai/v1/generate/image \
-H "Authorization: Bearer $OAKGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedream-v4",
"prompt": "Aerial photograph of rice terraces at sunrise, 4K detail"
}'License & commercial use
Licensed through ByteDance's commercial terms.
Permitted on all paid Oakgen plans.
FAQs
How much does Seedream V4 cost on Oakgen?
Seedream V4 starts at $0.03 per generation on Oakgen. Most generations complete in 5–10 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 641 generations per month.
Can I use Seedream V4 commercially?
Permitted on all paid Oakgen plans.
What is the maximum output resolution?
Seedream V4 supports up to 4096×4096.
Does Oakgen provide API access to Seedream V4?
Yes. Oakgen's REST API exposes Seedream V4 under the model slug 'seedream-v4'. See the API snippet below for an example request.