V7, the 2025 flagship, marks the era of "physical realism." It resolves complex anatomical distortions and introduces a global illumination algorithm. Its imagery rivals 4K cinematography in dynamic range and texture fidelity.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"A bioluminescent white deer in a misty ancient forest, soft glowing particles, cinematic lighting, hyper-realistic textures","chaos":0,"quality":"1","stylize":0,"weird":0,"raw":false,"iw":1,"sw":100,"sv":4,"ow":100,"tile":false}
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'https://www.runninghub.ai/openapi/v2/youchuan/text-to-image-v7' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data'{
"prompt": "A bioluminescent white deer in a misty ancient forest, soft glowing particles, cinematic lighting, hyper-realistic textures",
"chaos": 0,
"quality": "1",
"stylize": 0,
"weird": 0,
"raw": false,
"iw": 1,
"sw": 100,
"sv": 4,
"ow": 100,
"tile": false
}'