Skip to main content

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.

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:
See the STT documentation for the full streaming wire protocol and code examples.

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.