We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c473d34 commit 54f8154Copy full SHA for 54f8154
1 file changed
agent/agent_executors.py
@@ -22,10 +22,10 @@
22
23
GOOGLE_GEMINI_25_MODEL = "google/gemini-2.5-pro-exp-03-25:free" # Free
24
GOOGLE_GEMINI_20_FLASH_MODEL = (
25
- "google/gemini-2.0-flash-001" # $0.1/M input tokens; $0.4/M output tokens
+ "gemini-2.0-flash" # $0.1/M input tokens; $0.4/M output tokens
26
)
27
GOOGLE_GEMINI_FLASH_15_8B_MODEL = (
28
- "google/gemini-flash-1.5-8b" # $0.0375/M input tokens; $0.15/M output tokens
+ "gemini-1.5-flash" # $0.0375/M input tokens; $0.15/M output tokens
29
30
LLAMA_3_1_405B_MODEL = (
31
"meta-llama/llama-3.1-405b-instruct" # $0.8/M input tokens; $0.8/M output tokens
0 commit comments