HiAPI
OverviewModels MarketAPI KeysUsage StatisticsCall LogsBillingReferralPlaygroundStorageChangelogContact UsSettings
Display unit
N
Powered by hiapi
Settings

Welcome

Contact Us

Try Seedream 5.0 Pro Text to Image with real product, portrait, poster, and cinematic examples, 1K or 2K pricing, eight aspect ratios, and API code.

Provider: ByteDance

Category: image generation

Endpoint: /v1/tasks

Status: Available

Cost: See live page pricing

Back to Models

Seedream 5.0 Pro Text to Image

by ByteDanceImage

Try Seedream 5.0 Pro Text to Image with real product, portrait, poster, and cinematic examples, 1K or 2K pricing, eight aspect ratios, and API code.

Pricing

Standard Usage

100 Credits/ image

Input

0 / 4000

More parameters

Generation settings

Choose the output image file format

Estimated cost200 Credits / image2K

Output

Ready for generation

Configure your parameters and click "Run" to see the output here.

--GPU-T4

From product campaigns to detailed scenes

Browse real API results across different aspect ratios, complete prompts, and visual detail.

Related image models

Choose an adjacent model by task, output tier, and reference-image needs.

Faster text to image

Seedream 5.0 Lite

Use the Lite route for lower-cost iterations before the final render.

Prompt-led generation

GPT Image 2

An alternative for structured prompts, posters, and product imagery.

Detailed composition

FLUX.2 Pro

Compare detailed composition and resolution-based image pricing.

Compare AI image APIs

About Seedream 5.0 Pro Text to Image

Try Seedream 5.0 Pro Text to Image with real product, portrait, poster, and cinematic examples, 1K or 2K pricing, eight aspect ratios, and API code.

The Playground and API use the same model ID: seedream-5.0-pro/text-to-image. This endpoint accepts text prompts only; reference-image editing uses the separate Image-to-Image route.

Provider
ByteDance
Task
Text-to-Image
References
Not supported
Pricing
100 Credits / image

Model specifications

These specifications reflect the current Seedream 5.0 Pro Text to Image request contract.

Reference images
Not supported
Output resolution
1K2K
Aspect ratios
1:14:33:416:99:162:33:221:9
Output formats
PNGJPEG
Prompt length
3-4000 characters
Pricing
1K: 100 Credits / image2K: 200 Credits / image

Final cost depends on the output tier and input add-ons. Check the live page price and task record for the final charge.

How to use Seedream 5.0 Pro Text to Image

Choose the destination and aspect ratio before composing subject, scene, material, light, and text.

Subject
Scene
Camera and light
01

API Quickstart

Copy a minimal request below. See Docs for parameters, callbacks, task retrieval, and errors.

Endpoint
POST /v1/tasks
Model ID
seedream-5.0-pro/text-to-image
cURL
curl -X POST https://api.hiapi.ai/v1/tasks \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "seedream-5.0-pro/text-to-image",
  "input": {
    "prompt": "A cinematic product campaign with sharp text",
    "aspect_ratio": "1:1",
    "resolution": "2K",
    "output_format": "png"
  }
}'

The create request immediately returns a taskId; image generation continues asynchronously.

Read the full API documentation

Frequently asked questions

What is Seedream 5.0 Pro Text to Image best for?

It is suited to product campaigns, portraits, posters, in-image text, and detailed environments. This route does not accept reference images; use the separate Image to Image model ID for edits.

How are 1K and 2K priced?

1K and 2K use separate per-image tiers. Prompt length and aspect ratio do not change the price; see the live page price for current amounts.

Which aspect ratios and formats are supported?

It supports 1:1, 4:3, 3:4, 16:9, 9:16, 2:3, 3:2, and 21:9, with PNG or JPEG output.

How should I prompt for text inside an image?

Put the exact copy in quotation marks and specify its position and type style. Validate the layout at 1K, then render the final version at 2K.

How do I call the API?

Submit the model ID, prompt, aspect ratio, resolution, and output format to POST /v1/tasks, then retrieve the asynchronous result with the returned taskId.

Describe subject and scene

Start with the subject, environment, and visual goal, then add material, light, camera, and exact text.

Draft

1K

Final

2K

02

Choose output settings

Choose an aspect ratio and render at 1K or 2K for the final use.

Playground
POST /v1/tasks
03

Validate before integration

Confirm the result in Playground, then reuse the same prompt and model ID in an asynchronous task.