API ReferenceAudio & Others
Retrieve details of the specified model.
Retrieve details of the specified model. This endpoint is derived from the current new-api router code and returns a unified management API response; the specific `data` structure varies by business object.
curl -X GET "https://example.com/v1/models/string"{
"success": true,
"message": "string",
"data": null
}Realtime WebSocket connection
Establish a WebSocket connection for realtime conversations. **Note**: This is a WebSocket endpoint and must be connected using the WebSocket protocol. Example connection URL: `wss://api.example.com/v1/realtime?model=gpt-4o-realtime`
List models via the Gemini OpenAI-compatible path.
List models via the Gemini OpenAI-compatible path. This endpoint is derived from the current new-api router code and returns a unified management API response; the specific `data` structure varies by business object.