Google / Savio Speech
Overview
Google Savio is a text-to-speech (TTS) provider that offers high-quality neural voice synthesis with strong Arabic language support.
Capabilities
| Capability | Supported |
|---|---|
| Speech Generation (TTS) | Yes |
| Chat | No |
| Transcription | No |
Connection
Google Savio connections use browser capture — an OAuth-based flow that securely connects your Google account.
Voices
Google Savio offers multiple voices with different characteristics:
- Dialects: Multiple Arabic dialects (MA, EG, SA, AE, etc.) and other languages
- Genders: Male and female voices
- Age categories: Adult and other categories
Using Savio TTS
Via the Playground
- Go to Playground → Speech Generation
- Select “Google Savio” as the provider
- Choose a voice and language
- Enter text and generate
Via the API
curl https://ghostmind.optdmsa.com/v1/audio/generations \ -H "Authorization: Bearer sk-gm-..." \ -H "Content-Type: application/json" \ -d '{ "input": "مرحبا بالعالم", "voice": "ar-MA-Standard-A", "provider": "google_ai_studio_savio_tts" }'Execution Mode
Google Savio uses a browser-based execution mode. Worker routing is handled internally and is not exposed to users.
Next Steps
- Speech Generation Guide — User guide
- Audio Generation API — API reference
- Provider Overview — All providers