cURL
curl --request GET \ --url https://api.shuttleai.com/v1/models
[ { "object": "<string>", "data": [ { "id": "<string>", "object": "<string>", "owned_by": "<string>", "tokens": 123, "cost": 123, "premium": true, "created": 123, "endpoint": "<string>" } ] } ]
Returns all models from ShuttleAI
Filters the models by the endpoints, (e.g /v1/images/generations)
The format of the response > Valid options: names, premium, free.
names
premium
free
Model response
The response is of type object[].
object[]