Authorization: Bearer ********************{
"model": "avatar",
"messages": [
{
"role": "user",
"content": "音频 https://filesystem.site/cdn/20250107/RFDQkBGVrHFydzGzzvgXGQmbuPhicK.mp3 \n视频 https://filesystem.site/cdn/20250107/W213dUwMKyxZzXVvW0wUETJZ8KiUDB.mp4"
}
],
"stream": "true"
}curl --location --request POST 'https://vibecodingapi.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "avatar",
"messages": [
{
"role": "user",
"content": "音频 https://filesystem.site/cdn/20250107/RFDQkBGVrHFydzGzzvgXGQmbuPhicK.mp3 \n视频 https://filesystem.site/cdn/20250107/W213dUwMKyxZzXVvW0wUETJZ8KiUDB.mp4"
}
],
"stream": "true"
}'{}