Authorization: Bearer ********************{
"model": "gemini-2.5-pro-preview-05-06",
"stream": true,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "分析一下这个视频"
},
{
"type": "video_url",
"video_url": {
"url": "https://cdn.klingai.com/bs2/upload-kling-api/9940478466/image2video/ChDGZWhmQd8AAAAAAWo7kg-0_raw_video_2.mp4"
}
}
]
}
],
"max_tokens": 5000
}curl --location --request POST 'https://ai.kaiho.cc/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-2.5-pro-preview-05-06",
"stream": true,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "分析一下这个视频"
},
{
"type": "video_url",
"video_url": {
"url": "https://cdn.klingai.com/bs2/upload-kling-api/9940478466/image2video/ChDGZWhmQd8AAAAAAWo7kg-0_raw_video_2.mp4"
}
}
]
}
],
"max_tokens": 5000
}'null