> For the complete documentation index, see [llms.txt](https://docs.qolaba.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qolaba.ai/chatbot/toolkit/video-generation.md).

# Video Generation

The Video Generation tool lets you produce short AI-generated videos from text prompts directly within the chat interface — powered by **Veo 3.1** by Google, one of the most capable video generation models available.

***

#### What It Does

When Video Generation is enabled, describe the video you need in your prompt and the model generates a short clip inline within the chat. Credit usage for video generation varies based on three factors you can control — resolution, audio, and duration.

Common use cases:

* Short social media video drafts
* Product concept visualizations
* Ad campaign storyboard clips
* Explainer video references
* Creative ideation and visual prototyping

***

#### How to Enable It

Toggle **Video Generation** on in the Toolkit panel. Describe the video content in your prompt — include details about scene, motion, style, and tone.

**Example prompt:**

```
A short 5-second clip of a coffee cup on a wooden desk,
steam rising slowly, warm morning light, cinematic style, no audio.
```

***

#### Generation Options & Credit Usage

Video generation credits vary based on three factors:

**Resolution**

<table><thead><tr><th width="332.13128662109375">Option</th><th>Credit Cost</th></tr></thead><tbody><tr><td>720p</td><td>Lower</td></tr><tr><td>1080p (default)</td><td>Standard</td></tr><tr><td>4K</td><td>Higher</td></tr></tbody></table>

**Audio**

| Option               | Credit Cost    |
| -------------------- | -------------- |
| With audio (default) | Standard       |
| Without audio        | Slightly lower |

**Duration**

| Option              | Credit Cost |
| ------------------- | ----------- |
| 4 seconds           | Lower       |
| 6 seconds           | Standard    |
| 8 seconds (default) | Higher      |

{% hint style="info" %}
For quick concept drafts or storyboard references, generate at 720p, 4 seconds, without audio to minimize credit usage while still evaluating the visual output.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.qolaba.ai/chatbot/toolkit/video-generation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
