Rime API Changelog

2025-08-1
  • 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
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 ID spa-mx has been added. Using this accesses the same spanish languages but uses pesos instead of dolares 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 use demo.rime.ai instead if you are using the demo API.