diff --git a/.spelling b/.spelling index 0fabcf95e..e6601448c 100644 --- a/.spelling +++ b/.spelling @@ -366,3 +366,4 @@ add-ons cybersecurity SObject WatsonX +400k diff --git a/content/guides/box-ai/ai-models/azure-openai-gpt-4-1-mini-model-card.md b/content/guides/box-ai/ai-models/azure-openai-gpt-4-1-mini-model-card.md index 7c2ab8494..27ecdf218 100644 --- a/content/guides/box-ai/ai-models/azure-openai-gpt-4-1-mini-model-card.md +++ b/content/guides/box-ai/ai-models/azure-openai-gpt-4-1-mini-model-card.md @@ -1,5 +1,5 @@ --- -rank: 5 +rank: 6 related_guides: - box-ai/ai-tutorials/ask-questions - box-ai/ai-tutorials/generate-text diff --git a/content/guides/box-ai/ai-models/azure-openai-gpt-4-1-model-card.md b/content/guides/box-ai/ai-models/azure-openai-gpt-4-1-model-card.md index b42201350..958915ef0 100644 --- a/content/guides/box-ai/ai-models/azure-openai-gpt-4-1-model-card.md +++ b/content/guides/box-ai/ai-models/azure-openai-gpt-4-1-model-card.md @@ -1,5 +1,5 @@ --- -rank: 4 +rank: 5 related_guides: - box-ai/ai-tutorials/ask-questions - box-ai/ai-tutorials/generate-text diff --git a/content/guides/box-ai/ai-models/azure-openai-gpt-4o-mini-model-card.md b/content/guides/box-ai/ai-models/azure-openai-gpt-4o-mini-model-card.md index cc85acaeb..35f0987d9 100644 --- a/content/guides/box-ai/ai-models/azure-openai-gpt-4o-mini-model-card.md +++ b/content/guides/box-ai/ai-models/azure-openai-gpt-4o-mini-model-card.md @@ -1,5 +1,5 @@ --- -rank: 7 +rank: 8 related_guides: - box-ai/ai-tutorials/ask-questions - box-ai/ai-tutorials/generate-text diff --git a/content/guides/box-ai/ai-models/azure-openai-gpt-4o-model-card.md b/content/guides/box-ai/ai-models/azure-openai-gpt-4o-model-card.md index e97614f2e..24d222598 100644 --- a/content/guides/box-ai/ai-models/azure-openai-gpt-4o-model-card.md +++ b/content/guides/box-ai/ai-models/azure-openai-gpt-4o-model-card.md @@ -1,5 +1,5 @@ --- -rank: 6 +rank: 7 related_guides: - box-ai/ai-tutorials/ask-questions - box-ai/ai-tutorials/generate-text diff --git a/content/guides/box-ai/ai-models/azure-text-embedding-ada-002-model-card.md b/content/guides/box-ai/ai-models/azure-text-embedding-ada-002-model-card.md index 95a6cc332..8d21f08e2 100644 --- a/content/guides/box-ai/ai-models/azure-text-embedding-ada-002-model-card.md +++ b/content/guides/box-ai/ai-models/azure-text-embedding-ada-002-model-card.md @@ -1,5 +1,5 @@ --- -rank: 8 +rank: 9 related_guides: - box-ai/ai-tutorials/ask-questions - box-ai/ai-tutorials/generate-text diff --git a/content/guides/box-ai/ai-models/index.md b/content/guides/box-ai/ai-models/index.md index c2318b343..a11c962fa 100644 --- a/content/guides/box-ai/ai-models/index.md +++ b/content/guides/box-ai/ai-models/index.md @@ -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. + + A multimodal model with enterprise-grade performance and adaptive reasoning. +
+ Chat + Available + Premium +
+
A multimodal model with advanced reasoning and long-context understanding.
@@ -69,7 +77,7 @@ Box AI is powered by the following AI models. These models are integrated with B Available Premium
-
+ A multimodal model designed to handle lightweight tasks.
diff --git a/content/guides/box-ai/ai-models/openai-gpt-5-1-model-card.md b/content/guides/box-ai/ai-models/openai-gpt-5-1-model-card.md new file mode 100644 index 000000000..b7810e8e1 --- /dev/null +++ b/content/guides/box-ai/ai-models/openai-gpt-5-1-model-card.md @@ -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.1 + +**OpenAI GPT-5.1** is a multimodal model designed for coding and agentic tasks with configurable reasoning effort. + +## Model details + +| Item | Value | Description | +| ----- | ----- | ----------- | +| Model name | **GPT-5.1** | The name of the model. | +| Model category | **Premium** | The category of the model: Standard or Premium. | +| 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. | +| Hosting layer | **OpenAI** | The trusted organization that securely hosts LLM. | +| Model provider | **OpenAI** | The organization that provides this model. | +| Release date | **November 13th, 2025** | The release date for the model. | +| Knowledge cutoff date | **September 30th, 2024** | 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 documentation][openai-gpt-5-model]. + +[openai-gpt-5-model]: https://platform.openai.com/docs/models/gpt-5.1 +[overrides]: g://box-ai/ai-agents/ai-agent-overrides \ No newline at end of file diff --git a/content/guides/box-ai/ai-models/openai-gpt-5-model-card.md b/content/guides/box-ai/ai-models/openai-gpt-5-model-card.md index 34836450c..c5cabeefc 100644 --- a/content/guides/box-ai/ai-models/openai-gpt-5-model-card.md +++ b/content/guides/box-ai/ai-models/openai-gpt-5-model-card.md @@ -1,5 +1,5 @@ --- -rank: 2 +rank: 3 related_guides: - box-ai/ai-tutorials/ask-questions - box-ai/ai-tutorials/generate-text diff --git a/content/guides/box-ai/ai-models/openai-gpt-o3-model-card.md b/content/guides/box-ai/ai-models/openai-gpt-o3-model-card.md index a41d8c39a..bbb66ede0 100644 --- a/content/guides/box-ai/ai-models/openai-gpt-o3-model-card.md +++ b/content/guides/box-ai/ai-models/openai-gpt-o3-model-card.md @@ -1,5 +1,5 @@ --- -rank: 3 +rank: 4 related_guides: - box-ai/ai-tutorials/ask-questions - box-ai/ai-tutorials/generate-text