Introducing Octave TTS
This release includes support for Hume AI's [Octave TTS](https://hume.ai/blog/octave-the-first-text-to-speech-model-that-understands-what-it-s-saying) API. Learn more on our [docs page](https://dev.hume.ai/docs/text-to-speech-tts/overview), or try it out on the web at [hume.ai](https://hume.ai).
Unlike conventional TTS that merely "reads" words, Octave is a speech-language model that understands what words mean in context, unlocking a new level of expressiveness. It acts out characters, generates voices from prompts, and takes instructions to modify the emotion and style of a given utterance.
What's Changed
* :herb: Fern Regeneration -- February 26, 2025 by fern-api in https://github.com/HumeAI/hume-python-sdk/pull/236
* Introduce `AsyncHumeClient.tts` client for Octave.
* (fix, breaking) Renamed method `create_prompt_verison` to `create_prompt_version`.
**Full Changelog**: https://github.com/HumeAI/hume-python-sdk/compare/v0.7.7...v0.7.8