getModels
Gets the list of supported models for the given vendor.
Format
udclient [global-args...] [global-flags...]
getModels [parameters]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| vendor | string | true | The name of the LLM Vendor. Options for this are returned by the getVendors endpoint. |
| endpoint | string | true | The base URI pointing to the LLM provider API. |
| apiKey | string | true | The API Key provided by the LLM Vendor |
| project | string | false | The project id if exists. |
| organization | string | false | The organization if exists. |
Related REST command: Gets the list of supported models for the given vendor.