Typescript (SDK)
prompts
Get Supported Llm Configs
Get supported LLM configs.
GET
Typescript (SDK)
Documentation Index
Fetch the complete documentation index at: https://docs.syllable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Response
200 - application/json
Successful Response
Display name of the model. This is used for display purposes in the Console UI.
Example:
"GPT-4o"
Whether the LLM config is deprecated and should not be used.
Example:
false
Provider of the LLM model.
Available options:
anthropic, azure_openai, google, openai Example:
"azure_openai"
Name of the model. Must match the deployment name in Azure AI Studio.
Example:
"gpt-4o"
Model version.
Example:
"2024-05-13"
Version of the provider's API.
Example:
"2024-06-01"

