Authorization: Bearer ********************
{
"messages": [
{
"role": "user",
"content": " 熊猫从小吃到大"
}
],
"stream": true,
"model": "cogvideox"
}
curl --location --request POST 'https://api2.aigcbest.top/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"role": "user",
"content": " 熊猫从小吃到大"
}
],
"stream": true,
"model": "cogvideox"
}'
{}