Authorization: ********************{
"model": "sora-2",
"messages": [
{
"role": "user",
"content": "一只大象在授课,内容:“sora-2 最新模型已正式上线,openai chat 格式即可调用,后续会上线其他格式。”"
}
],
"stream": true
}curl --location --request POST '/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora-2",
"messages": [
{
"role": "user",
"content": "一只大象在授课,内容:“sora-2 最新模型已正式上线,openai chat 格式即可调用,后续会上线其他格式。”"
}
],
"stream": true
}'{}