A multimodal model, highly efficient in handling complex, multi-step tasks.
diff --git a/content/guides/box-ai/ai-models/openai-gpt-5-mini-model-card.md b/content/guides/box-ai/ai-models/openai-gpt-5-mini-model-card.md
new file mode 100644
index 000000000..da7acce12
--- /dev/null
+++ b/content/guides/box-ai/ai-models/openai-gpt-5-mini-model-card.md
@@ -0,0 +1,35 @@
+---
+rank: 4
+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 mini
+
+**OpenAI GPT-5 mini** is a faster, more cost-efficient version of GPT-5 ideal for well-defined tasks and precise prompts.
+
+## Model details
+
+| Item | Value | Description |
+| ----- | ----- | ----------- |
+| Model name | **GPT-5 mini** | The name of the model. |
+| Model category | **Standard** | The category of the model: Standard or Premium. |
+| API model name |`openai__gpt_5_mini`| 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 | **August 7th, 2025** | The release date for the model. |
+| Knowledge cutoff date | **May 31st, 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 mini documentation][openai-gpt-5-mini-model].
+
+[openai-gpt-5-mini-model]: https://platform.openai.com/docs/models/gpt-5-mini
+[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-o3-model-card.md b/content/guides/box-ai/ai-models/openai-gpt-o3-model-card.md
index bbb66ede0..ae8438c7b 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: 4
+rank: 5
related_guides:
- box-ai/ai-tutorials/ask-questions
- box-ai/ai-tutorials/generate-text