mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
fix(models): correct gemini robotics er 2 preview audio input price (#42877)
Co-authored-by: kerry <kerry@berri.ai> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
e99c5d30b6
commit
9d12c217af
2 changed files with 4 additions and 4 deletions
|
|
@ -27530,7 +27530,7 @@
|
|||
"gemini/gemini-robotics-er-2-preview": {
|
||||
"cache_read_input_token_cost": 1e-07,
|
||||
"cache_read_input_token_cost_batches": 5e-08,
|
||||
"input_cost_per_audio_token": 2e-06,
|
||||
"input_cost_per_audio_token": 1e-06,
|
||||
"input_cost_per_token": 1e-06,
|
||||
"input_cost_per_token_batches": 5e-07,
|
||||
"litellm_provider": "gemini",
|
||||
|
|
@ -59160,7 +59160,7 @@
|
|||
}
|
||||
},
|
||||
"gemini/gemini-robotics-er-2-streaming-preview": {
|
||||
"input_cost_per_audio_token": 2e-06,
|
||||
"input_cost_per_audio_token": 1e-06,
|
||||
"input_cost_per_token": 1e-06,
|
||||
"litellm_provider": "gemini",
|
||||
"mode": "chat",
|
||||
|
|
|
|||
|
|
@ -27530,7 +27530,7 @@
|
|||
"gemini/gemini-robotics-er-2-preview": {
|
||||
"cache_read_input_token_cost": 1e-07,
|
||||
"cache_read_input_token_cost_batches": 5e-08,
|
||||
"input_cost_per_audio_token": 2e-06,
|
||||
"input_cost_per_audio_token": 1e-06,
|
||||
"input_cost_per_token": 1e-06,
|
||||
"input_cost_per_token_batches": 5e-07,
|
||||
"litellm_provider": "gemini",
|
||||
|
|
@ -59160,7 +59160,7 @@
|
|||
}
|
||||
},
|
||||
"gemini/gemini-robotics-er-2-streaming-preview": {
|
||||
"input_cost_per_audio_token": 2e-06,
|
||||
"input_cost_per_audio_token": 1e-06,
|
||||
"input_cost_per_token": 1e-06,
|
||||
"litellm_provider": "gemini",
|
||||
"mode": "chat",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue