Returns a single model from ShuttleAI
curl --request GET \ --url https://api.shuttleai.com/v1/models/{id}
{ "object": "<string>", "data": [ { "id": "<string>", "object": "<string>", "owned_by": "<string>", "tokens": 123, "cost": 123, "premium": true, "created": 123, "endpoint": "<string>" } ] }
The name of the model
The list of model objects.
Show child attributes