mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix(model-pricing): remove audio from gemini-2.5-flash-image input modalities
gemini-2.5-flash-image does not support audio input. Remove "audio" from supported_modalities for all three entries: gemini-2.5-flash-image, gemini/gemini-2.5-flash-image, and vertex_ai/gemini-2.5-flash-image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3dccdde9c8
commit
6a81b812ef
1 changed files with 0 additions and 3 deletions
|
|
@ -13492,7 +13492,6 @@
|
|||
"supported_modalities": [
|
||||
"text",
|
||||
"image",
|
||||
"audio",
|
||||
"video"
|
||||
],
|
||||
"supported_output_modalities": [
|
||||
|
|
@ -14803,7 +14802,6 @@
|
|||
"supported_modalities": [
|
||||
"text",
|
||||
"image",
|
||||
"audio",
|
||||
"video"
|
||||
],
|
||||
"supported_output_modalities": [
|
||||
|
|
@ -30506,7 +30504,6 @@
|
|||
"supported_modalities": [
|
||||
"text",
|
||||
"image",
|
||||
"audio",
|
||||
"video"
|
||||
],
|
||||
"supported_output_modalities": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue