What's Changed
Added
- Add
DiarizeModeltoPreRecordedTranscriptionOptions(batch / pre-recorded transcription), serialized to thediarize_modelquery parameter onPOST /v1/listen. Surfaces Batch Diarization v2 to callers — acceptslatest,v1, orv2. (#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