Speech-to-Speech: Hydra V1.1 released, ?model=hydra deprecated

Hydra V1.1 is now the default speech-to-speech model on the Waves realtime endpoint. New integrations should connect with ?model=hydra-v1.1:

wss://api.smallest.ai/waves/v1/s2s?model=hydra-v1.1&api_key=<SMALLEST_API_KEY>

The session protocol (event catalog, session.configure shape, tool calling, interruption handling) is identical to the original hydra, so switching is a one-parameter change on the query string.

?model=hydra is deprecated. Existing sessions still open, but the server emits a warning frame with code: "model_deprecated" immediately before session.created. Migrate to ?model=hydra-v1.1. See Deprecation Notices.

New voice roster. Ten voice IDs: zoe, maya, elena, ivy, grace, alex, aria, leo, sam, kai. The V1.1 roster does not overlap with the original hydra roster; when you switch versions, also pick a voice from the V1.1 list. Original hydra voices (wren, sloane, marlowe, reed, knox, tate) are unchanged.

Full voice + version reference on the Hydra model card. Overview + docs pages (overview, WebSocket connection, Audio I/O, Managing sessions, Tool calling) point at ?model=hydra-v1.1 in every URL example and use a V1.1 voice in the sample payloads; the voice field description in managing sessions lists both rosters and the model card remains the single source of truth for per-version voice tables.