mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-04 23:07:50 +00:00
fix: correct output pricing for gemini-2.5-flash-image-preview https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-flash-image-preview
This commit is contained in:
@@ -7992,8 +7992,8 @@
|
||||
"max_pdf_size_mb": 30,
|
||||
"input_cost_per_audio_token": 1e-06,
|
||||
"input_cost_per_token": 3e-07,
|
||||
"output_cost_per_token": 2.5e-06,
|
||||
"output_cost_per_reasoning_token": 2.5e-06,
|
||||
"output_cost_per_token": 3e-05,
|
||||
"output_cost_per_reasoning_token": 3e-05,
|
||||
"output_cost_per_image": 0.039,
|
||||
"litellm_provider": "gemini",
|
||||
"mode": "chat",
|
||||
@@ -8356,8 +8356,8 @@
|
||||
"max_pdf_size_mb": 30,
|
||||
"input_cost_per_audio_token": 1e-06,
|
||||
"input_cost_per_token": 3e-07,
|
||||
"output_cost_per_token": 2.5e-06,
|
||||
"output_cost_per_reasoning_token": 2.5e-06,
|
||||
"output_cost_per_token": 3e-05,
|
||||
"output_cost_per_reasoning_token": 3e-05,
|
||||
"output_cost_per_image": 0.039,
|
||||
"litellm_provider": "vertex_ai-language-models",
|
||||
"mode": "chat",
|
||||
|
||||
Reference in New Issue
Block a user