forked from phoenix/litellm-mirror
(models): Add gemini-1.5-pro-exp-0827 pricing.
This commit is contained in:
parent
a007f865d3
commit
824a8b557b
2 changed files with 34 additions and 0 deletions
|
@ -2457,6 +2457,23 @@
|
||||||
"supports_response_schema": true,
|
"supports_response_schema": true,
|
||||||
"source": "https://ai.google.dev/pricing"
|
"source": "https://ai.google.dev/pricing"
|
||||||
},
|
},
|
||||||
|
"gemini/gemini-1.5-pro-exp-0827": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 2097152,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.0000035,
|
||||||
|
"input_cost_per_token_above_128k_tokens": 0.000007,
|
||||||
|
"output_cost_per_token": 0.0000105,
|
||||||
|
"output_cost_per_token_above_128k_tokens": 0.000021,
|
||||||
|
"litellm_provider": "gemini",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_system_messages": true,
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_vision": true,
|
||||||
|
"supports_tool_choice": true,
|
||||||
|
"supports_response_schema": true,
|
||||||
|
"source": "https://ai.google.dev/pricing"
|
||||||
|
},
|
||||||
"gemini/gemini-1.5-pro-latest": {
|
"gemini/gemini-1.5-pro-latest": {
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"max_input_tokens": 1048576,
|
"max_input_tokens": 1048576,
|
||||||
|
|
|
@ -2457,6 +2457,23 @@
|
||||||
"supports_response_schema": true,
|
"supports_response_schema": true,
|
||||||
"source": "https://ai.google.dev/pricing"
|
"source": "https://ai.google.dev/pricing"
|
||||||
},
|
},
|
||||||
|
"gemini/gemini-1.5-pro-exp-0827": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 2097152,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.0000035,
|
||||||
|
"input_cost_per_token_above_128k_tokens": 0.000007,
|
||||||
|
"output_cost_per_token": 0.0000105,
|
||||||
|
"output_cost_per_token_above_128k_tokens": 0.000021,
|
||||||
|
"litellm_provider": "gemini",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_system_messages": true,
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_vision": true,
|
||||||
|
"supports_tool_choice": true,
|
||||||
|
"supports_response_schema": true,
|
||||||
|
"source": "https://ai.google.dev/pricing"
|
||||||
|
},
|
||||||
"gemini/gemini-1.5-pro-latest": {
|
"gemini/gemini-1.5-pro-latest": {
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"max_input_tokens": 1048576,
|
"max_input_tokens": 1048576,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue