---
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.

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/versions/ac3228f980bb/schema)
