---
title: "List Admin Llm Providers"
method: GET
path: "/api/admin/config/llm/providers"
tags: ["admin"]
---

# List Admin Llm Providers

`GET /api/admin/config/llm/providers`

List all known LLM providers known to any-llm.

## Response `200`

Successful Response

- AdminLLMProvidersResponse
  - `providers` AdminLLMProvider[], required
    - `name` string, required
    - `local` boolean, required

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/0e52fe5f8d33/schema)
