Skip to main content
GET
/
v1
/
models
List available models
curl --request GET \
  --url https://api.pyai.com/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer pyai_live_... (or pyai_test_...).

Response

200 - application/json

Model catalog

object
string
Example:

"list"

data
object[]