Skip to content

Commit f20195c

Browse files
authored
Add Gemini 3.1 Pro (#4076)
1 parent 8613c67 commit f20195c

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

src/helm/config/model_deployments.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,6 +1297,17 @@ model_deployments:
12971297
thinking_config:
12981298
include_thoughts: true
12991299

1300+
- name: google/gemini-3.1-pro-preview
1301+
model_name: google/gemini-3.1-pro-preview
1302+
tokenizer_name: google/gemma-2b # Gemini has no tokenizer endpoint, so we approximate by using Gemma's tokenizer.
1303+
max_sequence_length: 1048576 # Source: https://docs.cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/3-1-pro
1304+
# TODO: Max output tokens: 65536
1305+
client_spec:
1306+
class_name: "helm.clients.google_genai_client.GoogleGenAIClient"
1307+
args:
1308+
thinking_config:
1309+
include_thoughts: true
1310+
13001311
- name: google/gemini-robotics-er-1.5-preview
13011312
model_name: google/gemini-robotics-er-1.5-preview
13021313
tokenizer_name: google/gemma-2b # Gemini has no tokenizer endpoint, so we approximate by using Gemma's tokenizer.

src/helm/config/model_metadata.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,6 +1449,14 @@ models:
14491449
release_date: 2025-11-18
14501450
tags: [TEXT_MODEL_TAG, VISION_LANGUAGE_MODEL_TAG, AUDIO_LANGUAGE_MODEL_TAG, GOOGLE_GEMINI_MODEL_TAG, LIMITED_FUNCTIONALITY_TEXT_MODEL_TAG, INSTRUCTION_FOLLOWING_MODEL_TAG]
14511451

1452+
- name: google/gemini-3.1-pro-preview
1453+
display_name: Gemini 3.1 Pro (Preview)
1454+
description: Gemini 3.1 Pro is the next iteration in the Gemini 3 series of models, a suite of highly capable, natively multimodal reasoning models. ([blog](https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-1-pro/), [model card](https://deepmind.google/models/model-cards/gemini-3-1-pro/))
1455+
creator_organization_name: Google
1456+
access: limited
1457+
release_date: 2026-02-19
1458+
tags: [TEXT_MODEL_TAG, VISION_LANGUAGE_MODEL_TAG, AUDIO_LANGUAGE_MODEL_TAG, GOOGLE_GEMINI_MODEL_TAG, LIMITED_FUNCTIONALITY_TEXT_MODEL_TAG, INSTRUCTION_FOLLOWING_MODEL_TAG]
1459+
14521460
- name: google/gemini-robotics-er-1.5-preview
14531461
display_name: Gemini Robotics-ER 1.5
14541462
description: Gemini Robotics-ER 1.5 is a vision-language model (VLM) designed for advanced reasoning in the physical world, allowing robots to interpret complex visual data, perform spatial reasoning, and plan actions from natural language commands.

0 commit comments

Comments
 (0)