๐Ÿ–ผ๏ธ

Seedream 5.0 Pro

Watermark notice — Every image model on NovAI is served by a Chinese provider (Zhipu AI, ByteDance, Tencent) and burns a visible AI-generated label such as AI生成 into the corner of the output under China’s labelling rules — NovAI cannot switch it off. Video output varies by model: in our 4 August 2026 tests Seedance 2.0 and CogVideoX-Flash showed no visible label, while Hunyuan Video 1.5 is labelled. Text and chat models are not affected. Which models, and what it rules out →
ByteDance ยท Image Generation

Latest flagship image generation model. Superior editing consistency, portrait refinement, and small-text rendering. 4K resolution, multi-reference image generation.

๐Ÿ“Š Specifications

Resolution
Up to 4K
Input
Text + Reference Images
Output
Image (PNG/JPEG)
Batch
1-8 images/request
Speed
~5-15s per image
Status
Available

๐Ÿ’ฐ Pricing

NovAIOpenRouterSavings
Per Image
Any resolution
$0.034$0.0415% cheaper

๐Ÿš€ API Usage

Text-to-Image

curl -X POST https://api.aiapi-pro.com/v1/images/generations \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "doubao-seedream-5.0-pro",
    "prompt": "A serene lake at sunset with mountains",
    "n": 1,
    "size": "2560x1440"
  }'

Image-to-Image (Reference Image)

curl -X POST https://api.aiapi-pro.com/v1/images/generations \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "doubao-seedream-5.0-pro",
    "prompt": "Make the sky more dramatic",
    "image": "https://example.com/original.jpg",
    "n": 1,
    "size": "2560x1440"
  }'
๐Ÿš€ Get Free $2 Credit โ† Compare All Models