AI Video through MCP
AI Video uses ai_video. MCP exposes video settings as flat kp_create_creation arguments rather than the OpenAPI video_generation object.
Read kp_get_catalog before choosing a model, ratio, resolution, or duration.
Gemini Omni Flash
{ "type": "ai_video", "prompt": "Move slowly through a futuristic city on a rainy night, with neon reflections and natural ambient audio", "aspect_ratio": "16:9", "video_model": "gemini-omni-flash", "video_task": "text_to_video", "video_resolution": "720p", "video_duration_seconds": 8}
After completion, Omni supports kp_edit_creation with action="iterate" and a new prompt. The server manages the interaction ID.
Veo 3.1 Fast or Standard
Use video_model="veo-3.1-fast" or video_model="veo-3.1-standard" with the same task, resolution, and duration fields. Veo does not support conversational iteration.
The current public MCP accepts text-to-video only. First frames, last frames, and attachments remain unavailable until the catalog says otherwise. Native audio stays enabled by the service.
