Skip to content

Commit 863e457

Browse files
committed
update
1 parent 930f1da commit 863e457

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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)