/v1/models endpoint returns a list of all models currently available on Boole AI. Use the id field from each model object as the model parameter in /v1/chat/completions, /v1/completions, and other endpoints. The list reflects the current state of the platform and updates automatically as models are added or removed.
Endpoint
Authentication
All requests to this endpoint require anAuthorization header:
Example Request
Example Response
Response Fields
string
The model slug. Pass this value as the
model parameter in API calls, e.g. "llama-3.3-70b-instruct".string
Always
"model".string
The organization that produced the model weights, e.g.
"meta", "alibaba", or "deepseek".The full list of 42 models is returned by the live API. For per-model pricing and capability details, see Models.