# Image to Video

Currently, we have three models for Image-to-Video: [**Hunyuan Video**](/video/hunyuan-video/image-to-video.md), [**Wan2.1 Video**](/video/wan2.1-video.md), and **Kling Video**. Please upgrade to the latest version to get all three models. Please visit [www.dreamerland.ai](https://docs.dreamerland.ai/video/www.dreamerland.ai) for details.

| Model         | iOS | Android (Google Play) | Android (APK) |
| ------------- | --- | --------------------- | ------------- |
| Kling         | ✅   | ✅                     | ✅             |
| Wan2.1 Video  | ✅   | ❌                     | ✅             |
| Hunyaun Video | ✅   | ✅                     | ✅             |

* **Kling Video** produces the highest-quality output but has restrictions on sensitive content and lacks LoRA support.
* [**Wan2.1 Video**](/video/wan2.1-video.md) is the best alternative to Kling. While its quality is slightly lower, it offers more creative freedom.
* [**Hunyuan Video**](/video/hunyuan-video/image-to-video.md) is the fastest among the three, generating decent video output in just 1–2 minutes. It also supports LoRA styles.


---

# 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.dreamerland.ai/video/image-to-video.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.
