---
title: "List LLM providers"
method: GET
path: "/api/llm/v1/providers"
tags: ["LLM Proxy"]
---

# List LLM providers

`GET /api/llm/v1/providers`

Returns the configured LLM providers (with each provider's default model) and the overall default provider name.

## Response `200`

Available LLM providers.

- ProvidersResponse — Response listing available LLM providers.
  - `default_provider` string, required — The name of the default provider.
  - `providers` ProviderInfo[], required — The available LLM providers.
    - `default` boolean, required — Whether this provider is the default.
    - `model` string, required — The default model for this provider.
    - `name` string, required — The provider identifier.

## Other responses

- `401` — Missing or invalid authentication token.
- `403` — Insufficient permissions.

## Changes

- **2026-07-30** `6912d69b744f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pgedge/apis/pgedge-postgres-mcp-server-api/changes/api/llm/v1/providers/get.md)

---

[API](https://skmtc.dev/pgedge/apis/pgedge-postgres-mcp-server-api.md) · [All operations](https://skmtc.dev/pgedge/apis/pgedge-postgres-mcp-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pgedge/pgedge-postgres-mcp-server-api/revisions/6084bab46b1e/schema)
