From e62c1b076037225f32d8daa8df46ad0b1c01d1a2 Mon Sep 17 00:00:00 2001 From: anastasiaberyoza Date: Wed, 30 Jul 2025 13:47:05 +0200 Subject: [PATCH 1/4] Add GPT-5 model card --- .spelling | 1 + content/guides/box-ai/ai-models/index.md | 8 +++++ ...openai-gpt-5-reasoning-alpha-model-card.md | 35 +++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 content/guides/box-ai/ai-models/openai-gpt-5-reasoning-alpha-model-card.md diff --git a/.spelling b/.spelling index bd2979b09..d8f3655d3 100644 --- a/.spelling +++ b/.spelling @@ -312,6 +312,7 @@ FIPS OpenAI XCode embeddings +GPT-5 GPT-4 GPT-3 freeform diff --git a/content/guides/box-ai/ai-models/index.md b/content/guides/box-ai/ai-models/index.md index 16e76e0b5..32f6f6243 100644 --- a/content/guides/box-ai/ai-models/index.md +++ b/content/guides/box-ai/ai-models/index.md @@ -70,6 +70,14 @@ Box AI is powered by the following AI models. These models are integrated with B Standard + + A multimodal model with advanced reasoning and long-context understanding. +
+ Chat + Available + Premium +
+
A multimodal model, highly efficient in handling complex, multi-step tasks.
diff --git a/content/guides/box-ai/ai-models/openai-gpt-5-reasoning-alpha-model-card.md b/content/guides/box-ai/ai-models/openai-gpt-5-reasoning-alpha-model-card.md new file mode 100644 index 000000000..d77a243a5 --- /dev/null +++ b/content/guides/box-ai/ai-models/openai-gpt-5-reasoning-alpha-model-card.md @@ -0,0 +1,35 @@ +--- +rank: 3 +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 + +**OpenAI GPT-5** is a multimodal model with advanced reasoning and long-context understanding. + +## Model details + +| Item | Value | Description | +| ----- | ----- | ----------- | +| Model name |**GPT-5**| The name of the model. | +| Model category | **Premium** | The category of the model: Standard or Premium. | +| API model name |`openai__gpt_5_reasoning_alpha`| 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 | **TBD** | The release date for the model. | +| Knowledge cutoff date | **October 2024** | The date after which the model does not get any information updates. | +| Input context window | **1m tokens**| The number of tokens supported by the input context window. | +| Maximum output tokens | **100k 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://openai.com/index/introducing-gpt-4-5/ +[overrides]: g://box-ai/ai-agents/ai-agent-overrides \ No newline at end of file From 7844ac43b8a44916fedb0edd83b7794315a139ac Mon Sep 17 00:00:00 2001 From: anastasiaberyoza Date: Wed, 30 Jul 2025 17:47:08 +0200 Subject: [PATCH 2/4] Fix tile's position in index --- content/guides/box-ai/ai-models/index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/guides/box-ai/ai-models/index.md b/content/guides/box-ai/ai-models/index.md index 32f6f6243..95ca58b40 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 advanced reasoning and long-context understanding. +
+ Chat + Available + Premium +
+
A multimodal model designed to handle lightweight tasks.
@@ -70,14 +78,6 @@ Box AI is powered by the following AI models. These models are integrated with B Standard
- - A multimodal model with advanced reasoning and long-context understanding. -
- Chat - Available - Premium -
-
A multimodal model, highly efficient in handling complex, multi-step tasks.
From 63e6f04ab0cd8934799e66db7942b3bffb6c61fc Mon Sep 17 00:00:00 2001 From: anastasiaberyoza Date: Wed, 30 Jul 2025 17:55:51 +0200 Subject: [PATCH 3/4] Fix lint issue --- .../box-ai/ai-models/openai-gpt-5-reasoning-alpha-model-card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/box-ai/ai-models/openai-gpt-5-reasoning-alpha-model-card.md b/content/guides/box-ai/ai-models/openai-gpt-5-reasoning-alpha-model-card.md index d77a243a5..813e81674 100644 --- a/content/guides/box-ai/ai-models/openai-gpt-5-reasoning-alpha-model-card.md +++ b/content/guides/box-ai/ai-models/openai-gpt-5-reasoning-alpha-model-card.md @@ -7,7 +7,7 @@ related_guides: - box-ai/ai-tutorials/extract-metadata-structured - box-ai/ai-agents/get-agent-default-config --- -# OpenAI GPT-5 +# OpenAI GPT-5 **OpenAI GPT-5** is a multimodal model with advanced reasoning and long-context understanding. From d83df16d13014537e81bdc6a58d724e0ac68bb52 Mon Sep 17 00:00:00 2001 From: anastasiaberyoza Date: Wed, 30 Jul 2025 17:58:22 +0200 Subject: [PATCH 4/4] Add whitespace --- .../ai-models/openai-gpt-5-reasoning-alpha-model-card.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/guides/box-ai/ai-models/openai-gpt-5-reasoning-alpha-model-card.md b/content/guides/box-ai/ai-models/openai-gpt-5-reasoning-alpha-model-card.md index 813e81674..01605ea54 100644 --- a/content/guides/box-ai/ai-models/openai-gpt-5-reasoning-alpha-model-card.md +++ b/content/guides/box-ai/ai-models/openai-gpt-5-reasoning-alpha-model-card.md @@ -15,14 +15,14 @@ related_guides: | Item | Value | Description | | ----- | ----- | ----------- | -| Model name |**GPT-5**| The name of the model. | +| Model name | **GPT-5** | The name of the model. | | Model category | **Premium** | The category of the model: Standard or Premium. | | API model name |`openai__gpt_5_reasoning_alpha`| 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 | **TBD** | The release date for the model. | | Knowledge cutoff date | **October 2024** | The date after which the model does not get any information updates. | -| Input context window | **1m tokens**| The number of tokens supported by the input context window. | +| Input context window | **1m tokens** | The number of tokens supported by the input context window. | | Maximum output tokens | **100k 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.|