Skip to main content
GET
/
models
List models
curl --request GET \
  --url https://api.adaline.ai/v2/models \
  --header 'Authorization: Bearer <token>'
{
  "models": [
    {
      "id": "<string>",
      "providerId": "<string>",
      "provider": "<string>",
      "model": "<string>",
      "enabled": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Workspace API key. Pass as Authorization: Bearer <key>.

Query Parameters

providerId
string

Unique identifier for an entity, between 20 and 80 characters.

Required string length: 20 - 80

Response

Models retrieved.

models
object[]
required