Skip to main content
Retrieve the list of available models from the Aria Compute ROUTER. This endpoint returns both configured entrypoints (virtual model names used for routing) and underlying provider models in a standard OpenAI {object: 'list', data: [...]} envelope.

Endpoint

GET /v1/models Data plane endpoint. Authenticate with Authorization: Bearer <router-key>.

Response

string
Always "list".
array
Array of model objects.

Example