---
title: "Get Admin Llm Config"
method: GET
path: "/api/admin/config/llm"
tags: ["admin"]
---

# Get Admin Llm Config

`GET /api/admin/config/llm`

Return the global default LLM provider/model used when a user has no override.

## Response `200`

Successful Response

- AdminLLMConfigResponse — Global default LLM (used when a user has no per-user override).
  - `llm_provider` string, required
  - `llm_model` string, required
  - `llm_api_base` string, nullable

## Changes

- **2026-08-14** `e202091512bc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/admin/config/llm/get.md)

---

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