seedream-image

Generate and edit images from text prompts via the AceDataCloud API.

13|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/AceDataCloud/Skills --skill seedream-image-acedatacloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seedream-image
Source: https://github.com/AceDataCloud/Skills/tree/main/skills/seedream-image
Command: npx skills add https://github.com/AceDataCloud/Skills --skill seedream-image-acedatacloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the friction of creating and improving high-quality images by letting you generate images from prompts and edit existing images without manual design work.

Core Features & Use Cases

  • Text-to-Image Generation: Turn detailed prompts into generated images using Seedream text-to-image models for concepts like product visuals, marketing creatives, and art exploration.
  • Image-to-Image Editing: Transform an existing image by providing image URLs plus a new prompt, enabling workflows like background changes, style transfer, and creative refinements.
  • High-Resolution, Async-Friendly Output: Produce larger outputs using supported sizes and use async task polling for longer-running generations.

Quick Start

Generate a new cyberpunk cat image by prompting an AI to create a Seedream image using model doubao-seedream-5-0-260128 with size 2K from the prompt "a cyberpunk cat wearing VR goggles in a neon city".

Frequently Asked Questions about seedream-image

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate AI images from text prompts?

AI image generation from text prompts is achieved by sending your prompt and a Seedream model ID to the /seedream/images endpoint. You can create high-resolution artwork by specifying parameters like prompt, model, and output size.

Can I edit an existing image using a new text prompt?

Yes, image-to-image editing transforms an existing image by providing its URL alongside a new text prompt. This enables workflows like background changes and style transfer by sending both inputs to the Seedream API.

Do I need an API token to use the Seedream image generation API?

Yes, you need an ACEDATACLOUD_API_TOKEN for authentication to access the Seedream image generation API. This token authorizes your requests to the /seedream/images and /seedream/tasks endpoints to generate or edit images.

How do I handle long-running AI image generation tasks?

Long-running AI image generation tasks can be handled using optional async task polling. By querying the /seedream/tasks endpoint, you can monitor progress and retrieve high-resolution outputs once the generation completes.

What image sizes are supported for high-resolution AI image generation?

High-resolution AI image generation supports various sizes including 2K outputs. You specify the desired size parameter alongside your prompt and model ID when requesting image creation from the Seedream API.