---
title: "List AI Gateway Model Providers"
method: GET
path: "/v1/ai-gateways/{gatewayId}/model-providers"
tags: ["AI Gateway Model Providers"]
---

# List AI Gateway Model Providers

`GET /v1/ai-gateways/{gatewayId}/model-providers`

**Pre-release Endpoint**
This endpoint is currently in beta and is subject to change.

Returns a list of model providers configured for the AI Gateway.

## Query parameters

- `page[size]` integer
- `page[after]` string

## Response `200`

A paginated list of AI Gateway Model Providers.

- object
  - `data` AIGatewayModelProvider[], required
    - union — **Pre-release Feature** This feature is currently in beta and is subject to change.
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'anthropic', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change. Config for Azure model provider.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'azure', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required
          - `auth` union, required
            - AIGatewayModelProviderConfigAuthBasic — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
              - …
            - AIGatewayModelProviderConfigAuthAzure — **Pre-release Feature** This feature is currently in beta and is subject to change. Configuration for Azure model provider.
              - …
          - `service` 'azure-openai' | 'azure-foundry' — Selects the Azure backend for this provider instance. Use `azure-openai` for Azure OpenAI deployments or `azure-foundry` for Azure AI Foundry.
          - `instance` string — The Azure OpenAI instance name. Required when `service` is `azure-openai`.
          - `foundry` object — Endpoint configuration for Azure AI Foundry hosted models. Required when `service` is `azure-foundry`.
            - `resource` string, required — The Azure AI Foundry resource name.
            - `domain` string — The domain for Azure AI Foundry hosted models.
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change. Config for AWS model provider.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'bedrock', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required
          - `auth` union, required
            - AIGatewayModelProviderConfigAuthBasic — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
              - …
            - AIGatewayModelProviderConfigAuthAWS — **Pre-release Feature** This feature is currently in beta and is subject to change. Configuration for AWS model provider.
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'cerebras', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'cohere', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'dashscope', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'databricks', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'deepseek', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change. Config for GCP model provider.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'gemini', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required
          - `auth` union, required
            - AIGatewayModelProviderConfigAuthBasic — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
              - …
            - AIGatewayModelProviderConfigAuthGCP — **Pre-release Feature** This feature is currently in beta and is subject to change. Configuration for GCP model provider.
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'huggingface', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'kimi', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'llama2', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'mistral', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'ollama', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'openai', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'vercel', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'vllm', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'xai', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — Configuration for the model provider.
          - `auth` AIGatewayModelProviderConfigAuthBasic, required — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
            - `type` 'basic', required
            - `headers` object[]
              - …
            - `params` object[]
              - …
      - object — **Pre-release Feature** This feature is currently in beta and is subject to change. Config for Sagemaker model provider.
        - `id` string, uuid, required — Contains a unique identifier used for this resource.
        - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
        - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
        - `type` 'sagemaker', required
        - `display_name` string, required — The display name for this model provider instance.
        - `name` string, required — Identifier for an AI Gateway entity. In some cases, this may be the entity name or ID.
        - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
        - `managed_by` ManagedBy — Stores information about what manages this entity, such as the tool or system responsible for its lifecycle (for example, `terraform`). Keys must be 1–63 characters long and start with an alphanumeric character.
        - `config` object, required — **Pre-release Feature** This feature is currently in beta and is subject to change.
          - `auth` union, required
            - AIGatewayModelProviderConfigAuthBasic — **Pre-release Feature** This feature is currently in beta and is subject to change. Basic auth config for an upstream model provider.
              - …
            - AIGatewayModelProviderConfigAuthSagemaker — **Pre-release Feature** This feature is currently in beta and is subject to change. Auth configuration for Sagemaker model provider.
              - …
  - `meta` CursorMeta, required — Pagination metadata.
    - `page` CursorMetaPage, required
      - `first` string, path — URI to the first page
      - `last` string, path — URI to the last page
      - `next` string, path, nullable, required — URI to the next page
      - `previous` string, path, nullable, required — URI to the previous page
      - `size` number, required — Requested page size

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/b576ea92fca2/schema)
