Install
openclaw skills install @runapi-ai/runapi-gemini-ttsGenerate multi-speaker speech with Gemini TTS through RunAPI. Use when the user asks an agent to synthesize dialogue or integrate Gemini TTS. Use the RunAPI CLI for one-off generation and the language SDK for application integration.
openclaw skills install @runapi-ai/runapi-gemini-ttsGenerate ordered multi-speaker dialogue with configurable voices, accents, styles, pacing, scene context, and sampling temperature.
runapi binary. For full CLI-specific agent guidance, see https://github.com/runapi-ai/cli-skill.runapi CLI as the production runtime integration layer.When integrating Gemini TTS into an app, backend, worker, library, Rails service, Node service, Go service, webhook pipeline, or production workflow, start by checking the current SDK package and official usage. Confirm install commands, client methods (create, get, run), request fields, response shape, and error classes before using CLI help or raw HTTP examples. Use a RunAPI SDK package:
SDK packages:
@runapi.ai/gemini-ttsrunapi-gemini-ttsrunapi-gemini-ttsgithub.com/runapi-ai/gemini-tts-sdk/goai.runapi:runapi-gemini-ttsrunapi-ai/gemini-ttsgemini-2.5-pro-tts.gemini-3.1-flash-tts.Both variants accept the same speaker and dialogue request structure.
The runapi binary is the one-off and manual testing runtime dependency. For full CLI-specific agent guidance, see https://github.com/runapi-ai/cli-skill. Check authentication and inspect the current request schema:
runapi auth status
runapi gemini-tts text-to-speech --help
Run from a JSON request file:
runapi gemini-tts text-to-speech --input-file request.json
Submit without waiting and poll separately:
runapi gemini-tts text-to-speech --async --input-file request.json
runapi wait <task-id> --service gemini-tts --action text-to-speech
Each dialogue_turns[].speaker_id must match a configured speakers[].speaker_id in Speaker N format. Keep secrets in RUNAPI_API_KEY or saved CLI config.