API version pinning with Speechify-Version
API version pinning with Speechify-Version
The API now supports date-based version pinning with the Speechify-Version request header.
- Current version:
2026-06-25 - Header format:
YYYY-MM-DD - Resolution order: request header, workspace default, oldest supported version
- Migration path: official SDKs pin their build-date version automatically; raw HTTP callers should send
Speechify-Versionexplicitly.
GET /v1/agents/llm-models — platform_default is now nested
The platform-default LLM pair moved from two top-level fields into a single object.
- Before (pin
2026-06-24or earlier): top-levelplatform_default_providerandplatform_default_modelstrings. - After (
2026-06-25and later): aplatform_defaultobject withproviderandmodelfields. - Migrate: read
platform_default.provider/platform_default.modelinstead of the flat fields.