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..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.
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..01605ea54 --- /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