Create a WebSocket session for real-time audio transcription.
| Parameter | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer authentication header |
| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | Transcription model identifier |
| language | string | No | ISO-639-1 language code for transcription |
| response_format | string | No | Format: json, text. Default: json |
| temperature | float | No | Sampling temperature (0.0 to 1.0) |