Niji 6 is a specialized model for anime aesthetics, blending Japanese art styles with illustration techniques. It excels in stylized lighting (Tyndall effect/Cel-shading) and creates expansive, narrative-driven anime scenes.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"A young girl standing by a train station window at sunset, cherry blossoms blowing in the wind, dramatic anime lighting, Tyndall effect, flat color, cel-shaded, clean line-art, 90s retro anime style, highly detailed scenery","chaos":0,"quality":"1","stylize":0,"weird":0,"raw":false,"iw":1,"cw":100,"sw":100,"sv":4,"stop":100,"tile":false,"aspectRatio":"1:1"}
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-niji6' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data'{
"prompt": "A young girl standing by a train station window at sunset, cherry blossoms blowing in the wind, dramatic anime lighting, Tyndall effect, flat color, cel-shaded, clean line-art, 90s retro anime style, highly detailed scenery",
"chaos": 0,
"quality": "1",
"stylize": 0,
"weird": 0,
"raw": false,
"iw": 1,
"cw": 100,
"sw": 100,
"sv": 4,
"stop": 100,
"tile": false,
"aspectRatio": "1:1"
}'