Assistants
Get available LLM models
Retrieve all available LLM models for assistant configuration
GET
/ user / assistants / models
This endpoint returns a list of all available Large Language Models (LLMs) that can be used when creating or updating assistants.
Response fields
data array
id integer
The unique identifier of the LLM model
name string
The display name of the LLM model
Notes
- This endpoint does not require any parameters
- Use the
namefield when creating or updating assistants - All available LLM models are returned in a single request
- Different models may have varying capabilities, performance, and cost characteristics