Skip to content

Doubao Seedream ​

The Doubao Seedream series is used for photo generation. Current common models for the MoonNexAI price page include doubao-seedream-4-5-251128 and doubao-seedream-5-0-260128. request is based on the model name returned by MoonNexAI console, price page or GET /v1/models.

Recommended entrance ​

http
POST /v1/images/generations

Example request ​

bash
curl https://moonnexai.com/v1/images/generations \
  -H "Authorization: Bearer <MOONNEXAI_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "doubao-seedream-5-0-260128",
    "prompt": "A premium coffee cup package design, clean background.",
    "size": "1024x1024",
    "n": 1
  }'

Common Models ​

ModelsRecommended use
doubao-seedream-4-5-251128Seedream image generation.
doubao-seedream-5-0-260128New version of Seedream image generation.

Access Recommendations ​

  • Prompt recommends that the main subject, scene, image, style and use be clarified.
  • Size, number and range of support for input pictures are based on the MoonNexAI console and API Reference.
  • Saves model names, prompt, sizes and results URLs for subsequent reuse and rechecking.

Relevant Pages ​