Skip to content

Commit fdb8627

Browse files
committed
update
1 parent 3826ba9 commit fdb8627

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ At a high level you can break down working with functions into three steps:
4343
* `gpt-4.1` (`2025-04-14`)
4444
* `gpt-4.1-nano` (`2025-04-14`)
4545
* `gpt-4.1-mini` (`2025-04-14`)
46-
* `o4-mini` (`2025-04-16`)
47-
* `o3` (`2025-04-16`)
4846

4947
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)
5048

5149
### Basic function calling with tools
5250

5351
* All the models that support parallel function calling
52+
* `o4-mini` (`2025-04-16`)
53+
* `o3` (`2025-04-16`)
5454
* `o3-mini` (`2025-01-31`)
5555
* `o1` (`2024-12-17`)
5656
* `gpt-4` (`0613`)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solv
4848
| Chat Completions API |||||||
4949
| Responses API ||| - | - | - | - |
5050
| Functions/Tools ||||| - | - |
51-
| Parallel Tool Calls | | | - | - | - | - |
51+
| Parallel Tool Calls | - | - | - | - | - | - |
5252
| `max_completion_tokens`<sup>*</sup> |||||||
5353
| System Messages<sup>**</sup> ||||| - | - |
5454
| [Reasoning summary](#reasoning-summary) <sup>***</sup> ||| - | - | - | - |

0 commit comments

Comments
 (0)