Skip to content

Commit 90f6f2a

Browse files
authored
Update function-calling.md
1 parent 282d9f6 commit 90f6f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/how-to/function-calling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ At a high level you can break down working with functions into three steps:
4141
* `gpt-4o-mini` (`2024-07-18`)
4242
* `gpt-4.5-preview` (`2025-02-27`)
4343
* `gpt-4.1` (`2025-04-14`)
44-
* `gpt-4.1-nano` (`2025-04-14`)
4544
* `gpt-4.1-mini` (`2025-04-14`)
4645

4746
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)
@@ -51,6 +50,7 @@ Support for parallel function was first added in API version [`2023-12-01-previe
5150
* All the models that support parallel function calling
5251
* `o4-mini` (`2025-04-16`)
5352
* `o3` (`2025-04-16`)
53+
* `gpt-4.1-nano` (`2025-04-14`)
5454
* `o3-mini` (`2025-01-31`)
5555
* `o1` (`2024-12-17`)
5656
* `gpt-4` (`0613`)

0 commit comments

Comments
 (0)