---
title: "Get Supported Llm Configs"
method: GET
path: "/api/v1/prompts/llms/supported"
tags: ["prompts"]
---

# Get Supported Llm Configs

`GET /api/v1/prompts/llms/supported`

Get supported LLM configs.

## Response `200`

Successful Response

- SupportedLlm[]
  - `provider` 'anthropic' | 'azure_openai' | 'google' | 'openai' — LLM API provider.
  - `model` string — Name of the model. Must match the deployment name in Azure AI Studio.
  - `display_name` string, required — Display name of the model. This is used for display purposes in the Console UI.
  - `version` string, nullable — Deprecated model version retained for backward compatibility.
  - `api_version` string, nullable — Version of the provider's API.
  - `deprecated` boolean, required — Whether the LLM config is deprecated and should not be used.

## Changes

- **2026-08-20** `cfeaccd32798` — 5 warning, 1 info
  - deleted the `query` request parameter `selected_model`
  - removed the optional property `items/fallback` from the response with the `200` status
  - removed the optional property `items/removed` from the response with the `200` status
  - removed the optional property `items/status` from the response with the `200` status
  - …2 more
- **2026-08-19** `491d87388d41` — 6 info
  - added the new optional `query` request parameter `selected_model`
  - added the non-success response with the status `422`
  - added the optional property `items/fallback` to the response with the `200` status
  - added the optional property `items/removed` to the response with the `200` status
  - …2 more
- **2026-07-10** `b8c8571a4635` — 1 info
  - response property `items/version` deprecated

[Change history](https://skmtc.dev/asksyllable/apis/syllablesdk/changes/api/v1/prompts/llms/supported/get.md)

---

[API](https://skmtc.dev/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.dev/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/revisions/cfeaccd32798/schema)
