

Get started
Developers can now deploy Rime’s text-to-speech services on Cerebrium:- Create a Rime account and obtain your API key.
- Create a secret in Cerebrium named RIME_API_KEYwith your Rime key.
- Initialize your app with the Cerebrium CLI (v1.39.0 or higher):
- 
Define your deployment using a cerebrium.tomlfile with the[cerebrium.runtime.rime]configuration. Specify your compute resources (e.g., AMPERE_A10 GPU, memory, CPU), scaling parameters, and region (e.g.,us-east-1). See Cerebrium’s documentation for full implementation details.
- Deploy with:
- REST API, with an endpoint like:
- WebSocket interface for streaming audio

