Skip to content

Commit 0f868c1

Browse files
Merge pull request #5035 from mrbullwinkle/mrb_05_19_2025_responses_API
[Azure OpenAI] Responses API Update
2 parents 73ee8b4 + 4049a61 commit 0f868c1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 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
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 03/21/2025
8+
ms.date: 05/19/2025
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
ms.custom: references_regions
@@ -54,13 +54,9 @@ Not every model is available in the regions supported by the responses API. Chec
5454

5555
> [!NOTE]
5656
> Not currently supported:
57-
> - Structured outputs
58-
> - image_url pointing to an internet address
5957
> - The web search tool
6058
> - Fine-tuned models
6159
>
62-
> There is also a known issue with vision performance when using the Responses API, particularly with OCR tasks. As a temporary workaround set image detail to `high`. This article will be updated once this issue is resolved and as any additional feature support is added.
63-
6460
6561
### Reference documentation
6662

@@ -606,8 +602,6 @@ print(response.model_dump_json(indent=2))
606602

607603
## Image input
608604

609-
There is a known issue with image url based image input. Currently only base64 encoded images are supported.
610-
611605
### Image url
612606

613607
```python

0 commit comments

Comments
 (0)