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
36 changes: 36 additions & 0 deletions content/guides/box-ai/ai-models/google-gemini-2-5-flash-model-card
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
rank: 16
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 Flash

**Google Gemini 2.5 Flash** is a multimodal model, offering well-rounded capabilities. It features thinking capabilities, which lets you see the thinking process the model goes through when generating its response.

## Model details

| Item | Value | Description |
|-----------|----------|----------|
|Model name|**Google Gemini 2.5 Flash**| The name of the model. |
| Model category | Standard | The category of the model - standard or premium. |
|API model name|`google__gemini_2_5_flash_001`| 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 the 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 |**64k tokens** |The number of tokens that can be generated by the model in a single request.|
|Empirical throughput| **Estimated between 163 - 300** | 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 Flash documentation][vertex-ai-gemini-models].

[vertex-ai-gemini-models]: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-models
[overrides]: g://box-ai/ai-agents/ai-agent-overrides
15 changes: 13 additions & 2 deletions content/guides/box-ai/ai-models/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,20 @@ Box AI is powered by the following AI models. These models are integrated with B
<strong style="background-color: #e1f8ff">DOD IL5</strong>
</div>
</Tile>
<Tile type="gemini" title="google__gemini_2_5_flash_001" href="/guides/box-ai/ai-models/google-gemini-2-5-flash-001-model-card">
Gemini multimodal model offering well-round capabilites, including thinking capabilities.
<div>
<strong style="background-color: #e8e8e8">Default for Box AI Extract</strong>
<strong style="background-color: #e8e8e8">Chat</strong>
<strong style="background-color: #e1ffe7">Available</strong>
<strong style="background-color: #fdfad8">Standard</strong>
<strong style="background-color: #e1f8ff">FedRAMP Moderate</strong>
<strong style="background-color: #e1f8ff">FedRAMP High</strong>
<strong style="background-color: #e1f8ff">DOD IL5</strong>
</div>
</Tile>
<Tile type="gemini" title="google__gemini_2_0_flash_001" href="/guides/box-ai/ai-models/google-gemini-2-0-flash-001-model-card">
Gemini multimodal model designed for optimal for high-volume, high-frequency tasks at scale.
Gemini multimodal model designed for optimal high-volume, high-frequency tasks at scale.
<div>
<strong style="background-color: #e8e8e8">Chat</strong>
<strong style="background-color: #e1ffe7">Available</strong>
Expand All @@ -151,7 +163,6 @@ Box AI is powered by the following AI models. These models are integrated with B
<Tile type="gemini" title="google__gemini_2_0_flash_lite_preview" href="/guides/box-ai/ai-models/google-gemini-2-0-flash-lite-preview-02-05">
Gemini multimodal model designed to handle lightweight tasks.
<div>
<strong style="background-color: #e8e8e8">Default for Box AI Extract</strong>
<strong style="background-color: #e8e8e8">Chat</strong>
<strong style="background-color: #e1ffe7">Available</strong>
<strong style="background-color: #fdfad8">Standard</strong>
Expand Down
Loading