prompts
Get Supported Llm Configs
Get supported LLM configs.
GET
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:
azure_openai
, google
, 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"