Skip to content

Commit 05dc370

Browse files
committed
update
1 parent e54b4ae commit 05dc370

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ At a high level you can break down working with functions into three steps:
4040
* `gpt-4o` (`2024-11-20`)
4141
* `gpt-4o-mini` (`2024-07-18`)
4242
* `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`)
4546

4647
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)
4748

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The responses API is currently available in the following regions:
4545
- `computer-use-preview`
4646
- `gpt-4.1` (Version: `2025-04-14`)
4747
- `gpt-4.1-nano` (Version: `2025-04-14`)
48+
- `gpt-4.1-mini` (Version: `2025-04-14`)
4849

4950
Not every model is available in the regions supported by the responses API. Check the [models page](../concepts/models.md) for model region availability.
5051

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Structured outputs make a model follow a [JSON Schema](https://json-schema.org/o
3232
- `gpt-4o` version: `2024-08-06`
3333
- `gpt-4o` version: `2024-11-20`
3434
- `gpt-4.1` version `2025-04-14`
35-
- `gpt-4.1-nano` version (`2025-14-2025`)
35+
- `gpt-4.1-nano` version `2025-04-14`
36+
- `gpt-4.1-mini` version: `2025-04-14`
3637

3738
## API support
3839

articles/ai-services/openai/quotas-limits.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ The following sections provide you with a quick guide to the default quotas and
6868
| `gpt-4.1` (2025-04-14) | Default | 1 M | 1 K |
6969
| `gpt-4.1-nano` (2025-04-14) | Enterprise Tier | 5 M | 5 K |
7070
| `gpt-4.1-nano` (2025-04-14) | Default | 1 M | 1 K |
71+
| `gpt-4.1-mini` (2025-04-14) | Enterprise Tier | 5 M | 5 K |
72+
| `gpt-4.1-mini` (2025-04-14) | Default | 1 M | 1 K |
7173

7274

7375
## computer-use-preview global standard

0 commit comments

Comments
 (0)