Authorization: Bearer ********************
{
"model": "veo2-fast",
"messages": [
{
"role": "user",
"content": "江户市场"
}
],
"stream": true
}
curl --location --request POST 'https://api.tu-zi.com/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "veo2-fast",
"messages": [
{
"role": "user",
"content": "江户市场"
}
],
"stream": true
}'
{}