Skip to content
Merged
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
Expand Up @@ -20,7 +20,7 @@ related_guides:
| 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. |
| Release date | **August 7th, 2025** | 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.|
Expand All @@ -31,5 +31,5 @@ related_guides:

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/
[openai-gpt-5-model]: https://openai.com/index/introducing-gpt-5/
[overrides]: g://box-ai/ai-agents/ai-agent-overrides
Loading