NavAI logo

NavAI

All systems operational

Uzbek speech & language APIs

One authenticated gateway for speech-to-text, text-to-speech, and language-model inference. Every request is TLS-terminated and API-key checked at the edge.

Speech → Text

Transcription, incl. real-time streaming over WebSocket.

/api/stt/

Text → Speech

Natural Uzbek voices, with streaming synthesis.

/api/tts/

Language Model

Chat & completions for Uzbek-language tasks.

/api/llm/
Authentication. Every request needs an API key — send it as an X-API-Key header, or ?api_key= for browser WebSockets. Requests without a valid key are rejected with 401. Keys are tiered (rate limits & scope vary). Need one? Contact your NavAI administrator.
$ curl https://ai.navai.pro/api/tts/info/voices \
    -H "X-API-Key: <your-key>"