mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
Code review change
This commit is contained in:
parent
fae2f903db
commit
3831163289
1 changed files with 3 additions and 1 deletions
|
|
@ -25491,6 +25491,8 @@
|
|||
},
|
||||
|
||||
"openrouter/google/gemini-3-pro-image-preview": {
|
||||
"cache_creation_input_token_cost": 3.75e-07,
|
||||
"cache_read_input_token_cost": 2e-07,
|
||||
"input_cost_per_image": 0.0011,
|
||||
"input_cost_per_token": 2e-06,
|
||||
"input_cost_per_token_batches": 1e-06,
|
||||
|
|
@ -25552,7 +25554,7 @@
|
|||
"image"
|
||||
],
|
||||
"supports_function_calling": false,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_prompt_caching": false,
|
||||
"supports_response_schema": true,
|
||||
"supports_system_messages": true,
|
||||
"supports_vision": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue