All models
Seedream 5 Pro
bytedance/seedream-5-pro
ByteDance Image GenerationText-to-Image
ByteDance's top Seedream — pro-grade text-to-image up to 4K.
Quick start
# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
-H "content-type: application/json" \
-d '{
"model": "bytedance/seedream-5-pro",
"prompt": "<your prompt>"
}'
# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
-J '{"model": "bytedance/seedream-5-pro", "prompt": "<your prompt>"}'Parameters
Input
prompt string required
Text prompt describing what to generate.
image string optional
Input image (HTTPS URL or upload) to guide or edit from.
size string optional
Output dimensions (width × height).
Output
Image file (hosted URL)