List Realtime Providers
List all realtime (speech-to-speech) providers registered in the catalog, alphabetically by name.
Response Body
application/json
curl -X GET "https://example.com/v1/realtime/providers"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "string", "model": "string", "endpoint": "string", "description": "string" }]