GET
/
v1
/
models
/

Authorizations

Authorization
string
headerrequired

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

Response

200 - application/json
model
string
required

LLM model name.

model_endpoint_type
string
required

The endpoint type for the model.

model_endpoint
string
required

The endpoint for the model.

model_wrapper
string | null

The wrapper for the model.

context_window
integer
required

The context window size for the model.