ByteDance Dreamina V3.0 Text-to-Image is a text-to-image model based on the same technology as Dreamina, focusing on enhancing the visual quality of generated images. This version features significant improvements in image aesthetics, style accuracy, and detail richness, while maintaining responsiveness to text input.
Request
Header Params
Body Params application/json
Example
{"enable_base64_output":false,"enable_prompt_expansion":true,"enable_sync_mode":false,"prompt":"A painter working in a sunlit studio, large canvas filled with abstract colors, brushes and paint tubes scattered on the floor, creative atmosphere.","seed":-1,"size":"1328*1328"}
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://api.302.ai/ws/api/v3/bytedance/dreamina-v3.0/text-to-image' \
--header'Authorization: Bearer ' \
--header'Content-Type: application/json' \
--data-raw'{
"enable_base64_output": false,
"enable_prompt_expansion": true,
"enable_sync_mode": false,
"prompt": "A painter working in a sunlit studio, large canvas filled with abstract colors, brushes and paint tubes scattered on the floor, creative atmosphere.",
"seed": -1,
"size": "1328*1328"
}'