Alibaba's Tongyi Lab's ultra-fast text-to-image foundation model, delivering sub-second generation with just 6 billion parameters. Uses innovative S3-DiT single-stream architecture requiring only 8 sampling steps to produce photorealistic quality comparable to much larger models. Specializes in solving bilingual text rendering challenges with superior accuracy for embedded Chinese and English text. Runs smoothly on 16GB VRAM, enabling high-frequency content production, real-time interactive applications, and scalable commercial deployment with extreme cost-effectiveness.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"10##text":"A still life painting presented at the level of an Central Academy of Fine Arts entrance exam artwork, featuring a set of stainless steel metal vessels placed on richly folded fabric, combined with a David plaster head, glassware, and various fruits like grapes. The arrangement of objects is well-balanced with a thoughtful distribution of density, creating a harmonious composition. The image has rich gray tone layers, with meticulously detailed hand-drawn lines and shading, focusing on close-up light and shadow on the stainless steel vessels. The overall image displays delicate chiaroscuro, showcasing their unique texture and sheen.","28##select":"8","29##file_type":"PNG"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://www.runninghub.ai/openapi/v2/rhart-image/z-image/turbo' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"10##text": "A still life painting presented at the level of an Central Academy of Fine Arts entrance exam artwork, featuring a set of stainless steel metal vessels placed on richly folded fabric, combined with a David plaster head, glassware, and various fruits like grapes. The arrangement of objects is well-balanced with a thoughtful distribution of density, creating a harmonious composition. The image has rich gray tone layers, with meticulously detailed hand-drawn lines and shading, focusing on close-up light and shadow on the stainless steel vessels. The overall image displays delicate chiaroscuro, showcasing their unique texture and sheen.",
"28##select": "8",
"29##file_type": "PNG"
}'