Skip to content

Commit d563a75

Browse files
Merge branch 'main' into DDOC-1470-Change-pills-for-GPT-5
2 parents a1f4053 + bb9f2a4 commit d563a75

File tree

10 files changed

+62
-18
lines changed

10 files changed

+62
-18
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ Box AI is powered by the following AI models. These models are integrated with B
139139
<strong style="background-color: #e1f8ff">ISMAP</strong>
140140
</div>
141141
</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: #f0e2ff">Beta</strong>
147+
<strong style="background-color: #f8d59b">Premium</strong>
148+
</div>
149+
</Tile>
142150
<Tile type="gemini" title="google__gemini_2_5_pro" href="/guides/box-ai/ai-models/google-gemini-2-5-pro-model-card">
143151
Gemini multimodal model with a 1 million token context window and advanced reasoning capabilities.
144152
<div>

content/guides/tooling/sdks/dotnet-gen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
2323
For more details, see our [SDK versioning strategy document][versioning].
2424

2525
[versioning]: g://tooling/sdks/sdk-versioning
26-
[sdk-branch]: https://github.com/box/box-windows-sdk-v2/tree/sdk-gen
27-
[migration]: https://github.com/box/box-windows-sdk-v2/blob/sdk-gen/migration-guides/from-dotnet-sdk-gen-v1-to-box-windows-sdk.md
26+
[sdk-branch]: https://github.com/box/box-windows-sdk-v2/tree/main
27+
[migration]: https://github.com/box/box-windows-sdk-v2/blob/main/migration-guides/from-dotnet-sdk-gen-v1-to-box-windows-sdk.md

content/guides/tooling/sdks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Refer to [this][android-docs] documentation for more details.
6565

6666
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.
6767

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.**
6969

7070
For more details, see our [SDK versioning strategy document][versioning].
7171
</Message>

content/guides/tooling/sdks/java-gen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
2323
For more details, see our [SDK versioning strategy document][versioning].
2424

2525
[versioning]: g://tooling/sdks/sdk-versioning
26-
[sdk-branch]: https://github.com/box/box-java-sdk/tree/sdk-gen
27-
[migration]: https://github.com/box/box-java-sdk/blob/sdk-gen/migration-guides/from-box-java-sdk-gen-v0-to-box-java-sdk.md
26+
[sdk-branch]: https://github.com/box/box-java-sdk/tree/main
27+
[migration]: https://github.com/box/box-java-sdk/blob/main/migration-guides/from-box-java-sdk-gen-v0-to-box-java-sdk.md

content/guides/tooling/sdks/python-gen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
2323
For more details, see our [SDK versioning strategy document][versioning].
2424

2525
[versioning]: g://tooling/sdks/sdk-versioning
26-
[migration]: https://github.com/box/box-python-sdk/blob/sdk-gen/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk.md
27-
[sdk-branch]: https://github.com/box/box-python-sdk/tree/sdk-gen
26+
[migration]: https://github.com/box/box-python-sdk/blob/main/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk.md
27+
[sdk-branch]: https://github.com/box/box-python-sdk/tree/main

content/guides/tooling/sdks/sdk-versioning.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Here's what you can expect from generated packages of the Box SDK:
7373

7474
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.
7575

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.**
7777

7878
| Repository name | Artifact name | Note |
7979
|------|---------------|--------|
@@ -123,11 +123,11 @@ Follow detailed migration guides to migrate from the Box Next Generation SDKs to
123123
[python-repo]: https://github.com/box/box-python-sdk
124124
[ios-repo]: https://github.com/box/box-ios-sdk
125125

126-
[java-v10]: https://github.com/box/box-java-sdk/tree/sdk-gen
127-
[ios-v10]: https://github.com/box/box-ios-sdk/tree/sdk-gen
128-
[node-v10]: https://github.com/box/box-node-sdk/tree/sdk-gen
129-
[python-v10]: https://github.com/box/box-python-sdk/tree/sdk-gen
130-
[windows-v10]: https://github.com/box/box-windows-sdk-v2/tree/sdk-gen
126+
[java-v10]: https://github.com/box/box-java-sdk/tree/main
127+
[ios-v10]: https://github.com/box/box-ios-sdk/tree/main
128+
[node-v10]: https://github.com/box/box-node-sdk/tree/main
129+
[python-v10]: https://github.com/box/box-python-sdk/tree/main
130+
[windows-v10]: https://github.com/box/box-windows-sdk-v2/tree/main
131131

132132
[python-combined]: https://github.com/box/box-python-sdk/tree/combined-sdk
133133
[java-combined]: https://github.com/box/box-java-sdk/tree/combined-sdk

content/guides/tooling/sdks/swift-gen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
2424
For more details, see our [SDK versioning strategy document][versioning].
2525

2626
[versioning]: g://tooling/sdks/sdk-versioning
27-
[migration]: https://github.com/box/box-ios-sdk/blob/sdk-gen/migration-guides/from-box-swift-sdk-gen-v0-to-box-ios-sdk.md
28-
[sdk-branch]: https://github.com/box/box-ios-sdk/tree/sdk-gen
27+
[migration]: https://github.com/box/box-ios-sdk/blob/main/migration-guides/from-box-swift-sdk-gen-v0-to-box-ios-sdk.md
28+
[sdk-branch]: https://github.com/box/box-ios-sdk/tree/main

content/guides/tooling/sdks/typescript-gen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
2323
For more details, see our [SDK versioning strategy document][versioning].
2424

2525
[versioning]: g://tooling/sdks/sdk-versioning
26-
[migration]: https://github.com/box/box-node-sdk/blob/sdk-gen/docs/migration-guides/from-box-typescript-sdk-gen-v1-to-box-node-sdk.md
27-
[sdk-branch]: https://github.com/box/box-node-sdk/tree/sdk-gen
26+
[migration]: https://github.com/box/box-node-sdk/blob/main/docs/migration-guides/from-box-typescript-sdk-gen-v1-to-box-node-sdk.md
27+
[sdk-branch]: https://github.com/box/box-node-sdk/tree/main

content/pages/sdks-and-tools/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Refer to [this][android-docs] documentation for more details.
6969

7070
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.
7171

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.**
7373

7474
For more details, see our [SDK versioning strategy document][versioning].
7575
</Message>

0 commit comments

Comments
 (0)