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
enum<string>
required

The endpoint type for the model.

Available options:
openai,
anthropic,
cohere,
google_ai,
azure,
groq,
ollama,
webui,
webui-legacy,
lmstudio,
lmstudio-legacy,
llamacpp,
koboldcpp,
vllm,
hugging-face,
mistral
model_endpoint
string | null

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.