AzureOpenAiModels
API Endpoint call for Azure Open AI backend server, GET Models URI
| Parameter | Required | Data type | Details |
|---|---|---|---|
| apiKeySecret | Yes | string | The name of a Kubernetes Secret which holds the Azure OpenAI API Key. The Secret must contain data literal "azureOpenAiApiKey" whose value is the API Key to use for authentication. |
| inputMessage | No | string | The name of a message that will be used to form the request. Defaults to "request". |
| opVersion | Yes | string | The operation version (date YYYY-MM-DD format). |
| outputMessage | No | string | The name of a message that will be used to store the response data from the request. Defaults to "response". |
| resourceId | Yes | string | Part of endpoint of the URL, references your Azure Project Resource. |
| tlsClientProfile | Yes | string | The name of the TlsClientProfile resource to use when connecting to AI endpoint. |