Models Hub
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.

Edit this page
GET
/v1/models/{model}

Path Parameters

model*string

Model ID.

Response Body

application/json

curl -X GET "https://example.com/v1/models/string"
{
  "success": true,
  "message": "string",
  "data": null
}