Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
Inworld is a streaming text-to-speech (TTS) provider. In OpenClaw it synthesizes outbound reply audio (MP3 by default, OGG_OPUS for voice notes) and PCM audio for telephony channels such as Voice Call.
OpenClaw posts to Inworld's streaming TTS endpoint, concatenates the returned base64 audio chunks into a single buffer, and hands the result to the standard reply-audio pipeline.
| Detail | Value |
|---|---|
| Website | inworld.ai |
| Docs | docs.inworld.ai/tts/tts |
| Auth | text INWORLD_API_KEY |
| Default voice | text Sarah |
| Default model | text inworld-tts-1.5-max |
text``` INWORLD_API_KEY=<base64-credential-from-dashboard> ```
| Option | Path | Description |
|---|---|---|
text apiKey | text messages.tts.providers.inworld.apiKey | Base64 dashboard credential. Falls back to text INWORLD_API_KEY |
text baseUrl | text messages.tts.providers.inworld.baseUrl | Override Inworld API base URL (default text https://api.inworld.ai |
text voiceId | text messages.tts.providers.inworld.voiceId | Voice identifier (default text Sarah |
text modelId | text messages.tts.providers.inworld.modelId | TTS model id (default text inworld-tts-1.5-max |
text temperature | text messages.tts.providers.inworld.temperature | Sampling temperature text 0..2 |
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine