diff --git a/content/guides/box-ai/ai-models/google-gemini-3-pro-model-card.md b/content/guides/box-ai/ai-models/google-gemini-3-pro-model-card.md
new file mode 100644
index 000000000..f7205f3d8
--- /dev/null
+++ b/content/guides/box-ai/ai-models/google-gemini-3-pro-model-card.md
@@ -0,0 +1,36 @@
+---
+rank: 13
+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
+---
+
+# Google Gemini 3 Pro
+
+**Google Gemini 3 Pro** is a natively multimodal model for complex tasks, which can comprehend vast datasets and solve challenging problems by processing different information sources, including text, audio, images, video, and entire code repositories.
+
+## Model details
+
+| Item | Value | Description |
+|-----------|----------|----------|
+| Model name | **Google Gemini 3 Pro** | The name of the model. |
+| Model category | **Premium** | The category of the model: Standard or Premium. |
+| API model name | `google__gemini_3_pro` | 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 | **Google** | The trusted organization that securely hosts LLM. |
+| Model provider| **Google** | The organization that provides this model. |
+| Release date | **November 18th, 2025** | The release date for the model.|
+| Knowledge cutoff date | **January 2025** | 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 | **65k 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 Google Gemini 3 Pro documentation][vertex-ai-gemini-3-pro].
+
+[vertex-ai-gemini-3-pro]: https://docs.cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/3-pro
+[overrides]: g://box-ai/ai-agents/ai-agent-overrides
\ No newline at end of file
diff --git a/content/guides/box-ai/ai-models/index.md b/content/guides/box-ai/ai-models/index.md
index 998476600..8d7a9f047 100644
--- a/content/guides/box-ai/ai-models/index.md
+++ b/content/guides/box-ai/ai-models/index.md
@@ -139,6 +139,14 @@ Box AI is powered by the following AI models. These models are integrated with B
ISMAP
+
+ A natively multimodal model for complex tasks with a 1 million token context window.
+
+ Chat
+ Beta
+ Premium
+
+
Gemini multimodal model with a 1 million token context window and advanced reasoning capabilities.