Authorization: Bearer ********************{
"messages": [
{
"role": "user",
"content": "upsample 我在河边洗脚,有鳄鱼走前来,并对我竖中指"
}
],
"model": "veo3",
"temperature": 0.7
}
curl --location --request POST 'https://ai.kaiho.cc/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"role": "user",
"content": "upsample 我在河边洗脚,有鳄鱼走前来,并对我竖中指"
}
],
"model": "veo3",
"temperature": 0.7
}'{}