Konnect AI Manager (0.0.0)

Download OpenAPI specification:Download

Internal API for managing Kong AI Manager resources.

AI Manager Models

A composite object that conceptually represents the concept of an AI Model. The object contains a service object and a plugin object defined on that service. The service object represents the LLM endpoint and the plugin object represents the configuration of the LLM endpoint. The plugin will be one of: ai-proxy or ai-proxy-advanced.

Get AI Manager Models, a composite object containing a plugin and service that represent an LLM integration.

Returns a list of composite objects representing ai-manager-models for the organization ID represented in the JWT claim.

Authorizations:
konnectAccessToken
query Parameters
page[size]
integer
Example: page[size]=10

The maximum number of items to include per page. The last page of a collection may include fewer items.

page[after]
string
Example: page[after]=ewogICJpZCI6ICJoZWxsbyB3b3JsZCIKfQ

Request the next page of data, starting with the item after this parameter.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "page": {
    }
}