For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Ask AI
Contact us
Join the Discord
Contact us
Join the Discord
API Reference
Models
List Models
Copy page
GET
https://host.com
/
v1
/
models
List Models
Query parameters
before_id
string
Optional
after_id
string
Optional
limit
integer
Optional
Response
This endpoint returns an object.
data
list of objects
List of model objects.
Show 8 properties
has_more
boolean
Whether more models are available.
first_id
string
First model id in page, usable as before_id.
last_id
string
Last model id in page, usable as after_id.
Errors
401
Unauthorized
422
Unprocessable Entity