Skip to content

Commit 01ddeb2

Browse files
[DDOC-1253] Add Gemini models (#680)
* Resolve conflicts * Resolve conflicts * Add new Gemini model tiles and pages * Adjust model card pills * Fix model naming * Fix model naming
1 parent 75f8261 commit 01ddeb2

3 files changed

Lines changed: 105 additions & 21 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
rank: 8
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.0 Flash
12+
13+
**Google Gemini 2.0 Flash** is a multimodal model designed for optimal for high-volume, high-frequency tasks at scale. It capable of multimodal reasoning and has a context window of 1 million tokens.
14+
15+
## Model details
16+
17+
| Item | Value | Description |
18+
|-----------|----------|----------|
19+
|Model name|**Google Gemini 2.0 Flash**| The name of the model. |
20+
|API model name|`google__gemini_2_0_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. |
21+
|Hosting layer| **Google** | The trusted organization that securely hosts LLM. |
22+
|Model provider|**Google**| The organization that provides this model. |
23+
|Release date|**February 5th 2025** | The release date for the model.|
24+
|Knowledge cutoff date| **June 2024**| The date after which the model does not get any information updates. |
25+
|Input context window |**1m tokens**| The number of tokens supported by the input context window.|
26+
|Maximum output tokens |**8k tokens** |The number of tokens that can be generated by the model in a single request.|
27+
|Empirical throughput| **168** | The number of tokens the model can generate per second.|
28+
|Open source | **No** | Specifies if the model's code is available for public use.|
29+
30+
## Additional documentation
31+
32+
For additional information, see [official Google Gemini 2.0 Flash documentation][vertex-ai-gemini-models].
33+
34+
[vertex-ai-gemini-models]: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-models
35+
[overrides]: g://box-ai/ai-agents/ai-agent-overrides
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
rank: 9
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.0 Flash Lite
12+
13+
**Google Gemini 2.0 Flash Lite** is a multimodal model designed to handle lightweight tasks. It is designed for high-volume, low-latency tasks, making it highly efficient for large-scale use cases like summarization, multimodal processing, and categorization but with higher quality than Gemini 1.5 Flash.
14+
15+
## Model details
16+
17+
| Item | Value | Description |
18+
|-----------|----------|----------|
19+
|Model name|**Google Gemini 2.0 Flash Lite**| The name of the model. |
20+
|API model name|`google__gemini_2_0_flash_lite_preview`| 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. |
21+
|Hosting layer| **Google** | The trusted organization that securely hosts LLM. |
22+
|Model provider|**Google**| The organization that provides this model. |
23+
|Release date|**February 5th 2025** | The release date for the model.|
24+
|Knowledge cutoff date| **June 2024**| The date after which the model does not get any information updates. |
25+
|Input context window |**1m tokens**| The number of tokens supported by the input context window.|
26+
|Maximum output tokens |**8k tokens** |The number of tokens that can be generated by the model in a single request.|
27+
|Empirical throughput| **168** | The number of tokens the model can generate per second.|
28+
|Open source | **No** | Specifies if the model's code is available for public use.|
29+
30+
## Additional documentation
31+
32+
For additional information, see [official Google Gemini 2.0 Flash Lite documentation][vertex-ai-gemini-models].
33+
34+
[vertex-ai-gemini-models]: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-models
35+
[overrides]: g://box-ai/ai-agents/ai-agent-overrides

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

Lines changed: 35 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,61 +41,75 @@ Models offered in **Preview** mode have not been fully performance-tested at sca
4141
<strong style="background-color: #e1ffe7">Available</strong>
4242
</div>
4343
</Tile>
44-
<Tile type="gemini" title="google__gemini_1_5_flash_001" href="/guides/box-ai/ai-models/google-gemini-1-5-flash-001-model-card">
45-
The fastest Gemini multimodal model, built for high volume tasks and latency-sensitive applications.
44+
<Tile type="gpt" title="azure_openai__gpt_4o_2024_05_13" href="/guides/box-ai/ai-models/azure-openai-gpt-4o-2024-05-13-model-card">
45+
A multimodal model, highly efficient in handling complex, multi-step tasks.
4646
<div>
47-
<strong style="background-color: #e8e8e8">Default for Box AI Extract</strong>
48-
<strong style="background-color: #fffbf3">Preview</strong>
47+
<strong style="background-color: #e8e8e8">Chat</strong>
48+
<strong style="background-color: #e1ffe7">Available</strong>
4949
</div>
5050
</Tile>
51-
<Tile type="gpt" title="azure_openai__gpt_4o_2024_05_13" href="/guides/box-ai/ai-models/azure-openai-gpt-4o-2024-05-13-model-card">
52-
A multimodal model, highly efficient in handling complex, multi-step tasks.
51+
<Tile type="gpt" title="azure__openai__text_embedding_ada_002" href="/guides/box-ai/ai-models/azure-text-embedding-ada-002-model-card">
52+
A most capable 2nd generation text embedding model. Skilled in
53+
text search, code search, and sentence similarity.
54+
<div>
55+
<strong style="background-color: #e8e8e8">Embeddings</strong>
56+
<strong style="background-color: #e1ffe7">Available</strong>
57+
</div>
58+
</Tile>
59+
<Tile type="gemini" title="google__gemini_2_0_flash_001" href="/guides/box-ai/ai-models/google-gemini-2-0-flash-001-model-card">
60+
Gemini multimodal model designed for optimal for high-volume, high-frequency tasks at scale.
5361
<div>
5462
<strong style="background-color: #e8e8e8">Chat</strong>
5563
<strong style="background-color: #e1ffe7">Available</strong>
5664
</div>
5765
</Tile>
58-
<Tile type="gemini" title="google__gemini_1_5_pro_001" href="/guides/box-ai/ai-models/google-gemini-1-5-pro-001-model-card">
59-
A foundation model that performs well at a variety of multimodal tasks.
66+
<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">
67+
Gemini multimodal model designed to handle lightweight tasks.
6068
<div>
61-
<strong style="background-color: #e8e8e8">Chat</strong>
62-
<strong style="background-color: #fffbf3">Preview</strong>
69+
<strong style="background-color: #e8e8e8">Chat</strong>
70+
<strong style="background-color: #e1ffe7">Available</strong>
6371
</div>
6472
</Tile>
65-
<Tile type="gpt" title="azure__openai__text_embedding_ada_002" href="/guides/box-ai/ai-models/azure-text-embedding-ada-002-model-card">
66-
A most capable 2nd generation text embedding model. Skilled in
67-
text search, code search, and sentence similarity.
73+
<Tile type="gemini" title="google__gemini_1_5_flash_001" href="/guides/box-ai/ai-models/google-gemini-1-5-flash-001-model-card">
74+
Gemini multimodal model, built for high volume tasks and latency-sensitive applications.
75+
<div>
76+
<strong style="background-color: #e8e8e8">Default for Box AI Extract</strong>
77+
<strong style="background-color: #e1ffe7">Available</strong>
78+
</div>
79+
</Tile>
80+
<Tile type="gemini" title="google__gemini_1_5_pro_001" href="/guides/box-ai/ai-models/google-gemini-1-5-pro-001-model-card">
81+
A foundation model that performs well at a variety of multimodal tasks.
6882
<div>
69-
<strong style="background-color: #e8e8e8">Embeddings</strong>
83+
<strong style="background-color: #e8e8e8">Chat</strong>
7084
<strong style="background-color: #e1ffe7">Available</strong>
7185
</div>
7286
</Tile>
7387
<Tile type="model" title="aws__claude_3_haiku" href="/guides/box-ai/ai-models/aws-claude-3-haiku-model-card">
7488
A model tailored for various language tasks, including creative writing and conversational AI.
7589
<div>
7690
<strong style="background-color: #e8e8e8">Chat</strong>
77-
<strong style="background-color: #e1ffe7">Preview</strong>
91+
<strong style="background-color: #fffbf3">Preview</strong>
7892
</div>
7993
</Tile>
8094
<Tile type="model" title="aws__claude_3_sonnet" href="/guides/box-ai/ai-models/aws-claude-3-sonnet-model-card">
8195
A model designed for advanced language tasks, focusing on comprehension and context handling.
8296
<div>
83-
<strong style="background-color: #e8e8e8">Chat</strong>
84-
<strong style="background-color: #e1ffe7">Preview</strong>
97+
<strong style="background-color: #e8e8e8">Chat</strong>
98+
<strong style="background-color: #fffbf3">Preview</strong>
8599
</div>
86100
</Tile>
87101
<Tile type="model" title="aws__claude_3_5_sonnet" href="/guides/box-ai/ai-models/aws-claude-3-5-sonnet-model-card">
88102
A model designed to enhance language understanding and generation tasks.
89103
<div>
90-
<strong style="background-color: #e8e8e8">Chat</strong>
91-
<strong style="background-color: #e1ffe7">Preview</strong>
104+
<strong style="background-color: #e8e8e8">Chat</strong>
105+
<strong style="background-color: #fffbf3">Preview</strong>
92106
</div>
93107
</Tile>
94108
<Tile type="model" title="aws__titan_text_lite" href="/guides/box-ai/ai-models/aws-titan-text-lite-model-card">
95109
A model capable of advanced language processing, handling extensive contexts, making it suitable for complex tasks.
96110
<div>
97-
<strong style="background-color: #e8e8e8">Chat</strong>
98-
<strong style="background-color: #e1ffe7">Preview</strong>
111+
<strong style="background-color: #e8e8e8">Chat</strong>
112+
<strong style="background-color: #fffbf3">Preview</strong>
99113
</div>
100114
</Tile>
101115
</TileGrid>

0 commit comments

Comments
 (0)