Rime API changelog
- The Data and privacy page in the Rime dashboard now lets you control optional request-data retention for your personal account or team.
- Optional retention is disabled by default. Team members can view the setting, and team owners can change it.
- If you enable retention, Rime can keep customer content and technical request details to investigate support issues and improve speech quality. This setting does not permit model training.
- Arcana retired from the Rime cloud API. Requests using
arcana,arcanav2, orarcanav3are now served by Coda. Replace the retired identifier and verify the voice and language pairing with Remove Arcana model IDs. - Release
20260815:- Improved text normalization, including more consistent tokenization and handling of symbols, fractions, and common numeric expressions.
- The language matrix now lists support per model.
- Coda serves English, Arabic, French, German, Hindi, Japanese, Portuguese, and Spanish.
- Mist v3 serves English, French, German, and Spanish.
- The
langparameter tables in the Coda API reference now include Arabic and Hindi.
- Cloud Arcana requests will switch to Coda on August 15, 2026.
- On August 15, cloud Arcana traffic will route to Coda. Migrate by changing
modelId: arcanatomodelId: coda; the API contract is unchanged. Sinhala remains available on Arcana. - On-prem: existing Arcana images remain available to pull and run, but will not receive updates or support (including vulnerability patches and text-normalization fixes) after August 15, 2026.
- We recommend migrating before August 15 so you can test voices and validate output on your own timeline. Questions? Contact support@rime.ai.
- On August 15, cloud Arcana traffic will route to Coda. Migrate by changing
- Rime now hosts a first-party MCP (Model Context Protocol) server at mcp.rime.ai:
- Connect Claude, OpenAI Codex, your IDE, or any MCP-compatible client to browse the voice catalog, check dictionary coverage, preview text normalization, generate speech samples, and scaffold Pipecat or LiveKit integration code.
- Catalog and integration tools work without an API key; synthesis and linguistics tools authenticate with your existing Rime API key, sent per request.
- See the MCP quickstart to get connected, and the MCP server reference for tool-by-tool documentation.
- The Speech QA dashboard has been retired from the Rime web app.
- Pronunciation features remain fully supported via the API: check dictionary coverage with the Coverage API and specify custom pronunciations inline with the Rime phonetic alphabet and
phonemizeBetweenBrackets(Mist v1/v2). - To request a pronunciation fix or dictionary addition, reach out to your account manager via Slack or email, or contact sales@rime.ai.
- The
saveOovsparameter on Mist v1/v2 endpoints remains supported for backward compatibility, but has been removed from the API reference along with the dashboard it reported to. - Newly documented: the Phonemize API; post a recording of a word and get back a phonetic string in the Rime phonetic alphabet.
- See Pronunciation control for an overview of all the ways to control pronunciation.
- Pronunciation features remain fully supported via the API: check dictionary coverage with the Coverage API and specify custom pronunciations inline with the Rime phonetic alphabet and
- Coda is now available via
modelId: coda:- New flagship TTS model; sophisticated LLM backbone paired with a dedicated speech inference engine, trained on conversational full-duplex data.
- Surpasses prior Rime models and competitor offerings in human-led voice-quality evaluations across naturalness, prosody, and artifact-free output.
- Sub-100ms model latency on the GPU engine (self-hosted or on-prem); cloud API users add roughly 25–50ms network round-trip from most of the continental US. See Regional endpoints.
- Multilingual support across English, French, German, Japanese, Portuguese, and Spanish.
- Word-level timestamps over the JSON websocket endpoint for text-audio alignment and interruption handling.
- Available via the cloud API and on-premises at launch.
- Recommended successor to Arcana for all existing Arcana traffic; swap
modelId: arcanaformodelId: coda. - See the Coda API reference for details.
- API on-prem image
20260424:- New environment variables for authentication configuration:
RIME_API_KEY: pre-configure the API key at the deployment level so callers don’t need to include it in each request. Can also be mounted as a secret file at/secrets/rime_api_key.API_KEY_HEADER: specify an alternate header name for platforms that intercept theAuthorizationheader.PLATFORM_API_KEY: supply a platform API key for authenticated inter-container requests. Can also be mounted as a secret file at/secrets/platform_api_key.
- New environment variables for authentication configuration:
- Arcana V2, Arcana V3 and Mist V3 release
20260420. - General performance improvements and bug fixes.
- Arcana release
20260404:- Improved and stabilized text normalization across all supported languages.
- Upgrade to
20260404is recommended.
- Mist v3 release
20260404:- Reached general availability.
- General performance improvements across the inference stack for all models.
- API on-prem image
20260407:- Compatible with Mist v3.
- Mist v3 is now available via
modelId: mistv3:- TTFB well below 100ms: a major latency improvement over Mist v2 without sacrificing quality
- Popular Mist v2 speakers available, plus 8 Arcana flagship speakers now available as Mist v3 voices
- See the full voice list
- Arcana release
20260223:- v3 (multilingual)
- Supported languages:
de,en,es,fr,he,ja,pt,si,ta.
- Supported languages:
- General performance improvements and bug fixes.
- v3 (multilingual)
- API on-prem image
20260212:- Exposes a new json websockets endpoint with WLT (equivalent to the cloud api’s
ws3endpoint) on port 8003
- Exposes a new json websockets endpoint with WLT (equivalent to the cloud api’s
-
Arcana v3
langparameter: 2- and 3-letter ISO 639 codes that map to the same language are accepted and normalized (e.g.de,deu, orgerfor German;fr,fra, orfrefor French). Supported languages:Any valid ISO 639-1, 639-2, or 639-3 code that maps to one of these languages is accepted.
- Regional endpoints available:
wss://users-east-ws.rime.ai/ws*offers all the websockets apis currently served served viawss://users-ws.rime.ai/ws*and may provide better latency for clients closer tous-east-1.https://users-east.rime.ai/v1/rime-ttsoffers all the same API currently served viahttps://users.rime.ai/v1/rime-tts, and may provide better latency for clients closer tous-east-1.- Additionally
https://users-west.rime.ai/v1/rime-ttsoffers all the apis currently served viahttps://users.rime.ai/v1/rime-tts, and may provide better latency for clients closer tous-west-1.
- Arcana now supports JSON websockets with Word-Level-Timestamps:
wss://users-ws.rime.ai/ws3andwss://users-east-ws.rime.ai/ws3serve the JSON websockets api that now supports bothmistandarcanamodel classes.
- Arcana release
20260204(Arcana v3):- Added support for languages: English (
lang=eng), French (lang=fra), German (lang=ger), Hebrew (lang=heb), Japanese (lang=jpn), Portuguese (lang=por), Spanish (lang=spa). - Languages can be specified using either 2-character codes (
en,fr,de,he,ja,pt,es) or 3-character codes (eng,fra,ger,heb,jpn,por,spa).
- Added support for languages: English (
- Arcana now supports the
spell()function. You can usespell()to spell out sequences letter by letter or number by number with Arcana voices. See the spell function documentation for examples.
- Arcana release
20260131:- General performance improvements and bug fixes.
- Arcana release
20260124:- Fixed speaker mapping for English Arcana.
- General performance improvements and bug fixes.
- API on-prem image
20260123:- Exposes the binary websockets API on port 8002. This API is equivalent to the cloud websockets API.
- Arcana release
20260122:rime.engine.initial_latencyandrime.engine.generated_audio_durationhave saner defaults and can be tuned.- Added
spell()support. - General performance improvements and bug fixes.
- Arcana release
20260115:- Fixed an issue where there is static noise for some speakers at the end or in the middle of utterances.
- A full set of ORCA headers are now returned for load balancing.
- A
/statuszendpoint is introduced for the model container that contains diagnostics information. /liveznow responds withOKas soon as the server starts up.- General performance improvements.
- Added Lovable integration guide with template for building voice-enabled apps.
- Added Replit integration guide with template for building voice-enabled apps.
- Arcana release
20251220:- An ORCA header,
named_metrics.inference_concurrency_utilization, is now returned in all HTTP responses. - Emojis are no longer read out.
- General reliability updates.
- An ORCA header,
-
Arcana release
20251213:- Performance improvements for the English model.
- Minimum requirements for NVIDIA drivers reduced to
525.60.13. - General reliability updates.
-
API release
20251209:- Exposes non-JSON WebSockets over port
8002, allowing for Arcana over WebSockets. - Fixes an issue where
nullvalues were sent to the model for parameter keys not set by the user.
- Exposes non-JSON WebSockets over port
- Arcana release
20251206:- OpenTelemetry metrics are now available in the model images.
- Quality and performance improvements.
- Arcana release
20251121:- Fixed an issue with μ-law encoding.
- Arcana release
20251120:- Fixed an issue with audio buffer underrun.
- Arcana release
20251119:- Fixed a startup issue in the
20251118release.
- Fixed a startup issue in the
- Arcana release
20251118:- General improvements.
- Arcana release
20251110:- Separate engine and data package containers for easier deployment.
- General reliability improvements.
- Mist on-prem model image
us-docker.pkg.dev/rime-labs/mist/v2/en:20251106released. - Includes performance enhancements and minor fixes.
- Mist on-prem model image
us-docker.pkg.dev/rime-labs/mist/v2/en:20251105released.
- Arcana on-prem model images tagged
20251101release with language updates.
- Arcana language update: additional language support and new voices.
- Arcana on-prem model images tagged
20251027: performance improvements. - Documentation on performance tuning.
- Arcana is now available via (non-json) websockets users.rime.ai/ws.
- Arcana on-prem images with tag
20251014: Fixed a bug related to sample rate.
- Arcana on-prem images with tag
20251013: General performance improvements.
- Api on-prem image with tag
20251010: Uses https instead of http in the external calls to rime.optimize.ai to acquire licenses and track usage. - ⚠️ When upgrading to this image you may have to update your firewall settings to account for the new URLs (see docs).
- We have made breaking changes in voice details api (https://users.rime.ai/data/voices/voice_details.json)
- In the voice details API, the field
model_idhas been renamed tomodelIdandnamehave been renamed tospeakerfor better clarity. - In the voice details API, the field
regionhas been renamed todialectfor better clarity. - The
languagefield value has been changed from short codes (e.g.,eng) to human-readable names (e.g.,english). - A new field
langhas been added to retain the short language code (e.g.,eng).
- Arcana on-prem images with tag
20250929: quality improvements.
- Arcana on-prem images with tag
20250927: quality improvements.
- Arcana on-prem English image with tag
20250925: performance improvements and general model stability enhancements. - Added two new Australian flagship voices:
eucalyptusmarlu
- Arcana on-prem images with tag
20250924: performance improvements.
New api onprem image
us-docker.pkg.dev/rime-labs/api/service:20250917 released.- api image now supports multiple model backends.
- /health endpoint on the api image now reports model status.
- Both
/wsand/ws2support the query paramsaveOovs, allowing tts users to track which words in their text are out-of-vocabulary on the Speech QA dashboard.
- Arcana on-prem images from
20250913now provide better latency and can run on H100 MIG (3g.40gb).
- Arcana on-prem images from
20250909now provide/livezand/readyzendpoints for liveness and readiness checks.
- Arcana on-prem images from
20250908now use 16-bit little endian for PCM and WAV. - Arcana on-prem images from
20250908now support G-711 μ-law as an audio codec. - Arcana on-prem images from
20250908now support thespeedAlphaoption for time scaling.
saveOovsparameter added to all mistv2 tts endpoints, enabling users to have out-of-vocabulary words logged to their Speech QA dashboard for review and addition to the mist lexicon.
- Added French and German language support via the
langparameter in WebSocket JSON APIs. The/ws2api now has full language parity with the/wsand http tts endpoints.
- Added Spanish language support via the
lang: spaparameter in WebSocket JSON APIs. - Enhanced text segmentation with new
segmentparameter:- Added
segmentquery parameter with three modes: “immediate”, “never”, and “bySentence” (default) - Deprecated
immediateboolean parameter (still supported for backward compatibility) - Improved control over text processing and synthesis timing
- Added
- The
<FLUSH>command is now available on both the the websockets and websockets-json apis, allowing for immediate audio synthesis of all tokens in the buffer.
- We’ve launched Arcana: a new model for expressive, natural voice synthesis. Available now with
modelId: arcana.
- The
langIDspa-mxhas been added. Using this accesses the same spanish languages but usespesosinstead ofdolaresfor currency. - New
lang: frahas been added. We now have French voices available on the dashboard and via API.
- The
spell()function now works for Spanish. Try it out! “El nombre se escribe spell(Isabella).” - Fixed a bug where silence information is not processed properly when
pauseBetweenBracketsis True - The url
demo-api.rime.aihas been deprecated. Please usedemo.rime.aiinstead if you are using the demo API.

