Skip to content

Commit aadbb59

Browse files
Merge branch 'DDOC-1454-Add-GPT-5-1' of github.com:box/developer.box.com into staging
2 parents 8dbbd9f + b068ccb commit aadbb59

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

.spelling

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,3 +369,4 @@ add-ons
369369
cybersecurity
370370
SObject
371371
WatsonX
372+
400k

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

0 commit comments

Comments
 (0)