Get started
Ready-to-use deploy configs for Rime’s models live in therimelabs/rime-baseten-deploy repository. Each model directory contains a Baseten/Truss config.yaml plus a README with full deploy, secrets, and invocation steps.
Prerequisites
Before cloning the deployment repository, contact help@rime.ai for engine-image and license access. Your Baseten workspace needs these secrets:gcp_rime_service_accountrime_licenserime_api_key
- Clone the repo and
cdinto the model directory you want. - Set the three required secrets in your Baseten workspace. The per-model README describes each value.
- Push the config with the Truss CLI:
- Set the autoscaling concurrency target (each replica handles ~10 concurrent requests before a new one is added). See the model README for the exact Management API call.
Invoke
Once deployed, send inference requests to your model’s sync endpoint. The Rime API key is baked in via therime_api_key secret, so callers authenticate to Baseten only:
rime-baseten-deploy README for your chosen model.
