Skip to main content
GET
/
v3
/
router
/
models
List models
curl --request GET \
  --url https://api.orq.ai/v3/router/models \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "created": 123,
      "id": "<string>",
      "owned_by": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.orq.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Models listed.

data
object[] | null
required

Available models.

object
enum<string>
required

Always "list".

Available options:
list