⚠️紧急通知:由于火山官方近期在严格自查客户违规转售 API 的行为,当前海外渠道收到官方预警。即日起,先暂停海外seedance API 接口服务,恢复时间另行通知,非常抱歉给您带来不便,感谢理解与支持🙏
{
"model": "gemini-omni-flash-preview",
"background": true,
"input": [
{
"type": "user_input",
"content": [
{
"type": "text",
"text": "string"
}
]
}
],
"generation_config": {
"thinking_level": "low",
"thinking_summaries": "auto",
"video_config": {
"task": "text_to_video"
}
},
"response_format": {
"type": "video",
"delivery": "uri",
"aspect_ratio": "16:9",
"duration": "3~10s"
}
}curl --location 'https://vg-api.aig-ai.com/v1/gemini-omni-flash-preview' \
--header 'Authorization: Bearer sk-abcdefghijklmnopqrstuvwxyz1234567890' \
--header 'Content-Type: application/json' \
--data '{
"model": "gemini-omni-flash-preview",
"background": true,
"input": [
{
"type": "user_input",
"content": [
{
"type": "text",
"text": "string"
}
]
}
],
"generation_config": {
"thinking_level": "low",
"thinking_summaries": "auto",
"video_config": {
"task": "text_to_video"
}
},
"response_format": {
"type": "video",
"delivery": "uri",
"aspect_ratio": "16:9",
"duration": "3~10s"
}
}'{
"id": "video-075f3e3d-ab77-4585-a5b1-xxxxxxxx",
"status": "completed",
"usage": {
"total_tokens": 47724,
"total_input_tokens": 908,
"input_tokens_by_modality": [
{
"modality": "text",
"tokens": 908
}
],
"total_output_tokens": 46336,
"output_tokens_by_modality": [
{
"modality": "video",
"tokens": 46336
}
],
"total_tool_use_tokens": 0,
"total_thought_tokens": 480
},
"role": "model",
"steps": [
{
"type": "user_input",
"content": [
{
"text": "turn this into realistic footage, using the drawing only as a guide for movement, do not show the drawing in the final video",
"type": "text"
}
]
},
{
"signature": "AY89a19adXZR8umY/xxxxxxxxx",
"summary": [
{
"text": "**Crafting a Underwater Scene**\n\nI'll create an 8-second vertical video. My scene will be an underwater environment with a clownfish. The fish will swim through the reef in a wavy pattern, then leap out of the water. I'll include camera movement to follow the fish's action, and layer in underwater and splash sounds for realism.\n\n\n",
"type": "text"
}
],
"type": "thought"
},
{
"content": [
{
"mime_type": "video/mp4",
"uri": "https://download-vod.aig-ai.com/10389781933592864895.mp4",
"type": "video"
}
],
"type": "model_output"
}
],
"object": "interaction",
"model": "gemini-omni-flash-preview"
}