mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
feat: Add Gemini 2.0 and 2.5 models
This commit expands the set of known Gemini models by introducing: - `gemini/gemini-2.0-flash` - `gemini/gemini-2.5-flash` - `gemini/gemini-2.5-pro` Signed-off-by: Eran Cohen <eranco@redhat.com>
This commit is contained in:
parent
f394c7f2d9
commit
29f73c66e0
2 changed files with 18 additions and 0 deletions
|
@ -12,6 +12,9 @@ from llama_stack.providers.utils.inference.model_registry import (
|
|||
LLM_MODEL_IDS = [
|
||||
"gemini/gemini-1.5-flash",
|
||||
"gemini/gemini-1.5-pro",
|
||||
"gemini/gemini-2.0-flash",
|
||||
"gemini/gemini-2.5-flash",
|
||||
"gemini/gemini-2.5-pro",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue