本文档由 数眼智能 提供,专注于人工智能行业的API服务商! 扫码入群即可领取免费额度!
curl --location --request POST 'https://api.shuyanai.com/v1beta/models/:generateContent' \
--header 'Authorization: {{Authorization}}' \
--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"
}
}
]
}
]
}'{}