Authorization: Bearer ********************
{
"stream":true,
"model": "udio130-v1.5",
"messages": [
{
"role": "user",
"content": "写首情歌"
}
]
}
curl --location --request POST 'https://api.gptgod.online/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data-raw '{
"stream":true,
"model": "udio130-v1.5",
"messages": [
{
"role": "user",
"content": "写首情歌"
}
]
}'
{}