Authorization: Bearer ********************{
"model": "sora-2",
"messages": [
{
"role": "user",
"content": "@sama 让他跳舞"
}
],
"stream": true
}curl --location --request POST 'https://vibecodingapi.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora-2",
"messages": [
{
"role": "user",
"content": "@sama 让他跳舞"
}
],
"stream": true
}'{}