models
List Llm Backends
GET
/
v1
/
models
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
model
string
requiredLLM model name.
model_endpoint_type
enum<string>
requiredThe 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
requiredThe context window size for the model.