Skip to content

Commit 25fd7be

Browse files
Merge pull request #283749 from mrbullwinkle/mrb_08_06_2024_custom_headers
[Azure OpenAI] Custom headers
2 parents d9361f5 + 373e6ab commit 25fd7be

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/ai-services/openai/faq.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
manager: nitinme
88
ms.service: azure-ai-openai
99
ms.topic: faq
10-
ms.date: 06/12/2024
10+
ms.date: 08/06/2024
1111
ms.author: mbullwin
1212
author: mrbullwinkle
1313
title: Azure OpenAI Service frequently asked questions
@@ -22,6 +22,10 @@ sections:
2222
Azure OpenAI doesn't use customer data to retrain models. For more information, see the [Azure OpenAI data, privacy, and security guide](/legal/cognitive-services/openai/data-privacy?context=/azure/ai-services/openai/context/context).
2323
- name: General
2424
questions:
25+
- question: |
26+
Does Azure OpenAI support custom API headers? We append additional custom headers to our API requests and are seeing failures occur.
27+
answer: |
28+
Azure OpenAI currently only supports a maximum of 10 custom API headers.
2529
- question: |
2630
Does Azure OpenAI work with the latest Python library released by OpenAI (version>=1.0)?
2731
answer: |

articles/ai-services/openai/quotas-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following sections provide you with a quick guide to the default quotas and
4848
| Assistants token limit | 2,000,000 token limit |
4949
| GPT-4o max images per request (# of images in the messages array/conversation history) | 10 |
5050
| GPT-4 `vision-preview` & GPT-4 `turbo-2024-04-09` default max tokens | 16 <br><br> Increase the `max_tokens` parameter value to avoid truncated responses. GPT-4o max tokens defaults to 4096. |
51-
| Max number of customer headers in API requests | 10 |
51+
| Max number of custom headers in API requests | 10 |
5252

5353
## Regional quota limits
5454

0 commit comments

Comments
 (0)