---
title: "Get Llm Models"
method: GET
path: "/v1/inheritable-settings/llm-models"
tags: ["inheritable-settings"]
---

# Get Llm Models

`GET /v1/inheritable-settings/llm-models`

Catalog of available LLMs across configured providers, callable by
any org member. Mirrors GET /v1/admin/system/available-models so the
InheritableField model_ref picker can render real providers + models
on the org/template Advanced Settings panels without admin auth.

Returns a flat list of {provider, model, name, vision} entries.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
