Private Preview - embraceableAI Conclusion
GET/preview/model

List available models

Retrieves a list of available models that can be used with the Conclusion API or the OpenAI compatible API.

1 parameter
conclusionModelbooleanoptional
If set filter the result according to the isConclusionModel field.

3 status codes
200List of available models.
objectstringrequired
Object type identifier - always "list" for models.
Allowed:list
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.