curl --location 'https://n.lconai.com/v1/chat/completions' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"messages": [
{
"role": "user",
"content": "画一只猫,在草原奔跑 -size=2k -n=2 -type=normal -watermark=false"
}
],
"model": "doubao-seedream-4-0-250828",
"temperature": 0.8,
"stream": false
}'