Skip to main content
GET
/
api
/
llm
/
models
List Models
curl --request GET \
  --url https://api.example.com/api/llm/models
[
  {
    "id": "<string>",
    "name": "<string>",
    "context_length": 123
  }
]

Query Parameters

provider
string
required

Response

Successful Response

id
string
required
name
string
required
context_length
integer | null