Introducing gpt-realtime and Realtime API updates for production voice agents

It appears to be deployable now, but Cedar and Marin voices not available.

Receiving this response when trying to get available voices:

curl ‘https://{resource_name}.openai.azure.com/openai/realtimeapi/sessions?api-version=2025-04-01-preview’
-H ‘accept: /
-H ‘accept-language: en-US,en;q=0.9,az;q=0.8’
-H ‘api-key: {your_api_key}’
-H ‘content-type: application/json’
–data-raw ‘{“model”:“gpt-realtime”,“voice”:“sdsdf”}’

{
“error”: {
“message”: “Invalid value: ‘sdsdf’. Supported values are: ‘alloy’, ‘ash’, ‘ballad’, ‘coral’, ‘echo’, ‘sage’, ‘shimmer’, and ‘verse’.”,
“type”: “invalid_request_error”,
“param”: “voice”,
“code”: “invalid_value”
}
}

Directly requesting Marin or Cedar results in:

{
“error”: {
“message”: “Voice marin is not available for your organization.”,
“type”: “invalid_request_error”,
“param”: “voice”,
“code”: “invalid_value”
}
}

Anyone know if these coming to Azure OpenAI?