Skip to content

Commit fde8963

Browse files
Add GPT-5.1 model card (#862)
* Add GPT-5.1 * Fix spelling * Fix page ranking
1 parent 07c35ae commit fde8963

10 files changed

+52
-8
lines changed

.spelling

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,3 +366,4 @@ add-ons
366366
cybersecurity
367367
SObject
368368
WatsonX
369+
400k

content/guides/box-ai/ai-models/azure-openai-gpt-4-1-mini-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
rank: 5
2+
rank: 6
33
related_guides:
44
- box-ai/ai-tutorials/ask-questions
55
- box-ai/ai-tutorials/generate-text

content/guides/box-ai/ai-models/azure-openai-gpt-4-1-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
rank: 4
2+
rank: 5
33
related_guides:
44
- box-ai/ai-tutorials/ask-questions
55
- box-ai/ai-tutorials/generate-text

content/guides/box-ai/ai-models/azure-openai-gpt-4o-mini-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
rank: 7
2+
rank: 8
33
related_guides:
44
- box-ai/ai-tutorials/ask-questions
55
- box-ai/ai-tutorials/generate-text

content/guides/box-ai/ai-models/azure-openai-gpt-4o-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
rank: 6
2+
rank: 7
33
related_guides:
44
- box-ai/ai-tutorials/ask-questions
55
- box-ai/ai-tutorials/generate-text

content/guides/box-ai/ai-models/azure-text-embedding-ada-002-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
rank: 8
2+
rank: 9
33
related_guides:
44
- box-ai/ai-tutorials/ask-questions
55
- box-ai/ai-tutorials/generate-text

content/guides/box-ai/ai-models/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ Models offered in **Beta** mode have not been fully performance-tested at scale
5959
Box AI is powered by the following AI models. These models are integrated with Box AI to facilitate various use cases while adhering to enterprise grade standards. Below, you’ll find information about each model, including its capabilities, intended applications, and applicable usage guidelines.
6060

6161
<TileGrid rows="2">
62+
<Tile type="gpt" title="openai__gpt_5_1" href="/guides/box-ai/ai-models/openai-gpt-5-1-model-card">
63+
A multimodal model with enterprise-grade performance and adaptive reasoning.
64+
<div>
65+
<strong style="background-color: #e8e8e8">Chat</strong>
66+
<strong style="background-color: #e1ffe7">Available</strong>
67+
<strong style="background-color: #f8d59b">Premium</strong>
68+
</div>
69+
</Tile>
6270
<Tile type="gpt" title="openai__gpt_5" href="/guides/box-ai/ai-models/openai-gpt-5-model-card">
6371
A multimodal model with advanced reasoning and long-context understanding.
6472
<div>
@@ -69,7 +77,7 @@ Box AI is powered by the following AI models. These models are integrated with B
6977
<strong style="background-color: #e1ffe7">Available</strong>
7078
<strong style="background-color: #f8d59b">Premium</strong>
7179
</div>
72-
</Tile>
80+
</Tile>
7381
<Tile type="gpt" title="azure__openai__gpt_4_1_mini" href="/guides/box-ai/ai-models/azure-openai-gpt-4-1-mini-model-card">
7482
A multimodal model designed to handle lightweight tasks.
7583
<div>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
rank: 2
3+
related_guides:
4+
- box-ai/ai-tutorials/ask-questions
5+
- box-ai/ai-tutorials/generate-text
6+
- box-ai/ai-tutorials/extract-metadata
7+
- box-ai/ai-tutorials/extract-metadata-structured
8+
- box-ai/ai-agents/get-agent-default-config
9+
---
10+
# OpenAI GPT-5.1
11+
12+
**OpenAI GPT-5.1** is a multimodal model designed for coding and agentic tasks with configurable reasoning effort.
13+
14+
## Model details
15+
16+
| Item | Value | Description |
17+
| ----- | ----- | ----------- |
18+
| Model name | **GPT-5.1** | The name of the model. |
19+
| Model category | **Premium** | The category of the model: Standard or Premium. |
20+
| API model name |`openai__gpt_5_1`| The name of the model that is used in the [Box AI API for model overrides][overrides]. The user must provide this exact name for the API to work. |
21+
| Hosting layer | **OpenAI** | The trusted organization that securely hosts LLM. |
22+
| Model provider | **OpenAI** | The organization that provides this model. |
23+
| Release date | **November 13th, 2025** | The release date for the model. |
24+
| Knowledge cutoff date | **September 30th, 2024** | The date after which the model does not get any information updates. |
25+
| Input context window | **400k tokens** | The number of tokens supported by the input context window. |
26+
| Maximum output tokens | **128k tokens** | The number of tokens that can be generated by the model in a single request.|
27+
| Empirical throughput| **Not specified** | The number of tokens the model can generate per second. |
28+
| Open source | **No** | Specifies if the model's code is available for public use.|
29+
30+
## Additional documentation
31+
32+
For additional information, see [official OpenAI GPT-5 documentation][openai-gpt-5-model].
33+
34+
[openai-gpt-5-model]: https://platform.openai.com/docs/models/gpt-5.1
35+
[overrides]: g://box-ai/ai-agents/ai-agent-overrides

content/guides/box-ai/ai-models/openai-gpt-5-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
rank: 2
2+
rank: 3
33
related_guides:
44
- box-ai/ai-tutorials/ask-questions
55
- box-ai/ai-tutorials/generate-text

content/guides/box-ai/ai-models/openai-gpt-o3-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
rank: 3
2+
rank: 4
33
related_guides:
44
- box-ai/ai-tutorials/ask-questions
55
- box-ai/ai-tutorials/generate-text

0 commit comments

Comments
 (0)