Skip to content

v3.2.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 28 May 05:25
1c5f020

3.2.0 (2026-05-28)

Full Changelog: v3.1.0...v3.2.0

Highlight: 🖊️ Ink 2 for realtime speech to text

There are 2 sub-resources that expose WebSocket methods to use Ink 2:

  1. cartesia.stt.auto_finalize.websocket(**kwargs)
  2. cartesia.stt.manual_finalize.websocket(**kwargs)

See Compare STT Endpoints and examples for details.

Refactors

  • stt: fix errors from refactor (69b0f2c)
  • stt: rename external vad to manual finalize (b757bc5)

Features

  • api: add realtime stt and model enums (0c4d859)
  • tts: export each output format type (e460d15)

Bug Fixes

  • api: make backward compatible and fix generated code (c3ce3c7)
  • stt: remove query params that were omitted (6218d64)
  • tts: make output format types backward compatible (23d43f5)
  • stt: correct transcribe params (5a0be8e)

Documentation

  • api: improve formatting and grammar (24036f2)
  • readme: change examples to use sonic-latest (892316e)
  • stt: add stt websocket examples (cad9819)
  • stt: change examples to respect pcm_s32le wav input (dfe4c42)
  • stt: improve examples (5764f51)