← All models
Generate natural, clear speeches using Index TTS 2.0 from IndexTeam
Details
- Accepts
- audio
Pricing
- Price
- 0.250 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| promptrequired | string | The speech prompt to generate |
| strength | number | The strength of the emotional style transfer. Higher values result in stronger emotional influence. |
| audio_urlrequired | string | The audio file to generate the speech from. |
| emotion_prompt | — | |
| emotional_audio_url | — | The emotional reference audio file to extract the style from. |
| emotional_strengths | — | The strengths of individual emotions for fine-grained control. |
| should_use_prompt_for_emotion | — | Whether to use the `prompt` to calculate emotional strengths, if enabled it will overwrite the `emotional_strengths` values. If `emotion_prompt` is provided, it will be used to instead of `prompt` to extract the emotional style. |
Output
| Field | Type | Description |
|---|---|---|
| audio | — | The generated audio file in base64 format. |