GET
/
v1
/
models
/
{id}
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>"
    }
  ]
}

Path Parameters

id
string
required

Response

200 - application/json
Model response
object
string

The name of the model

data
object[]

The list of model objects.