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.
1 parent 60816bd commit 98d5cfaCopy full SHA for 98d5cfa
articles/ai-foundry/model-inference/includes/code-create-chat-completion.md
@@ -78,7 +78,7 @@ __Request__
78
79
```HTTP/1.1
80
POST https://<resource>.services.ai.azure.com/models/chat/completions?api-version=2024-05-01-preview
81
-Authorization: Bearer <bearer-token>
+api-key: <api-key>
82
Content-Type: application/json
83
```
84
@@ -98,4 +98,4 @@ Content-Type: application/json
98
}
99
100
101
----
+---
0 commit comments