---
title: "Get LLM provider catalog entry"
method: GET
path: "/v1/llm-provider-catalog/{providerId}"
tags: ["LLM Providers"]
---

# Get LLM provider catalog entry

`GET /v1/llm-provider-catalog/{providerId}`

Returns the full models.dev catalog record for one provider, including its config template and model list.

## Path parameters

- `providerId` string, required

## Response `200`

Provider catalog entry returned successfully.

- LlmProviderCatalogResponse
  - `provider` object, required

## Other responses

- `400` — The provider catalog path parameters were invalid.
- `401` — The caller must be signed in to inspect provider catalog entries.
- `404` — The requested provider catalog entry could not be found.
- `502` — The external provider catalog was unavailable.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/55ba7d5c7a7b/schema)
