You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/function-calling.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,9 @@ At a high level you can break down working with functions into three steps:
40
40
*`gpt-4o` (`2024-11-20`)
41
41
*`gpt-4o-mini` (`2024-07-18`)
42
42
*`gpt-4.5-preview` (`2025-02-27`)
43
-
*`gpt-4.1` (`2025-14-2025`)
44
-
*`gpt-4.1-nano` (`2025-14-2025`)
43
+
*`gpt-4.1` (`2025-04-14`)
44
+
*`gpt-4.1-nano` (`2025-04-14`)
45
+
*`gpt-4.1-mini` (`2025-04-14`)
45
46
46
47
Support for parallel function was first added in API version [`2023-12-01-preview`](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/2023-12-01-preview/inference.json)
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/responses.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ The responses API is currently available in the following regions:
45
45
-`computer-use-preview`
46
46
-`gpt-4.1` (Version: `2025-04-14`)
47
47
-`gpt-4.1-nano` (Version: `2025-04-14`)
48
+
-`gpt-4.1-mini` (Version: `2025-04-14`)
48
49
49
50
Not every model is available in the regions supported by the responses API. Check the [models page](../concepts/models.md) for model region availability.
0 commit comments