Skip to content

Commit

Permalink
Added deprecation date for gemini-1.5 models (#8210)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurchik11 authored Feb 3, 2025
1 parent 97b8de1 commit a37bfdb
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions model_prices_and_context_window.json
Original file line number Diff line number Diff line change
Expand Up @@ -3064,7 +3064,8 @@
"supports_function_calling": true,
"supports_tool_choice": true,
"supports_response_schema": true,
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-1.5-pro"
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-1.5-pro",
"deprecation_date": "2025-09-24"
},
"gemini-1.5-pro-001": {
"max_tokens": 8192,
Expand Down Expand Up @@ -3265,7 +3266,9 @@
"supports_function_calling": true,
"supports_vision": true,
"supports_response_schema": true,
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-1.5-flash"
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-1.5-flash",
"deprecation_date": "2025-09-24",
"deprecation_date": "2025-09-24"
},
"gemini-1.5-flash-001": {
"max_tokens": 8192,
Expand Down Expand Up @@ -4128,7 +4131,8 @@
"supports_prompt_caching": true,
"tpm": 4000000,
"rpm": 2000,
"source": "https://ai.google.dev/pricing"
"source": "https://ai.google.dev/pricing",
"deprecation_date": "2025-09-24"
},
"gemini/gemini-1.5-flash-001": {
"max_tokens": 8192,
Expand Down Expand Up @@ -4412,7 +4416,8 @@
"supports_prompt_caching": true,
"tpm": 4000000,
"rpm": 1000,
"source": "https://ai.google.dev/pricing"
"source": "https://ai.google.dev/pricing",
"deprecation_date": "2025-09-24"
},
"gemini/gemini-1.5-pro-001": {
"max_tokens": 8192,
Expand Down

0 comments on commit a37bfdb

Please sign in to comment.