HiDream-O1-Image is a unified, native image-generation model that produces high-resolution images up to 2K from a single text prompt — no external components required. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.
待機中

$0.041回あたり·~25 / $1


HiDream-O1-Image is a unified, next-generation image-generation model. A single native model handles text-to-image, image editing, and subject-driven personalization — no external adapters, controllers, or pipelines required. The text-to-image endpoint produces sharp, detailed visuals at resolutions up to roughly 2K (2048×2048) straight from a text prompt.
seed to recreate exact results.| Parameter | Required | Description |
|---|---|---|
| prompt | Yes | Text description of the image you want to generate. |
| size | No | Output image size as WIDTH*HEIGHT (default: 2048*2048). The model snaps to the closest supported resolution. |
| output_format | No | Output format: jpeg, png, or webp (default: jpeg). |
| seed | No | Random seed for reproducible generation. |
| enable_sync_mode | No | API only — wait for the result and return it inline. |
| enable_base64_output | No | API only — return the image as a base64 string instead of a URL. |
size — pick an aspect ratio that fits your use case (e.g., 2048*2048 for square, 1536*2048 for portrait, 2048*1152 for landscape).output_format — JPEG for compact files, PNG for lossless, WEBP for balance.seed (optional) — pin a number to reproduce exact results.Flat rate per generated image.
| Output | Cost |
|---|---|
| Per image | $0.04 |
seed while iterating so you can A/B test prompt tweaks against a fixed baseline.size to your final use case (square for thumbnails, 16:9 for banners, 9:16 for mobile).png when you need lossless quality; use jpeg or webp to keep file sizes small.prompt is required — every other field is optional.