Property | Description |
---|---|
Endpoint_URL | The REST API endpoint for Azure OpenAI. You can find this value in the Keys & Endpoint section when examining your resource from the Azure portal. Alternatively, you can find the value in Azure OpenAI Studio > Playground > Code View. |
API_Key | The API key to authenticate Azure OpenAI connection requests. You can find this value in the Keys & Endpoint section when examining your resource from the Azure portal. Alternatively, you can find the value in Azure OpenAI Studio > Playground > Code View. |
API_Version | The service APIs that are versioned using the api-version query parameter. All versions follow the YYYY-MM-DD date format. For example: POST https://<RESOURCE_NAME>.openai.azure.com/openai/deployments/<DEPLOYMENT_NAME>/completions?api-version=2024-06-01 |