# Overview

The sophistication and advancement of artificial intelligence technology is amazing, but its operation often carries an elusive mystery. This is because its results often come from input data and are subject to the interpretation of model algorithms. To reduce this uncertainty, our team is committed to adding new features and continuously optimizing to make AI behavior more predictable and controllable. Nevertheless, when using generative AI, there are still some situations that may occur that need attention.

In this section, we will explore the challenges we have encountered in practice and issues reported by users. It should be understood that although potential problems are listed here, it does not mean that every user will encounter these troubles. In fact, in many cases, users can avoid these problems by taking appropriate preventive measures.

## Poor Speech Generation Quality/Sudden Voice Change/Meaningless Content Generation <a href="#bad-quality" id="bad-quality"></a>

There may be multiple reasons for poor speech generation quality. Please refer to the possibilities in the following list:

* [Character audio samples have quality issues, or AI model has insufficient learning of similar samples](/voices/tips.md)
* [Generation parameter configuration has issues, or can be further improved](/generate/config.md)
* [Single sentence text is too long, or punctuation is too frequent](/generate/text-edit.md)
* [Issues caused by current version model defects or limitations](/introduction/models.md)

## Character Creation Failed <a href="#create-char-failed" id="create-char-failed"></a>

Currently, our models have different support capabilities for input audio samples. Before uploading, please check the sample language and ensure that your sample speech is **greater than 2 seconds**, and that the speech contains correctly identifiable speech content, and does not contain multiple speakers or complex multilingual content, otherwise it will cause character creation failure or other issues.

If you confirm that the speech itself has no problems, please try refreshing the page or trying again later.

## Speech Generation Failed <a href="#voice-gen-failed" id="voice-gen-failed"></a>

V2 series version models only support Chinese and English. V3 version models add support for Cantonese, Japanese, Korean, French, German, Spanish and Portuguese, as well as more than 30 accent variants of these languages in total. Please ensure that the input text does not contain any other unsupported languages, and avoid mixing special symbols, content that does not belong to regular text (single punctuation marks, emoji symbols), otherwise it may cause **generation failure** and other issues.

If you confirm that the text itself has no problems, please try refreshing the page and trying again later. If you encounter failures multiple times, you can contact service support for feedback.


---

# 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.vocu.ai/troubleshooting/overview.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.
