---
title: "Video Model Input"
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/nodetool/input/videomodelinput
markdown: https://docs.nodetool.ai/nodes/nodetool/input/videomodelinput.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/input/videomodelinput.md
---

# Video Model Input

**Type:** `nodetool.input.VideoModelInput`

**Namespace:** `nodetool.input`

## Description

Accepts a video generation model as a parameter for workflows.
    input, parameter, model, video, generation

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| name | `str` | The parameter name for the workflow. | `` |
| value | `video_model` | The video generation model to use as input. | `{"type":"video_model","provider":"empty","id":"...` |
| description | `str` | The description of the input for the workflow. | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `video_model` |  |

## Related Nodes

Browse other nodes in the [nodetool.input](./) namespace.
