File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ class Model(str, Enum):
4747 # --------------------------------------------------------------------------
4848 # Gemini Models
4949 # --------------------------------------------------------------------------
50+ GEMINI_2_5_PRO_PREVIEW_0325 = "gemini-2.5-pro-preview-03-25"
51+ GEMINI_2_5_PRO_EXP_0325 = "gemini-2.5-pro-exp-03-25"
5052 GEMINI_2_0_FLASH_LATEST = "gemini-2.0-flash-latest"
5153 GEMINI_2_0_FLASH_001 = "gemini-2.0-flash-001"
5254 GEMINI_2_0_FLASH_LITE_001 = "gemini-2.0-flash-lite-001"
@@ -88,6 +90,8 @@ class Model(str, Enum):
8890 # --------------------------------------------------------------------------
8991 # Llama Models
9092 # --------------------------------------------------------------------------
93+ LLAMA_4_SCOUT_BASIC = "llama4-scout-instruct-basic"
94+ LLAMA_4_MAVERICK_BASIC = "llama4-maverick-instruct-basic"
9195 LLAMA_3_3_70B = "llama-3.3-70b"
9296 LLAMA_3_2_90B = "llama-3.2-90b"
9397 LLAMA_3_2_11B = "llama-3.2-11b"
You can’t perform that action at this time.
0 commit comments