Call the models directly, the way you would call any other model provider.
Open REST and WebSocket APIs, plus a CLI. Voice sessions, streaming and call control — the three things the platform itself is built on.
REST places and manages calls, configures agents and pulls transcripts. The WebSocket carries audio for live sessions. The CLI covers test calls, session replays and experiments.
Keys are issued from the dashboard and are server-side only.
The key never belongs in a browser bundle. A browser is given a short-lived session URL by your own backend, and the session URL is what it opens.
Shell request with cURL. Illustrative sample. Endpoint paths, parameter names and field names are confirmed in the documentation issued with your account.
Placing and managing calls, configuring agents and pulling transcripts are all REST. There is no separate surface for the API customer.
Shell request with cURL. Illustrative sample. Endpoint paths, parameter names and field names are confirmed in the documentation issued with your account.
The CLI reaches the same two operations without a client to write first, and it is where test calls, session replays and experiments live.
Shell session. Illustrative sample. Endpoint paths, parameter names and field names are confirmed in the documentation issued with your account.
One of the three is addressed by a model id. The other two are reached differently, or not yet at all — which is the thing a client library has to know before anything else.
| Model | Model id | Interfaces | Audio |
|---|---|---|---|
| Alebex Voice Engine · the runtime | — | REST · WebSocket · CLI | — |
| Speech-to-text · ships first | alebex-asr | REST · WebSocket | pcm_s16le · mulaw |
| Text-to-speech · coming soon | — | — | — |
Only speech-to-text is addressed by a model id today. The engine is reached as calls and sessions rather than as a model, and text-to-speech has no standalone surface to call yet — it runs inside the platform.
No rates are published on the site yet. Model pricing is listed in the navigation and carries the coming-soon mark until go-to-market pricing is established.