mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
Merge 986af1222a
into b82af5b826
This commit is contained in:
commit
072d31b992
1 changed files with 27 additions and 0 deletions
|
@ -6831,6 +6831,33 @@
|
||||||
"supports_tool_choice": true
|
"supports_tool_choice": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"gemini/gemini-exp-1121": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 1048576,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"max_images_per_prompt": 3000,
|
||||||
|
"max_videos_per_prompt": 10,
|
||||||
|
"max_video_length": 1,
|
||||||
|
"max_audio_length_hours": 8.4,
|
||||||
|
"max_audio_per_prompt": 1,
|
||||||
|
"max_pdf_size_mb": 30,
|
||||||
|
"input_cost_per_token": 0,
|
||||||
|
"input_cost_per_token_above_128k_tokens": 0,
|
||||||
|
"output_cost_per_token": 0,
|
||||||
|
"output_cost_per_token_above_128k_tokens": 0,
|
||||||
|
"litellm_provider": "gemini",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_system_messages": true,
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_vision": true,
|
||||||
|
"supports_response_schema": true,
|
||||||
|
"tpm": 4000000,
|
||||||
|
"rpm": 1000,
|
||||||
|
"source": "https://ai.google.dev/pricing",
|
||||||
|
"metadata": {
|
||||||
|
"notes": "Rate limits not documented for gemini-exp-1121. Assuming same as gemini-1.5-pro."
|
||||||
|
}
|
||||||
|
},
|
||||||
"gemini/gemini-1.5-flash-exp-0827": {
|
"gemini/gemini-1.5-flash-exp-0827": {
|
||||||
"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