Skip to content

Commit 5601348

Browse files
techpro-aimlapigitbook-bot
authored andcommitted
GITBOOK-554: docs: add inworld/tts-1 and inworld/tts-1-max
1 parent 5f28636 commit 5601348

18 files changed

Lines changed: 280 additions & 79 deletions

File tree

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ If you've already made your choice and know the model ID, use the [Search panel]
106106

107107
**Google**: [Text/Chat](api-references/text-models-llm/Google/) [Image](api-references/image-models/google/) [Video](api-references/video-models/google/) [Music](api-references/vision-models/ocr-optical-character-recognition/google/) [Vision(OCR)](api-references/music-models/google/) [Embedding](api-references/embedding-models/Google/)
108108

109+
**Inworld**: [Text-to-Speech](api-references/speech-models/text-to-speech/inworld/)
110+
109111
<mark style="background-color:green;">**Kling AI**</mark>: [Video](api-references/video-models/Kling-AI/)
110112

111113
**Krea**: [Video](api-references/video-models/krea/)

docs/SUMMARY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@
323323
* [ElevenLabs](api-references/speech-models/text-to-speech/elevenlabs/README.md)
324324
* [eleven\_multilingual\_v2](api-references/speech-models/text-to-speech/elevenlabs/eleven_multilingual_v2.md)
325325
* [eleven\_turbo\_v2\_5](api-references/speech-models/text-to-speech/elevenlabs/eleven_turbo_v2_5.md)
326+
* [Inworld](api-references/speech-models/text-to-speech/inworld/README.md)
327+
* [inworld/tts-1](api-references/speech-models/text-to-speech/inworld/tts-1.md)
328+
* [inworld/tts-1-max](api-references/speech-models/text-to-speech/inworld/tts-1-max.md)
326329
* [Microsoft](api-references/speech-models/text-to-speech/microsoft/README.md)
327330
* [vibevoice-1.5b](api-references/speech-models/text-to-speech/microsoft/vibevoice-1.5b.md)
328331
* [vibevoice-7b](api-references/speech-models/text-to-speech/microsoft/vibevoice-7b.md)

docs/api-references/model-database.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/api-references/speech-models/README.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/api-references/speech-models/text-to-speech/README.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/api-references/speech-models/text-to-speech/alibaba-cloud/qwen3-tts-flash.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# qwen3-tts-flash
22

33
{% hint style="info" %}
4-
This documentation is valid for the following model: &#x20;
4+
This documentation is valid for the following model:
55

6-
* &#x20;`alibaba/qwen3-tts-flash`
6+
* `alibaba/qwen3-tts-flash`
77
{% endhint %}
88

99
The model offers a range of natural, human-like voices with support for multiple languages and dialects. It can produce multilingual speech in a consistent voice, adapting tone and intonation to deliver smooth, expressive narration even for complex text.
@@ -12,6 +12,12 @@ The model offers a range of natural, human-like voices with support for multiple
1212

