mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
add gemini-1.0-ultra-001
This commit is contained in:
parent
d499c4c767
commit
80e520c8f0
2 changed files with 60 additions and 0 deletions
|
|
@ -1272,6 +1272,36 @@
|
|||
"supports_function_calling": true,
|
||||
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models"
|
||||
},
|
||||
"gemini-1.0-ultra": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 32760,
|
||||
"max_output_tokens": 8192,
|
||||
"input_cost_per_image": 0.0025,
|
||||
"input_cost_per_video_per_second": 0.002,
|
||||
"input_cost_per_token": 0.0000005,
|
||||
"input_cost_per_character": 0.000000125,
|
||||
"output_cost_per_token": 0.0000015,
|
||||
"output_cost_per_character": 0.000000375,
|
||||
"litellm_provider": "vertex_ai-language-models",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"source": "As of Jun, 2024. There is no available doc on vertex ai pricing gemini-1.0-ultra-001. Using gemini-1.0-pro information here"
|
||||
},
|
||||
"gemini-1.0-ultra-001": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 32760,
|
||||
"max_output_tokens": 8192,
|
||||
"input_cost_per_image": 0.0025,
|
||||
"input_cost_per_video_per_second": 0.002,
|
||||
"input_cost_per_token": 0.0000005,
|
||||
"input_cost_per_character": 0.000000125,
|
||||
"output_cost_per_token": 0.0000015,
|
||||
"output_cost_per_character": 0.000000375,
|
||||
"litellm_provider": "vertex_ai-language-models",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"source": "As of Jun, 2024. There is no available doc on vertex ai pricing gemini-1.0-ultra-001. Using gemini-1.0-pro information here"
|
||||
},
|
||||
"gemini-1.0-pro-002": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 32760,
|
||||
|
|
|
|||
|
|
@ -1272,6 +1272,36 @@
|
|||
"supports_function_calling": true,
|
||||
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models"
|
||||
},
|
||||
"gemini-1.0-ultra": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 32760,
|
||||
"max_output_tokens": 8192,
|
||||
"input_cost_per_image": 0.0025,
|
||||
"input_cost_per_video_per_second": 0.002,
|
||||
"input_cost_per_token": 0.0000005,
|
||||
"input_cost_per_character": 0.000000125,
|
||||
"output_cost_per_token": 0.0000015,
|
||||
"output_cost_per_character": 0.000000375,
|
||||
"litellm_provider": "vertex_ai-language-models",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"source": "As of Jun, 2024. There is no available doc on vertex ai pricing gemini-1.0-ultra-001. Using gemini-1.0-pro information here"
|
||||
},
|
||||
"gemini-1.0-ultra-001": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 32760,
|
||||
"max_output_tokens": 8192,
|
||||
"input_cost_per_image": 0.0025,
|
||||
"input_cost_per_video_per_second": 0.002,
|
||||
"input_cost_per_token": 0.0000005,
|
||||
"input_cost_per_character": 0.000000125,
|
||||
"output_cost_per_token": 0.0000015,
|
||||
"output_cost_per_character": 0.000000375,
|
||||
"litellm_provider": "vertex_ai-language-models",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"source": "As of Jun, 2024. There is no available doc on vertex ai pricing gemini-1.0-ultra-001. Using gemini-1.0-pro information here"
|
||||
},
|
||||
"gemini-1.0-pro-002": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 32760,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue