Seedream 4.0
Image generationOne call. Same key. Same bill.
One model, one API.
One API key. Every model.
One model. Three ways to call it. Same key, same bill.
One call. Same key. Same bill.
Capabilities
Resolution
Generation modes
Editing
Prompt enhancement
Styles and knowledge
Safety and reproducibility
One key. One base URL. Same SDK shape you already use.
# 1. set your key
export COINIS_API_KEY="sk_live_..."
# 2. call the model
curl https://api.app.coinis.com/v1/image/generate \
-H "Authorization: Bearer $COINIS_API_KEY" \
-d '{"prompt":"neon city, rain, tracking shot"}' import { Coinis } from "@coinis/sdk";
const coinis = new Coinis(process.env.COINIS_API_KEY);
const job = await coinis.image.generate({
model: "models/bytedance/seedream",
prompt: "neon city, rain, tracking shot",
}); from coinis import Coinis
coinis = Coinis(os.environ["COINIS_API_KEY"])
job = coinis.image.generate(
model="models/bytedance/seedream",
prompt="neon city, rain, tracking shot",
) {
"id": "gen_8fa2c1",
"status": "succeeded",
"model": "models/bytedance/seedream",
"output": {
"image_url":
"https://cdn.coinis.com/gen_8fa2c1.mp4"
,
"format": "mp4"
},
"tokens_used": 10
} Already on another provider's SDK? Change the host. Keep the call.
One wallet across every model. No API accounts to juggle.
No credit card.
1 token = $0.10 pay-as-you-go. Less on a plan.
Unified API across video, image, audio, and LLM.
Async queue plus webhooks. Batch at scale.
Ship it under your brand. Outputs are yours.
Prompt to platform-native clip in minutes.
One generation, every aspect ratio.
Authentic selfie-style ads, on brand.
Concept art and storyboards Feed in multiple reference images and a prompt to generate batches of consistent concept art or storyboard frames. Up to 10 input references and 15 output images per request means full scene sets ship in one call.
Educational and instructional illustration Produce accurate diagrams, labeled timelines, and annotated charts from plain-text descriptions. Seedream 4.0's knowledge-driven generation handles structured visual content that most image models fumble.
Photo editing and prototyping Type what you want changed. Remove objects, swap elements, or recompose a scene without opening a separate editing tool. Fast iteration for designers who need quick, client-ready mockups.
Style transfer projects Apply watercolor, cyberpunk, architectural, or custom styles to existing images, or generate styled scenes from scratch. Consistent results at up to 4K make these assets print-ready and production-safe.
Sequential story and character content Use sequential "auto" mode to generate multiple related scenes or character variations in a single request. Ideal for social content series, children's book illustration, or game asset pipelines.
Renders in seconds. Set a seed. Get the same frame back.
Outputs are yours. Sell them.
Safe for paid ads.
Your prompts are never used for training.
Start free
Start free. 15 tokens a week. No card.
Generate on CoinisNo credit card.
Pricing and capabilities verified 2026-05-26. Read the docs .