Skip to content

Commit 65a92b6

Browse files
committed
update
1 parent bbba7b1 commit 65a92b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-foundry/openai/how-to/responses.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's new stateful Responses API.
55
author: mrbullwinkle
66
ms.author: mbullwin
77
manager: nitinme
8-
ms.date: 09/08/2025
8+
ms.date: 09/19/2025
99
ms.service: azure-ai-openai
1010
ms.topic: include
1111
ms.custom:
@@ -762,9 +762,9 @@ Models with vision capabilities support PDF input. PDF files can be provided eit
762762
> [!NOTE]
763763
> - All extracted text and images are put into the model's context. Make sure you understand the pricing and token usage implications of using PDFs as input.
764764
>
765-
> - You can upload up to 100 pages and 32MB of total content in a single request to the API, across multiple file inputs.
765+
> - In a single API request, the size of content uploaded across multiple inputs (files) should be within the model's context length.
766766
>
767-
> - Only models that support both text and image inputs, such as `gpt-4o`, `gpt-4o-mini`, or `o1`, can accept PDF files as input.
767+
> - Only models that support both text and image inputs can accept PDF files as input.
768768
>
769769
> - A `purpose` of `user_data` is currently not supported. As a temporary workaround you will need to set purpose to `assistants`.
770770

0 commit comments

Comments
 (0)