---
title: "Text To Video"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/gemini/video/texttovideo
markdown: https://docs.nodetool.ai/nodes/gemini/video/texttovideo.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/gemini/video/texttovideo.md
---

# Text To Video

**Type:** `gemini.video.TextToVideo`

**Namespace:** `gemini.video`

## Description

Generate videos from text prompts using Google's Veo models.
    google, video, generation, text-to-video, veo, ai

    This node uses Google's Veo models to generate high-quality videos from text descriptions.
    Supports 720p resolution at 24fps with 8-second duration and native audio generation.

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| prompt | `str` | The text prompt describing the video to generate | `` |
| model | `enum` | The Veo model to use for video generation | `veo-3.1-generate-preview` |
| aspect_ratio | `enum` | The aspect ratio of the generated video | `16:9` |
| negative_prompt | `str` | Negative prompt to guide what to avoid in the video | `` |
| resolution | `enum` | The output video resolution | `720p` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `video` |  |

## Related Nodes

Browse other nodes in the [gemini.video](./) namespace.
