Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEFAULT_MODEL | No | Default model to use for video generation | veo-3.0-generate-preview |
MAX_POLL_TIME | No | Maximum polling time in seconds before timeout | 600 |
POLL_INTERVAL | No | Polling interval in seconds for checking video generation progress | 10 |
GEMINI_API_KEY | Yes | Your Gemini API key from Google AI Studio | |
PERSON_GENERATION | No | Person generation setting (defaults to dont_allow in EU/UK/CH/MENA) | dont_allow |
DEFAULT_OUTPUT_DIR | No | Default directory to save generated videos | generated_videos |
DEFAULT_ASPECT_RATIO | No | Default aspect ratio for generated videos | 16:9 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |