# Pick the right model and mode

Start with the mode, then choose the model. If you have only an idea, use text-to-video. If you have a product or actor image, use image-to-video. If consistency matters across multiple references, use reference-to-video. If you want a clip to continue, use extend-video.

| Need                         | Recommended mode                     | Notes                                                         |
| ---------------------------- | ------------------------------------ | ------------------------------------------------------------- |
| Fast concept scene           | Text-to-video                        | Best for early ideation and simple shots.                     |
| Actor or product consistency | Image-to-video or reference-to-video | Use clean references and concise prompts.                     |
| Controlled transition        | First-last-frame                     | Useful when start and end visuals matter.                     |
| Continue an existing clip    | Extend-video                         | Works best when the next action naturally follows the source. |
| Motion matching              | Motion-control                       | Requires character image and motion video.                    |

Use faster or cheaper models for early exploration. Use higher-quality or more reference-capable models for scenes that will become final ad assets.

<figure><img src="/files/czuVFxhItQTdN5g5soBp" alt=""><figcaption></figcaption></figure>


---

# 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://docs.avastudio.com/studio-mode/pick-the-right-model-and-mode.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.
