Hotfix — Beta 9.7.1
Bug Fixes
- AssemblyAI: Fix deprecated
speech_modelAPI field- AssemblyAI renamed the transcript request field from
speech_modeltospeech_models(plural) in their current API, causing all transcription jobs to fail with HTTP 400: "speech_model is deprecated. Use speech_models instead" - Updated the request body to use
speech_modelsper AssemblyAI's current documentation
- AssemblyAI renamed the transcript request field from
See CHANGELOG.md for the full history.