1313
If you don’t have an API key for the AI/ML API yet, feel free to use our [Quickstart guide](https://docs.aimlapi.com/quickstart/setting-up).
1414

15+
## API Schema
16+
17+
{% openapi-operation spec="qwen3-tts-flash" path="/v1/tts" method="post" %}
18+
[OpenAPI qwen3-tts-flash](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/speech-models/Alibaba-Cloud/qwen3-tts-flash.json)
19+
{% endopenapi-operation %}
20+
1521
## Code Example
1622

1723
{% tabs %}
@@ -64,9 +70,3 @@ if __name__ == "__main__":
6470
</details>
6571

6672
{% embed url="https://drive.google.com/file/d/15A-Ohkk2D0tDoTuYOOFDGAHrLiv0QUXt/view?usp=sharing" %}
67-
68-
## API Schema
69-
70-
{% openapi-operation spec="qwen3-tts-flash" path="/v1/tts" method="post" %}
71-
[OpenAPI qwen3-tts-flash](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/speech-models/Alibaba-Cloud/qwen3-tts-flash.json)
72-
{% endopenapi-operation %}

docs/api-references/speech-models/text-to-speech/deepgram/aura-2.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ Aura 2 produces natural, human-like speech with accurate domain-specific pronunc
6161

6262
If you don’t have an API key for the AI/ML API yet, feel free to use our [Quickstart guide](https://docs.aimlapi.com/quickstart/setting-up).
6363

64+
## API Schema
65+
66+
{% openapi-operation spec="aura-2" path="/v1/tts" method="post" %}
67+
[OpenAPI aura-2](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/speech-models/Deepgram/aura-2.json)
68+
{% endopenapi-operation %}
69+
6470
## Code Example
6571

6672
{% tabs %}
@@ -172,14 +178,8 @@ Audio saved to: audio.wav
172178

173179
</details>
174180

175-
The generated audio:&#x20;
181+
The generated audio:
176182

177183
{% embed url="https://drive.google.com/file/d/1NaJcoNwVNXGybIK64eMD9qSt9yR4-Nwp/view?usp=sharing" %}
178184

179185
***
180-
181-
## API Schema
182-
183-
{% openapi-operation spec="aura-2" path="/v1/tts" method="post" %}
184-
[OpenAPI aura-2](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/speech-models/Deepgram/aura-2.json)
185-
{% endopenapi-operation %}

docs/api-references/speech-models/text-to-speech/elevenlabs/eleven_multilingual_v2.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# eleven\_multilingual\_v2
22

33
{% hint style="info" %}
4-
This documentation is valid for the following model: `elevenlabs/eleven_multilingual_v2`
4+
This documentation is valid for the following model: `elevenlabs/eleven_multilingual_v2`
55
{% endhint %}
66

77
A high-quality text-to-speech model offering natural-sounding intonation, support for **29** languages, and a broad selection of built-in voices. A wide range of output audio formats and quality settings is also available.
@@ -10,6 +10,12 @@ A high-quality text-to-speech model offering natural-sounding intonation, suppor
1010

1111
If you don’t have an API key for the AI/ML API yet, feel free to use our [Quickstart guide](https://docs.aimlapi.com/quickstart/setting-up).
1212

13+
## API Schema
14+
15+
{% openapi-operation spec="eleven-multilingual-v2" path="/v1/tts" method="post" %}
16+
[OpenAPI eleven-multilingual-v2](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/speech-models/ElevenLabs/eleven_multilingual_v2.json)
17+
{% endopenapi-operation %}
18+
1319
## Code Example
1420

1521
{% tabs %}
@@ -124,9 +130,3 @@ Audio saved to: audio.wav
124130
</details>
125131

126132
{% embed url="https://drive.google.com/file/d/1RNL2QPkOXd9uoNp8q6uJesMLWx9Qa5YA/view?usp=sharing" %}
127-
128-
## API Schema
129-
130-
{% openapi-operation spec="eleven-multilingual-v2" path="/v1/tts" method="post" %}
131-
[OpenAPI eleven-multilingual-v2](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/speech-models/ElevenLabs/eleven_multilingual_v2.json)
132-
{% endopenapi-operation %}

docs/api-references/speech-models/text-to-speech/elevenlabs/eleven_turbo_v2_5.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# eleven\_turbo\_v2\_5
22

33
{% hint style="info" %}
4-
This documentation is valid for the following model: `elevenlabs/eleven_turbo_v2_5`
4+
This documentation is valid for the following model: `elevenlabs/eleven_turbo_v2_5`
55
{% endhint %}
66

77
A high-quality text-to-speech model offering natural-sounding intonation, support for **31** languages, and a broad selection of built-in voices. Up to 3× faster than [eleven\_multilingual\_v2](eleven_multilingual_v2.md).\
@@ -11,6 +11,12 @@ A wide range of output audio formats and quality settings is also available.
1111

1212
If you don’t have an API key for the AI/ML API yet, feel free to use our [Quickstart guide](https://docs.aimlapi.com/quickstart/setting-up).
1313

14+
## API Schema
15+
16+
{% openapi-operation spec="eleven-turbo-v2-5" path="/v1/tts" method="post" %}
17+
[OpenAPI eleven-turbo-v2-5](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/speech-models/ElevenLabs/eleven_turbo_v2_5.json)
18+
{% endopenapi-operation %}
19+
1420
## Code Example
1521

1622
{% tabs %}
@@ -125,12 +131,6 @@ Audio saved to: audio.wav
125131
</details>
126132

127133
{% embed url="https://drive.google.com/file/d/1GW05P4Gfugtx10vfaw106cogTz9JrBOG/view?usp=sharing" %}
128-
Each voice in ElevenLabs models has its own accent and unique characteristics. \
134+
Each voice in ElevenLabs models has its own accent and unique characteristics.\
129135
Check out this amazing female whisper we stumbled upon completely by accident.
130136
{% endembed %}
131-
132-
## API Schema
133-
134-
{% openapi-operation spec="eleven-turbo-v2-5" path="/v1/tts" method="post" %}
135-
[OpenAPI eleven-turbo-v2-5](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/speech-models/ElevenLabs/eleven_turbo_v2_5.json)
136-
{% endopenapi-operation %}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Inworld
2+

0 commit comments

Comments
 (0)