feat: add bit_rate parameter to AudioSpeechRequest (ENG-84936)#234
feat: add bit_rate parameter to AudioSpeechRequest (ENG-84936)#234rishabh-bhargava wants to merge 1 commit intomainfrom
Conversation
Add bit_rate as an optional integer enum to the TTS request schema. Only applicable with response_format=mp3. Valid values: 32000, 64000, 96000, 128000 (default), 192000. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✱ Stainless preview buildsThis PR will update the go openapi python terraform typescript Edit this comment to update them. They will appear in their respective SDK's changelogs. ✅ togetherai-typescript studio · code · diff
✅ togetherai-openapi studio · code · diff
✅ togetherai-python studio · code · diff
✅ togetherai-terraform studio · code · diff
✅ togetherai-go studio · code · diff
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
Summary
Add
bit_rateas an optional integer parameter to theAudioSpeechRequestschema for controlling MP3 compression bitrate.response_formatismp332000,64000,96000,128000(default),192000Related
🤖 Generated with Claude Code