You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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].
Copy file name to clipboardExpand all lines: content/guides/tooling/sdks/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Refer to [this][android-docs] documentation for more details.
65
65
66
66
In keeping with industry best practices, we are consolidating the Box Next Generation SDKs and Box core SDKs into a single package for each programming language. This makes migration efforts much easier and allows seamless additions of new capabilities to existing applications still powered by Box core SDKs, which were maintained manually.
67
67
68
-
**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs, and it is currently available as a separate branch.**
68
+
**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs.**
69
69
70
70
For more details, see our [SDK versioning strategy document][versioning].
Copy file name to clipboardExpand all lines: content/guides/tooling/sdks/sdk-versioning.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Here's what you can expect from generated packages of the Box SDK:
73
73
74
74
As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts. Don’t worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDKs with no impact, but you won't receive new features, updates, or bug fixes.
75
75
76
-
**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs, and it is currently available as a separate branch.**
76
+
**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs.**
77
77
78
78
| Repository name | Artifact name | Note |
79
79
|------|---------------|--------|
@@ -123,11 +123,11 @@ Follow detailed migration guides to migrate from the Box Next Generation SDKs to
Copy file name to clipboardExpand all lines: content/pages/sdks-and-tools/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Refer to [this][android-docs] documentation for more details.
69
69
70
70
Don’t worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDKs with no impact, but you won't receive new features, updates, or bug fixes.
71
71
72
-
**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs, and it is currently available as a separate branch.**
72
+
**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs.**
73
73
74
74
For more details, see our [SDK versioning strategy document][versioning].
0 commit comments