Skip to content

v3.7.0

Latest

Choose a tag to compare

@GregHolmes GregHolmes released this 08 Jun 09:03
ea2eb86

What's Changed

Added

  • Add DiarizeModel to PreRecordedTranscriptionOptions (batch / pre-recorded transcription), serialized to the diarize_model query parameter on POST /v1/listen. Surfaces Batch Diarization v2 to callers — accepts latest, v1, or v2. (#337)

Additive and non-breaking: the deprecated Diarize boolean is unchanged, and the field is omitted from the request when unset. Batch-only — intentionally not added to the streaming LiveTranscriptionOptions / FluxTranscriptionOptions, since the API rejects diarize_model on streaming requests.

Full Changelog: v3.6.0...v3.7.0