mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix(models): Add missing supports_system_messages, supports_tool_choice for bedrock/moonshotai.kimi-k2.5 and tpm/rpm for gemini TTS
- bedrock/moonshotai.kimi-k2.5: add supports_system_messages and supports_tool_choice to match base model - gemini/gemini-2.5-flash-preview-tts: add tpm and rpm rate limits Fixes: test_get_model_info_bedrock_models, test_get_model_info_gemini
This commit is contained in:
parent
ebbe8ad15b
commit
5fc14076e9
1 changed files with 6 additions and 2 deletions
|
|
@ -6192,7 +6192,9 @@
|
|||
"supports_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
"supports_video_input": true,
|
||||
"supports_vision": true
|
||||
"supports_vision": true,
|
||||
"supports_system_messages": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"bedrock/ap-south-1/meta.llama3-70b-instruct-v1:0": {
|
||||
"input_cost_per_token": 3.18e-06,
|
||||
|
|
@ -16323,7 +16325,9 @@
|
|||
"source": "https://ai.google.dev/pricing",
|
||||
"supported_endpoints": [
|
||||
"/v1/audio/speech"
|
||||
]
|
||||
],
|
||||
"tpm": 250000,
|
||||
"rpm": 10
|
||||
},
|
||||
"gemini/gemini-2.5-pro": {
|
||||
"cache_read_input_token_cost": 1.25e-07,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue