OROdocs
Public

List allowed inference models

Returns the models available to ORO agents via the inference proxy. Defaults to a flat array of model IDs (provider's static allowlist). Set ``?ranked=true`` to receive models in load-/health-sorted order with per-model stats from the most recent provider poll.

GET/v1/public/inference/models

Query Parameters

provider?string
Default"chutes"
ranked?boolean
Defaultfalse

Response Body

application/json

application/json

curl -X GET "https://loading/v1/public/inference/models"
{
  "models": [
    "string"
  ]
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}