Skip to content

Commit c230e9e

Browse files
Merge pull request #3754 from mrbullwinkle/mrb_03_26_2025_updates
[Azure OpenAI] Small clarifications
2 parents 5aff147 + 6a9bd89 commit c230e9e

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,21 @@ The responses API is currently available in the following regions:
4040

4141
### Model support
4242

43-
- `gpt-4o`
44-
- `gpt-4o-mini`
43+
- `gpt-4o` (Versions: `2024-11-20`, `2024-08-06`, `2024-05-13`)
44+
- `gpt-4o-mini` (Versions: `2024-07-18`)
4545
- `computer-use-preview`
4646

47+
Not every model is available in the regions supported by the responses API. Check the [models page](../concepts/models.md) for model region availability.
48+
4749
> [!NOTE]
48-
> The responses API does not currently support:
50+
> Not currently supported:
4951
> - Structured outputs
5052
> - tool_choice
51-
> - image_url pointing to an internet address
52-
>
53-
> 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`. Once this issue is fixed and support is added for the previously listed features, this article will be updated.
53+
> - image_url pointing to an internet address
54+
> - The web search tool is also not supported, and is not part of the `2025-03-01-preview` API.
55+
>
56+
> 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.
57+
5458

5559
### Reference documentation
5660

@@ -568,6 +572,8 @@ print(response.model_dump_json(indent=2))
568572

569573
## Image input
570574

575+
There is a known issue with image url based image input. Currently only base64 encoded images are supported.
576+
571577
### Image url
572578

573579
```python

0 commit comments

Comments
 (0)