Releases: HumeAI/hume-python-sdk
Releases · HumeAI/hume-python-sdk
v0.13.9
What's Changed
- add
prompt_expansionparameter for external LLMs (link to docs) - add new external LLM models:
claude-opus-4-6,gemini-3-flash-preview,gpt-5.1,gpt-5.1-priority,gpt-5.2,gpt-5.2-priority - upd config creation: external LLM
model_provideris now fully optional, providing just themodel_resourceis enough - fix missing external LLM provider:
X_AI
Full Changelog: v0.13.8...v0.13.9
v0.13.8
v0.13.7
What's Changed
- upd Python version constraints to support 3.13, 3.14, 3.15 by @zgreathouse in #459
- fix make
SessionSettingsfield optional, it was erroneously required in 0.13.6 - upd docstrings for intellisense
- 🌿 Fern Regeneration -- February 10, 2026 by @fern-api[bot] in #465
Full Changelog: v0.13.6...v0.13.7
v0.13.6
What's Changed
- init ci test by @ivaaan in #439
- Fix test-examples CI by @ivaaan in #440
- add EVI tests to CI by @ivaaan in #441
- #447, #449: Fern Generation (@app/fern-api)
- (feat) List endpoints now support direct access to the data on the page object itself via
.response, rather than just the paginated items. - (feat) Add support for filtering by
statusonhume.chat_groups.get_chat_group - (fix) Properly expose support for
hume.tts.convert_voice_fileandhume.tts.convert_voice_json.
- (feat) List endpoints now support direct access to the data on the page object itself via
Full Changelog: v0.13.5...v0.13.6
v0.13.5
What's Changed
- (fix) Properly supports
base_urlwhen initializing Hume_client by @twitchard in #424, #431, #430
Full Changelog: v0.13.4...v0.13.5
v0.13.4
v0.13.3
What's Changed
- Add
allow_connectionquery param to chat connect by @twitchard in #415
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
- Support for Control Plane API
- Support for Voice Conversion
- Fix for flattening session settings query params: #406
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- v0.13.0 backward compatibility by @ivaaan in #402
- Restores as deprecated several methods and classes related to
.connect_with_callbacksthat was removed from the EVI client in v0.13.0
- Restores as deprecated several methods and classes related to
- Move ChatConnectOptions to socket_client for backward compatibility by @ivaaan in #404
New Contributors
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- Fern upgrade by @twitchard in #401
- (feat) added support for
hume_client.empathic_voice.stream_input.connect(...)for supplying streaming input to TTS - (break) removed
base_urlas an argument to HumeClient / AsyncHumeClient. Please useenvironmentinstead. - Various changes to imports, type names, package versions, and infrastructure related to the upgrade of our SDK generator from fern.
Full Changelog: v0.12.1...v0.13.0
- (feat) added support for