GET
/
v1
/
models
List models
curl --request GET \
  --url https://inference.api.nscale.com/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "data": [
    {
      "id": "<string>",
      "object": "<string>",
      "owned_by": "<string>",
      "pricing": {
        "input": 123,
        "output": 123
      },
      "context_length": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Security scheme that accepts Identity JWTs and deprecated API/User keys.

Response

object
string
required
data
Model · object[]
required