Skip to content

Commit d83a688

Browse files
committed
update
1 parent 935716d commit d83a688

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ At a high level you can break down working with functions into three steps:
3939
* `gpt-4o` (`2024-08-06`)
4040
* `gpt-4o` (`2024-11-20`)
4141
* `gpt-4o-mini` (`2024-07-18`)
42-
* `gpt-4.5-preview` (`2025-02-27`)
4342
* `gpt-4.1` (`2025-04-14`)
4443
* `gpt-4.1-mini` (`2025-04-14`)
4544

@@ -55,10 +54,6 @@ Support for parallel function was first added in API version [`2023-12-01-previe
5554
* `gpt-4.1-nano` (`2025-04-14`)
5655
* `o3-mini` (`2025-01-31`)
5756
* `o1` (`2024-12-17`)
58-
* `gpt-4` (`0613`)
59-
* `gpt-4-32k` (`0613`)
60-
* `gpt-35-turbo-16k` (`0613`)
61-
* `gpt-35-turbo` (`0613`)
6257

6358
> [!NOTE]
6459
> The `tool_choice` parameter is now supported with `o3-mini` and `o1`. For more information on what parameters are supported with the o-series models see, the [reasoning models guide](./reasoning.md).

articles/ai-foundry/openai/how-to/structured-outputs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Structured outputs make a model follow a [JSON Schema](https://json-schema.org/o
2727

2828
- `codex-mini` version `2025-05-16`
2929
- `o3-pro` version `2025-06-10`
30-
- `gpt-4.5-preview` version `2025-02-27`
3130
- `o3-mini` version `2025-01-31`
3231
- `o1` version: `2024-12-17`
3332
- `gpt-4o-mini` version: `2024-07-18`

0 commit comments

Comments
 (0)