Overview
The Freya Model APIs provide direct access to our Speech-to-Text (STT) and Text-to-Speech (TTS) models. These are standalone inference endpoints — separate from the platform Call API.| Model | Endpoint | Description |
|---|---|---|
| Speech-to-Text | stt.freyavoice.ai | Transcribe audio files or stream real-time audio to text |
| Text-to-Speech | tts.freyavoice.ai | Convert text to natural-sounding speech |
OpenAPI: Model API endpoints
Browse the full schema for STT and TTS endpoints.
Authentication
All endpoints require a Bearer token issued by your workspace. See the Authentication guide for how to generate an API key.Quick Start
Speech-to-Text (File Upload)
Speech-to-Text (Real-Time Streaming)
Connect via WebSocket for live transcription with partial results:Text-to-Speech
These Model APIs are independent of the Freyavoice Call API. They can be used standalone for any speech processing task, not just within Freya call workflows.