{
"generationConfig": {
"maxOutputTokens": 63000,
"temperature": 1,
"topP": 1,
"thinkingConfig": {
"thinkingBudget": 1760,
"includeThoughts": true
}
},
"contents": [
{
"role": "user",
"parts": [
{
"text": "视频中是什么"
},
{
"fileData": {
"mimeType": "video/mp4",
"fileUri": "https://buildingai.oss-cn-shenzhen.aliyuncs.com/static/buildingai-sora2/videos/9.mp4"
}
}
]
}
]
}curl --location -g --request POST '/v1beta/models/:generateContent?key={{YOUR_API_KEY}}' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"generationConfig": {
"maxOutputTokens": 63000,
"temperature": 1,
"topP": 1,
"thinkingConfig": {
"thinkingBudget": 1760,
"includeThoughts": true
}
},
"contents": [
{
"role": "user",
"parts": [
{
"text": "视频中是什么"
},
{
"fileData": {
"mimeType": "video/mp4",
"fileUri": "https://buildingai.oss-cn-shenzhen.aliyuncs.com/static/buildingai-sora2/videos/9.mp4"
}
}
]
}
]
}'{}