Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ repo
Dev
timeframe
dataset
datasets
deduplicated
deduplicate
stream_types
Expand Down Expand Up @@ -360,3 +361,4 @@ natively
Kus
multiselect
add-ons
65k
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
rank: 14
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 2.5 Pro

**Google Gemini 2.5 Pro** is a multimodal model capable of solving complex problems. It can comprehend vast datasets and challenging problems from different information sources, including text, audio, images, video, and even entire code repositories.

## Model details

| Item | Value | Description |
|-----------|----------|----------|
| Model name | **Google Gemini 2.5 Pro** | The name of the model. |
| Model category | **Premium** | The category of the model: Standard or Premium. |
| API model name | `google__gemini_2_5_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 | **June 17th 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 2.5 Pro documentation][vertex-ai-gemini-2-5-pro].

[vertex-ai-gemini-2-5-pro]: https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-5-pro
[overrides]: g://box-ai/ai-agents/ai-agent-overrides
12 changes: 10 additions & 2 deletions content/guides/box-ai/ai-models/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,27 @@ Box AI is powered by the following AI models. These models are integrated with B
<strong style="background-color: #fdfad8">Standard</strong>
</div>
</Tile>
<Tile type="gemini" title="google__gemini_2_5_pro" href="/guides/box-ai/ai-models/google-gemini-2-5-pro-model-card">
Gemini multimodal model with a 1 million token context window and advanced reasoning capabilities.
<div>
<strong style="background-color: #e8e8e8">Chat</strong>
<strong style="background-color: #e1ffe7">Available</strong>
<strong style="background-color: #f8d59b">Premium</strong>
</div>
</Tile>
<Tile type="gemini" title="google__gemini_2_5_pro_preview" href="/guides/box-ai/ai-models/google-gemini-2-5-pro-preview-model-card">
Gemini multimodal model designed for optimal for high-volume, high-frequency tasks at scale.
<div>
<strong style="background-color: #e8e8e8">Chat</strong>
<strong style="background-color: #e1ffe7">Available</strong>
<strong style="background-color: #607079">Deprecated</strong>
<strong style="background-color: #f8d59b">Premium</strong>
</div>
</Tile>
<Tile type="gemini" title="google__gemini_2_5_flash_preview" href="/guides/box-ai/ai-models/google-gemini-2-5-flash-preview-model-card">
Gemini multimodal model designed for optimal for high-volume, high-frequency tasks at scale.
<div>
<strong style="background-color: #e8e8e8">Chat</strong>
<strong style="background-color: #e1ffe7">Available</strong>
<strong style="background-color: #607079">Deprecated</strong>
<strong style="background-color: #fdfad8">Standard</strong>
</div>
</Tile>
Expand Down
Loading