Voice

Voice that sounds human. In 31 languages.

Text-to-speech with emotional nuance. Speech-to-text with speaker diarization. Real-time voice agents. 47 voices, 31 languages, sub-200ms latency.

47 voices

Curated, distinctive voices. Custom voice cloning available on Business+ plans.

31 languages

Native fluency, not translation. Code-switching across languages mid-sentence.

180ms latency

Real-time TTS for voice agents. Faster than human reaction time.

Emotion control

Tone, pace, emotion. Direct the delivery, not just the words.

Streaming API

WebSocket streaming for real-time applications. PCM, MP3, Opus outputs.

Speech-to-text

Speaker diarization, word timestamps, custom vocabularies. 95%+ accuracy.

Pricing

Token-efficient, with volume discounts and burn incentives.

TTS standard
0.012QUBIC / 1K chars

47 voices, 31 languages

TTS premium
0.024QUBIC / 1K chars

Emotion + style control

STT
0.006QUBIC / minute

Diarization + timestamps

Realtime API
0.040QUBIC / minute

Sub-200ms voice agents

Pricing is illustrative. Final rates are governed by on-chain parameters and may vary based on network state.

Staking requirements

Tier-based access. Higher stakes unlock better economics and more capacity.

TierRequired stakeAccess
Builder50M QUBICVoice TTS/STT enabled
Startup150M QUBICRealtime API, custom voices
Business500M QUBICVoice cloning, telephony
EnterpriseCustomOn-prem, custom voices

Example

Drop-in compatible with the OpenAI SDK.

voice.py
from aigarth import Aigarth

client = Aigarth(api_key="sk-aigarth-...")

audio = client.voice.synthesize(
    text="Welcome to Aigarth. The future of compute grows on participation.",
    voice="atlas",
    language="en-US",
    emotion="warm",
)

audio.save("welcome.mp3")

Enterprise benefits

Everything in the standard tier, plus the things enterprises need.

  • Custom voice cloning with consent verification
  • HIPAA-aligned for healthcare voice agents
  • PCI-compliant for payment use cases
  • Telephony integration (Twilio, Vonage)
  • WebRTC and WebSocket SDKs
  • Brand-safety filters and content moderation
  • On-prem deployment
  • 24/7 on-call support

Ready to get started?

Open the console, generate an API key, and run your first call in minutes.