skills/skills.volces.com/seedream-image-generation

seedream-image-generation

Installation
SKILL.md

Seedream Image Generation Skill

This skill provides methods for calling the Volcengine Ark large model service platform's image generation models (Seedream).

Select Environment

The script provides implementations for both Python and JavaScript:

  • If your runtime is primarily Node.js/TypeScript or a web module, use scripts/seedream.js.
  • If your runtime involves complex data analysis, batch scheduling, or is purely Python, use scripts/seedream.py.

Supported Model Parameters (Model ID/Endpoint ID)

When invoking, the model parameter needs to be the deployment Endpoint ID from the Ark console (e.g., ep-202X...), which must be backed by one of the following foundational image generation models:

  • doubao-seedream-5-0-260128
  • doubao-seedream-4-5-251128
  • doubao-seedream-4-0-250828

Script Parameters

Installs
5
First Seen
Apr 23, 2026
seedream-image-generation from skills.volces.com