Skip to content

Commit deb9624

Browse files
Merge branch 'DDOC-1464-Add-Gemini-3' of github.com:box/developer.box.com into staging
2 parents a53467b + 091adee commit deb9624

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
rank: 13
3+
related_guides:
4+
- box-ai/ai-tutorials/ask-questions
5+
- box-ai/ai-tutorials/generate-text
6+
- box-ai/ai-tutorials/extract-metadata
7+
- box-ai/ai-tutorials/extract-metadata-structured
8+
- box-ai/ai-agents/get-agent-default-config
9+
---
10+
11+
# Google Gemini 3 Pro
12+
13+
**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.
14+
15+
## Model details
16+
17+
| Item | Value | Description |
18+
|-----------|----------|----------|
19+
| Model name | **Google Gemini 3 Pro** | The name of the model. |
20+
| Model category | **Premium** | The category of the model: Standard or Premium. |
21+
| 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. |
22+
| Hosting layer | **Google** | The trusted organization that securely hosts LLM. |
23+
| Model provider| **Google** | The organization that provides this model. |
24+
| Release date | **November 18th, 2025** | The release date for the model.|
25+
| Knowledge cutoff date | **January 2025** | The date after which the model does not get any information updates. |
26+
| Input context window | **1m tokens** | The number of tokens supported by the input context window.|
27+
| Maximum output tokens | **65k tokens** | The number of tokens that can be generated by the model in a single request.|
28+
| Empirical throughput | **Not specified** | The number of tokens the model can generate per second.|
29+
| Open source | **No** | Specifies if the model's code is available for public use.|
30+
31+
## Additional documentation
32+
33+
For additional information, see [official Google Gemini 3 Pro documentation][vertex-ai-gemini-3-pro].
34+
35+
[vertex-ai-gemini-3-pro]: https://docs.cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/3-pro
36+
[overrides]: g://box-ai/ai-agents/ai-agent-overrides

content/guides/box-ai/ai-models/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,18 @@ Box AI is powered by the following AI models. These models are integrated with B
136136
<strong style="background-color: #e1f8ff">FedRAMP Moderate</strong>
137137
<strong style="background-color: #e1f8ff">FedRAMP High</strong>
138138
<strong style="background-color: #e1f8ff">DOD IL2</strong>
139+
<strong style="background-color: #e1f8ff">ISMAP</strong>
140+
</div>
141+
</Tile>
142+
<Tile type="gemini" title="google__gemini_3_pro" href="/guides/box-ai/ai-models/google-gemini-3-pro-model-card">
143+
A natively multimodal model for complex tasks with a 1 million token context window.
144+
<div>
145+
<strong style="background-color: #e8e8e8">Chat</strong>
146+
<strong style="background-color: #e1ffe7">Available</strong>
147+
<strong style="background-color: #f8d59b">Premium</strong>
148+
<strong style="background-color: #e1f8ff">FedRAMP Moderate</strong>
149+
<strong style="background-color: #e1f8ff">FedRAMP High</strong>
150+
<strong style="background-color: #e1f8ff">DOD IL5</strong>
139151
<strong style="background-color: #e1f8ff">ISMAP</strong>
140152
</div>
141153
</Tile>

0 commit comments

Comments
 (0)