API
cURL
curl --request GET \ --url https://{defaultHost}/models \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "claude-3-5-sonnet", "object": "model", "created": 1686935002, "owned_by": "Celestial Farming Corp" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ok
A paginated-style list wrapper that mirrors OpenAI's style. The top-level object is a fixed string of "list", and data contains Model items.
object
"list"
data
Fixed discriminator for list payloads.
list
The returned models.
Show child attributes
Unique model identifier.
"claude-3-5-sonnet"
Object type. Always model.
model
"model"
Creation time (seconds since epoch).
1686935002
Owning org or vendor.
"Celestial Farming Corp"