Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
rank: 7
rank: 8
related_guides:
- box-ai/ai-tutorials/ask-questions
- box-ai/ai-tutorials/generate-text
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
rank: 6
rank: 7
related_guides:
- box-ai/ai-tutorials/ask-questions
- box-ai/ai-tutorials/generate-text
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
rank: 9
rank: 10
related_guides:
- box-ai/ai-tutorials/ask-questions
- box-ai/ai-tutorials/generate-text
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
rank: 8
rank: 9
related_guides:
- box-ai/ai-tutorials/ask-questions
- box-ai/ai-tutorials/generate-text
Expand Down
8 changes: 8 additions & 0 deletions content/guides/box-ai/ai-models/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ Models offered in **Beta** mode have not been fully performance-tested at scale
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.

<TileGrid rows="2">
<Tile type="gpt" title="openai__gpt_5_2" href="/guides/box-ai/ai-models/openai-gpt-5-2-model-card">
A multimodal model for coding and agentic tasks across industries.
<div>
<strong style="background-color: #e8e8e8">Chat</strong>
<strong style="background-color: #e1ffe7">Available</strong>
<strong style="background-color: #f8d59b">Premium</strong>
</div>
</Tile>
<Tile type="gpt" title="openai__gpt_5_1" href="/guides/box-ai/ai-models/openai-gpt-5-1-model-card">
A multimodal model with enterprise-grade performance and adaptive reasoning.
<div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
rank: 2
rank: 3
related_guides:
- box-ai/ai-tutorials/ask-questions
- box-ai/ai-tutorials/generate-text
Expand Down
35 changes: 35 additions & 0 deletions content/guides/box-ai/ai-models/openai-gpt-5-2-model-card.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
rank: 2
related_guides:
- box-ai/ai-tutorials/ask-questions
- box-ai/ai-tutorials/generate-text
- box-ai/ai-tutorials/extract-metadata
- box-ai/ai-tutorials/extract-metadata-structured
- box-ai/ai-agents/get-agent-default-config
---
# OpenAI GPT-5.2

**OpenAI GPT-5.2** is a multimodal model designed for complex tasks that require broad world knowledge.

## Model details

| Item | Value | Description |
| ----- | ----- | ----------- |
| Model name | **GPT-5.2** | The name of the model. |
| Model category | **Premium** | The category of the model: Standard or Premium. |
| API model name |`openai__gpt_5_2`| 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. |
| Hosting layer | **OpenAI** | The trusted organization that securely hosts LLM. |
| Model provider | **OpenAI** | The organization that provides this model. |
| Release date | **December 11th, 2025** | The release date for the model. |
| Knowledge cutoff date | **August 31st, 2025** | The date after which the model does not get any information updates. |
| Input context window | **400k tokens** | The number of tokens supported by the input context window. |
| Maximum output tokens | **128k tokens** | The number of tokens that can be generated by the model in a single request.|
| Empirical throughput| **Not specified** | The number of tokens the model can generate per second. |
| Open source | **No** | Specifies if the model's code is available for public use.|

## Additional documentation

For additional information, see [official OpenAI GPT-5.2 documentation][openai-gpt-5-model].

[openai-gpt-5-model]: https://platform.openai.com/docs/models/gpt-5.2
[overrides]: g://box-ai/ai-agents/ai-agent-overrides
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
rank: 4
rank: 5
related_guides:
- box-ai/ai-tutorials/ask-questions
- box-ai/ai-tutorials/generate-text
Expand Down
2 changes: 1 addition & 1 deletion content/guides/box-ai/ai-models/openai-gpt-5-model-card.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
rank: 3
rank: 4
related_guides:
- box-ai/ai-tutorials/ask-questions
- box-ai/ai-tutorials/generate-text
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
rank: 5
rank: 6
related_guides:
- box-ai/ai-tutorials/ask-questions
- box-ai/ai-tutorials/generate-text
Expand Down
Loading