Rime API Changelog
2025-09-17
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.
2025-09-13
- Both
/ws
and/ws2
support the query paramsaveOovs
, allowing tts users to track which words in their text are out-of-vocabulary on the Speech QA dashboard.
2025-09-13
- Arcana on-prem images from
20250913
now provide better latency and can run on H100 MIG (3g.40gb
).
2025-09-09
- Arcana on-prem images from
20250909
now provide/livez
and/readyz
endpoints for liveness and readiness checks.
2025-09-08
- Arcana on-prem images from
20250908
now use 16-bit little endian for PCM and WAV. - Arcana on-prem images from
20250908
now support G-711 μ-law as an audio codec. - Arcana on-prem images from
20250908
now support thespeedAlpha
option for time scaling.
2025-09-02
saveOovs
parameter 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.
2025-08-01
- Added French and German language support via the
lang
parameter in WebSocket JSON APIs. The/ws2
api now has full language parity with the/ws
and http tts endpoints.
2025-07-31
- Added Spanish language support via the
lang: spa
parameter in WebSocket JSON APIs. - Enhanced text segmentation with new
segment
parameter:- Added
segment
query parameter with three modes: “immediate”, “never”, and “bySentence” (default) - Deprecated
immediate
boolean parameter (still supported for backward compatibility) - Improved control over text processing and synthesis timing
- Added
2025-05-27
- 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.
2025-04-24
- We’ve launched Arcana — a new model for expressive, natural voice synthesis. Available now with
modelId: arcana
.
2025-03-28
- The
lang
IDspa-mx
has been added. Using this accesses the same spanish languages but usespesos
instead ofdolares
for currency. - New
lang: fra
has been added. We now have French voices available on the dashboard and via API.
2025-03-26
- 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
pauseBetweenBrackets
is True - The url
demo-api.rime.ai
has been deprecated. Please usedemo.rime.ai
instead if you are using the demo API.