> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/ai-vocal-synth/voice-library/vocal-synth-models.md).

# Vocal Synth Models

## Model Generation Evolution

ACE Studio continuously iterates its vocal synthesis models. Building on state-of-the-art AI architectures, we incorporate proprietary innovations to enhance naturalness, expressiveness, multilingual accuracy, and voice cloning fidelity.

We also responsibly expand our vocal datasets to cover more languages and musical styles. When architectural improvements and new training data meet our release criteria, we publish a new model generation.

<figure><img src="/files/PQDIURb93lyQstvCJKOb" alt="Select Vocal Synth Models in ACE Studio."><figcaption></figcaption></figure>

## Model List

Below is the current lineup of model generations and variants:

<table><thead><tr><th width="143.20703125">Model Name</th><th>Description</th><th>Language Support</th></tr></thead><tbody><tr><td><img src="/files/hu2byZr3l6qWjsyqVVXO" alt="" data-size="line"> Verse25</td><td>Advanced vocal synth model with high performance and quality.</td><td>English, Spanish, Italian, French, Portuguese, Korean, Chinese, Japanese</td></tr><tr><td>Verse24</td><td>A vocal synth model enhanced with English and Spanish capabilities.</td><td>English, Spanish, Chinese, Japanese</td></tr><tr><td>Solo24</td><td>A vocal synth model expanded from Verse24, designed for voice cloning.</td><td>English, Chinese, Japanese</td></tr><tr><td>Verse23B</td><td>Enhanced based on the Verse23 model.</td><td>English, Chinese, Japanese</td></tr><tr><td>SoloD</td><td>A vocal synth model expanded from Verse23, designed for voice cloning.</td><td>English, Chinese, Japanese</td></tr><tr><td>Solo23</td><td>A vocal synth model expanded from Verse23, designed for voice cloning.</td><td>English, Chinese, Japanese</td></tr><tr><td>Verse23</td><td>ACE Studio's first multilingual vocal synth model.</td><td>English, Chinese, Japanese</td></tr></tbody></table>


---

# 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.acestudio.ai/ai-vocal-synth/voice-library/vocal-synth-models.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.
