We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7728b4d + 05083b9 commit dd37764Copy full SHA for dd37764
articles/ai-services/openai/includes/api-surface.md
@@ -38,5 +38,5 @@ Azure OpenAI provides two methods for authentication. You can use either API Ke
38
The service APIs are versioned using the ```api-version``` query parameter. All versions follow the YYYY-MM-DD date structure. For example:
39
40
```http
41
-POST https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/completions?api-version=2024-06-01
+POST https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/chat/completions?api-version=2024-06-01
42
```
0 commit comments