Pulse STT endpointing now on by default

Pulse STT streaming finalizes each turn on trailing silence by default. When the speaker stops, the server emits is_final: true promptly instead of waiting for the model’s internal finalization cadence. Transcript accuracy is unchanged.

To restore the previous finalization behavior, set endpointing=false on the WebSocket URL:

wss://api.smallest.ai/waves/v1/stt/live?model=pulse&endpointing=false

Endpointing