List LLM Models
Authentication
Header authentication of the form Bearer <token>
Query Parameters
Response
Deprecated: Use ‘name’ field instead. LLM model name.
Deprecated: Use ‘provider_type’ field instead. The endpoint type for the model.
Deprecated: Use ‘max_context_window’ field instead. The context window size for the model.
The handle for this config, in the format provider/model-name.
A human-friendly display name for the model.
Type of model (llm or embedding)
Deprecated: The endpoint for the model.
Deprecated: The provider category for the model.
Deprecated: The wrapper for the model.
Deprecated: Puts ‘inner_thoughts’ as a kwarg in the function call.
Deprecated: The temperature to use when generating text with the model.
Deprecated: The maximum number of tokens to generate.
Deprecated: Whether or not the model should use extended thinking if it is a ‘reasoning’ style model.
Deprecated: The reasoning effort to use when generating text reasoning models.
Deprecated: Configurable thinking budget for extended thinking.
Deprecated: Positive values penalize new tokens based on their existing frequency in the text so far.
Deprecated: The framework compatibility type for the model.
Deprecated: Soft control for how verbose model output should be.
Deprecated: The cost tier for the model (cloud only).
Deprecated: If set to True, enables parallel tool calling.