Skip to content

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

CapabilitySupported
Speech Generation (TTS)Yes
ChatNo
TranscriptionNo

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

  1. Go to Playground → Speech Generation
  2. Select “Google Savio” as the provider
  3. Choose a voice and language
  4. Enter text and generate

Via the API

Terminal window
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