New — access 450+ AI models through one unified API.Start building free

seedream-v5.0-pro

Seedream V5.0 Pro generates high-quality images from text prompts with aspect ratio selection, strong prompt following, and 1K / 2K output tiers. It supports multi-language text rendering, layer separation for design workflows, and professional-grade image quality. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

text-to-image$0.0450/ run

Prompt

Enhancer
0/2000
PreviewJSON

Your result will appear here

Write a prompt and hit Generate.

Examples

Seedream V5.0 Pro example 1

Seedream V5.0 Pro example 2

Seedream V5.0 Pro example 3

Seedream V5.0 Pro example 4

Related models

seedream-v5.0-pro / editimage-to-image
seedream-v5.0-pro / edit

Seedream V5.0 Pro Edit edits and generates images from single-image or multi-reference inputs, supporting up to 10 reference images, aspect ratio selection, and 1K / 2K output tiers. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Seedream$0.0450
seedream-v5.0-lite / editimage-to-image
seedream-v5.0-lite / edit

Seedream 5.0 Lite Edit by is a state-of-the-art image editing model preserving facial features, lighting, and color tones from reference images. Features high-fidelity editing with professional quality, superior prompt adherence, and up to 4K resolution. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Seedream$0.0400
seedream-v5.0-litetext-to-image
seedream-v5.0-lite

Seedream 5.0 Lite by is a state-of-the-art text-to-image model with enhanced typography, clear text rendering for posters and brand visuals, superior prompt adherence, and up to 4K resolution. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Seedream$0.0400
seedream-v4.5 / editimage-to-image
seedream-v4.5 / edit

Seedream 4.5 Edit preserves facial features, lighting, and color tone from reference images, delivering professional, high-fidelity edits up to 4K with strong prompt adherence. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Seedream$0.0400
seedream-v4.5text-to-image
seedream-v4.5

Seedream 4.5 is a next-gen text-to-image model optimized for typography—crisper text rendering, stronger prompt adherence, and up to 4K output for posters and brand visuals. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Seedream$0.0400

Seedream V5.0 Pro

Seedream V5.0 Pro generates high-quality images from text prompts with aspect ratio selection, strong prompt following, and 1K / 2K output tiers. It supports multi-language text rendering, layer separation for design workflows, and professional-grade image quality. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Key Features

  • High-fidelity image generation from natural language prompts with photorealistic or stylized outputs.
  • Advanced prompt comprehension — accurately interprets complex scenes, spatial relationships and artistic styles.
  • Multiple aspect ratio support — generate in landscape, portrait, square or custom dimensions.
  • Fine-grained style control through detailed prompt engineering and parameter tuning.
  • Fast inference with production-ready API — low latency, no cold starts.
  • Consistent quality across diverse subjects: people, landscapes, objects, abstract art and more.

Parameters

ParameterRequiredDescription
promptYesText description of the image to generate.
aspect_ratioNoAspect ratio: 1:1, 16:9, 9:16, 4:3, 3:4 (default: 1:1).
resolutionNoOutput resolution tier (default varies by model).
seedNoSeed for reproducible results.

How to Use

  1. Open the Playground and write a detailed description of the image you want to create.
  2. Select your desired aspect ratio and resolution.
  3. Click Generate and wait for results.
  4. Download or iterate — refine your prompt for better results.

Code Examples

import os
import requests

response = requests.post(
    "https://aircube.ai/api/v3/seedream-v5.0-pro",
    headers={
        "Authorization": "Bearer " + os.environ["AIRCUBE_API_KEY"],
        "Content-Type": "application/json",
    },
    json={
    "prompt": "A serene mountain landscape at sunset, golden light on snow-capped peaks"
},
    timeout=300,
)
data = response.json()

if data["success"]:
    print("ID:", data["data"]["id"], "Status:", data["data"]["status"])
else:
    print("Error:", data["error"]["message"])

Pricing

ResolutionDurationCost
1kper image$0.05
2kper image$0.09

Billing rules

  • Per image: 1k: $0.05, 2k: $0.09.
  • Failed generations are not charged.

Best Use Cases

  • Marketing assets — generate hero images, social media visuals and ad creatives.
  • Product mockups — quickly visualize product concepts and packaging designs.
  • Art and illustration — create custom artwork, book covers and editorial illustrations.
  • Storyboarding — generate scene compositions for video and animation planning.

Pro Tips

  • Be specific about composition, lighting, and style in your prompts for more predictable results.
  • Include art medium keywords (oil painting, watercolor, 3D render, photography) to guide the style.
  • Use negative descriptors to avoid unwanted elements — describe what you DO want, not what you don't.
  • Start with a lower resolution for fast iterations, then upscale your favorite result.

Notes

  • Outputs are saved to your generation history for 7 days.
  • Maximum prompt length varies by model — keep prompts under 500 words for best results.
  • Content policy applies — harmful or prohibited content will be filtered.

Seedream V5.0 Pro — Frequently asked questions