{"model":"doubao-seedream-3-0-t2i-250415","prompt":"Fisheye lens, a cat's head, the picture shows the cat's facial features are distorted due to the shooting method.","response_format":"url","size":"1024x1024","seed":12,"guidance_scale":2.5,"watermark":true}
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://gptproto.com/v1/images/generations' \
--header'Authorization: Bearer $ARK_API_KEY' \
--header'Content-Type: application/json' \
--data-raw'{
"model": "doubao-seedream-3-0-t2i-250415",
"prompt": "Fisheye lens, a cat'\''s head, the picture shows the cat'\''s facial features are distorted due to the shooting method.",
"response_format": "url",
"size": "1024x1024",
"seed": 12,
"guidance_scale": 2.5,
"watermark": true
}'
Responses
🟢200成功
application/json
Body
Example
{"model":"doubao-seedream-3-0-t2i-250415""created":1589478378,"data":[{"url":"https://..."}],"usage":{"generated_images":1"output_tokens": xx
"total_tokens": xx
}}