Skip to content

Commit 8d99286

Browse files
authored
Add Gemini 2.5 Flash model card (#858)
* Add Gemini 2.5 flash model card * Gemini 2.5 flash model card
1 parent d9b271d commit 8d99286

File tree

2 files changed

+49
-2
lines changed

2 files changed

+49
-2
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
rank: 16
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 2.5 Flash
12+
13+
**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.
14+
15+
## Model details
16+
17+
| Item | Value | Description |
18+
|-----------|----------|----------|
19+
|Model name|**Google Gemini 2.5 Flash**| The name of the model. |
20+
| Model category | Standard | The category of the model - standard or premium. |
21+
|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. |
22+
|Hosting layer| **Google** | The trusted organization that securely hosts the LLM. |
23+
|Model provider|**Google**| The organization that provides this model. |
24+
|Release date|**June 17th 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 |**64k tokens** |The number of tokens that can be generated by the model in a single request.|
28+
|Empirical throughput| **Estimated between 163 - 300** | 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 2.5 Flash documentation][vertex-ai-gemini-models].
34+
35+
[vertex-ai-gemini-models]: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-models
36+
[overrides]: g://box-ai/ai-agents/ai-agent-overrides

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,20 @@ Box AI is powered by the following AI models. These models are integrated with B
137137
<strong style="background-color: #e1f8ff">DOD IL5</strong>
138138
</div>
139139
</Tile>
140+
<Tile type="gemini" title="google__gemini_2_5_flash_001" href="/guides/box-ai/ai-models/google-gemini-2-5-flash-001-model-card">
141+
Gemini multimodal model offering well-round capabilites, including thinking capabilities.
142+
<div>
143+
<strong style="background-color: #e8e8e8">Default for Box AI Extract</strong>
144+
<strong style="background-color: #e8e8e8">Chat</strong>
145+
<strong style="background-color: #e1ffe7">Available</strong>
146+
<strong style="background-color: #fdfad8">Standard</strong>
147+
<strong style="background-color: #e1f8ff">FedRAMP Moderate</strong>
148+
<strong style="background-color: #e1f8ff">FedRAMP High</strong>
149+
<strong style="background-color: #e1f8ff">DOD IL5</strong>
150+
</div>
151+
</Tile>
140152
<Tile type="gemini" title="google__gemini_2_0_flash_001" href="/guides/box-ai/ai-models/google-gemini-2-0-flash-001-model-card">
141-
Gemini multimodal model designed for optimal for high-volume, high-frequency tasks at scale.
153+
Gemini multimodal model designed for optimal high-volume, high-frequency tasks at scale.
142154
<div>
143155
<strong style="background-color: #e8e8e8">Chat</strong>
144156
<strong style="background-color: #e1ffe7">Available</strong>
@@ -151,7 +163,6 @@ Box AI is powered by the following AI models. These models are integrated with B
151163
<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">
152164
Gemini multimodal model designed to handle lightweight tasks.
153165
<div>
154-
<strong style="background-color: #e8e8e8">Default for Box AI Extract</strong>
155166
<strong style="background-color: #e8e8e8">Chat</strong>
156167
<strong style="background-color: #e1ffe7">Available</strong>
157168
<strong style="background-color: #fdfad8">Standard</strong>

0 commit comments

Comments
 (0)