List Llm Backends

GET
/v1/models/

Response

Successful Response

modelstring

LLM model name.

model_endpoint_typeenum

The endpoint type for the model.

context_windowinteger

The context window size for the model.

model_endpointstringOptional

The endpoint for the model.

model_wrapperstringOptional

The wrapper for the model.

put_inner_thoughts_in_kwargsbooleanOptionalDefaults to false

Puts ‘inner_thoughts’ as a kwarg in the function call if this is set to True. This helps with function calling performance and also the generation of inner thoughts.

handlestringOptional

The handle for this config, in the format provider/model-name.