GET
/preview/modelList available models
Retrieves a list of available models that can be used with the Conclusion API or the OpenAI compatible API.
conclusionModelbooleanoptional
If set filter the result according to the isConclusionModel field.
200List of available models.
objectstringrequired
Object type identifier - always "list" for models.
dataarray<object>required
401Authentication failed - invalid or missing API key.
statusintegerrequired
HTTP status code.
messagestringoptional
Human-readable error description.
errorsarray<string>optional
List of specific validation errors or details.
429Rate limit exceeded.
statusintegerrequired
HTTP status code.
messagestringoptional
Human-readable error description.
errorsarray<string>optional
List of specific validation errors or details.
Error handling
A 401 is returned: Authentication failed - invalid or missing API key. A 429 is returned: Rate limit exceeded.