Authorization: Bearer ********************
{
"model": "sora_image",
"messages": [
{
"role": "user",
"content": "画个会飞的小白兔"
}
],
"stream": true
}
curl --location --request POST 'https://api.juheai.top/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora_image",
"messages": [
{
"role": "user",
"content": "画个会飞的小白兔"
}
],
"stream": true
}'
{}