Skip to main content
GET
/
provider-connections
/
{id}
/
models
Error
A valid request URL is required to generate request examples
{
  "models": [
    {
      "id": "<string>",
      "display_name": "<string>",
      "detected_type": "chat",
      "capabilities": [
        "<string>"
      ]
    }
  ],
  "provider": "<string>",
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Provider model list (may include error field on failure)

models
object[]
provider
string
error
string

Error message if model listing failed