{}
curl --location --request POST 'wss://api.302.ai/v1/realtime?model=gpt-4o-realtime-preview' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"model": "tts-1",
"input": "The quick brown fox jumped over the lazy dog.",
"voice": "alloy"
}