# Generate Video Block

This block generates a video based on a text prompt provided.

## Configuration

### Prompt

Type in the prompt that will be used to generate the video. The section can include variables.

### Output Variable

Save the generated video URL to a variable that can be used in other parts of your workflow.&#x20;

### Model Settings&#x20;

#### Select Model

Choose and configure the video generation model. Available models include:

* Google Veo 2
* Google Veo 3
* Luma Labs Ray 1.6
* Luma Labs Ray 2
* Luma Labs Ray Flash 2

{% hint style="info" %}
Please note that different models will have different configuration settings.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://university.mindstudio.ai/docs/building-ai-agents/blocks-reference/generate-video-block.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
