---
title: "List LLM Configurations"
method: GET
path: "/connected-ai/llm-configurations"
tags: ["Connected AI"]
---

# List LLM Configurations

`GET /connected-ai/llm-configurations`

List the account configured Large Language Models.

## Query parameters

- `fields` string

## Headers

- `X-LC-Tenant` string, required
- `Authorization` string, required

## Response `200`

OK

- ListLlmConfigurationsResponse — A response for the List LLM Configurations endpoint.
  - `itemCount` integer, required — The total item count.
  - `items` LlmConfigurationResponse[], required
    - `id` string, required — The LLM configuraiton identifier.
    - `description` string — The configuration description.
    - `model` string, required — The model name.
    - `type` 'azureOpenAI' | 'awsBedrock', required — The LLM provider type.
    - `isDefault` boolean, required — Flag representing whether the LLM configuration is default.
    - `isActive` boolean, required — Flag representing whether the LLM configuration is active.

## Other responses

- `400` — "invalid": Invalid input in the query parameter mentioned in the "name" field on the error response.
- `401` — The user could not be identified.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
