Get Supported Llm Configs
Get supported LLM configs.
Each config's status is resolved against the current date. Retired models are omitted unless they match selected_model, so a saved config still referencing a retired model can render it as a locked field.
Query parameters
Response
Successful Response
Example response
[
{
"model": "gpt-4o",
"display_name": "GPT-4o",
"version": "2024-05-13",
"api_version": "2024-06-01"
}
]Changes
Changed in 4 of the 97 revisions of this API.514
- ○
added the new optional
queryrequest parameterselected_modelnew-optional-request-parameter
- ○
added the non-success response with the status
422response-non-success-status-added
- ○
added the optional property
items/fallbackto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/removedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/statusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/sunset_dateto the response with the200statusresponse-optional-property-added
- ○
- ●
deleted the
queryrequest parameterselected_modelrequest-parameter-removed
- ●
removed the optional property
items/fallbackfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/removedfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/statusfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/sunset_datefrom the response with the200statusresponse-optional-property-removed
- ○
removed the non-success response with the status
422response-non-success-status-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the new optional
queryrequest parameterselected_modelnew-optional-request-parameter
- ○
added the non-success response with the status
422response-non-success-status-added
- ○
added the optional property
items/fallbackto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/removedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/statusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/sunset_dateto the response with the200statusresponse-optional-property-added
- ○
- ○
response property
items/versiondeprecatedresponse-property-deprecated
- ○
Of the 97 revisions, 1 has no diff computed.