> For the complete documentation index, see [llms.txt](https://docs.xeroai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xeroai.io/overview/roadmap/phase-2-growth-phase-in-progress.md).

# Phase 2: Growth Phase (In progress)

* Introduction of first-time-ever <mark style="color:purple;">Voice-to-video</mark> conversion capabilities. Users will now have the power to transform their audio recordings into visually captivating videos, further expanding the creative possibilities offered by our platform.
* To accommodate diverse content needs, we're introducing support for <mark style="color:purple;">multiple resolution flags</mark>, including <mark style="color:purple;">Portrait, Landscape, and Square</mark>, ensuring that users can tailor their creations to fit various formats seamlessly.
* Introducing <mark style="color:purple;">Dynamic Staking on Eth chain</mark> to reward diamond hand holders. We aim to reward our long-term supporters of our project.&#x20;
* To improve and stretch further output quality and capabilities - we require specialised fine-tuned <mark style="color:purple;">LLM models</mark> with new parameters to suit each function.
* This phase is about producing increasingly powerful models - with <mark style="color:purple;">documentation of the architecture orchestration</mark> shared with the community at each and every step.&#x20;

<figure><img src="/files/ZI35tpRB72AGIP4ItpDB" alt=""><figcaption><p>the essence of Marvel movies. Tony Stark stands with his crash and burning motorcycle prominently on the streets of New York, but with an electrifying twist – his head is ablaze with the ethereal fire characteristic of Ghost Rider. While his armor remains unmistakably that of Iron Man, the iconic red and gold suit, the flaming helmet adds an unexpected and mystifying dimension to his presence.</p></figcaption></figure>


---

# 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.xeroai.io/overview/roadmap/phase-2-growth-phase-in-progress.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.
