mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
chore(prices): sync prices for 2 providers: 14 models
chatgpt-image-latest: input_cost_per_image_token_batches gemini-2.0-flash: input_cost_per_audio_token_batches gemini-2.0-flash-lite: input_cost_per_audio_token_batches gemini-2.5-flash: input_cost_per_audio_token_batches gemini-2.5-flash-lite: input_cost_per_audio_token_batches gemini-3-flash-preview: input_cost_per_audio_token_batches vertex_ai/gemini-3-flash-preview: input_cost_per_audio_token_batches gemini-3.1-flash-lite: input_cost_per_audio_token_batches vertex_ai/gemini-3.1-flash-lite: input_cost_per_audio_token_batches gpt-image-1: input_cost_per_image_token_batches gpt-image-1-mini: input_cost_per_image_token_batches gpt-image-1.5: input_cost_per_image_token_batches gpt-image-1.5-2025-12-16: input_cost_per_image_token_batches gpt-image-2: input_cost_per_image_token_batches
This commit is contained in:
parent
01b069eb6c
commit
8a9a08caf0
2 changed files with 32 additions and 4 deletions
|
|
@ -23683,6 +23683,7 @@
|
|||
"cache_read_input_token_cost": 2.5e-08,
|
||||
"deprecation_date": "2026-06-01",
|
||||
"input_cost_per_audio_token": 1e-06,
|
||||
"input_cost_per_audio_token_batches": 5e-07,
|
||||
"input_cost_per_character": 3.75e-08,
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"input_cost_per_token_batches": 7.5e-08,
|
||||
|
|
@ -23762,6 +23763,7 @@
|
|||
"cache_read_input_token_cost": 1.875e-08,
|
||||
"deprecation_date": "2026-06-01",
|
||||
"input_cost_per_audio_token": 7.5e-08,
|
||||
"input_cost_per_audio_token_batches": 3.75e-08,
|
||||
"input_cost_per_character": 1.875e-08,
|
||||
"input_cost_per_token": 7.5e-08,
|
||||
"input_cost_per_token_batches": 3.75e-08,
|
||||
|
|
@ -23879,6 +23881,7 @@
|
|||
"search_context_size_high": 0.035
|
||||
},
|
||||
"google_maps_grounding_cost_per_query": 0.025,
|
||||
"input_cost_per_audio_token_batches": 5e-07,
|
||||
"input_cost_per_token_batches": 1.5e-07,
|
||||
"input_cost_per_token_flex": 1.5e-07,
|
||||
"input_cost_per_token_priority": 5.4e-07,
|
||||
|
|
@ -24261,7 +24264,8 @@
|
|||
"search_context_size_high": 0.014
|
||||
},
|
||||
"web_search_billing_unit": "per_query",
|
||||
"google_maps_grounding_cost_per_query": 0.014
|
||||
"google_maps_grounding_cost_per_query": 0.014,
|
||||
"input_cost_per_audio_token_batches": 2.5e-07
|
||||
},
|
||||
"gemini-3.5-flash-lite": {
|
||||
"deprecation_date": "2027-07-21",
|
||||
|
|
@ -24403,6 +24407,7 @@
|
|||
"search_context_size_high": 0.035
|
||||
},
|
||||
"google_maps_grounding_cost_per_query": 0.025,
|
||||
"input_cost_per_audio_token_batches": 5e-08,
|
||||
"input_cost_per_token_batches": 5e-08,
|
||||
"input_cost_per_token_flex": 5e-08,
|
||||
"input_cost_per_token_priority": 1.8e-07,
|
||||
|
|
@ -25020,6 +25025,7 @@
|
|||
},
|
||||
"web_search_billing_unit": "per_query",
|
||||
"google_maps_grounding_cost_per_query": 0.014,
|
||||
"input_cost_per_audio_token_batches": 5e-07,
|
||||
"input_cost_per_token_batches": 2.5e-07,
|
||||
"input_cost_per_token_flex": 2.5e-07,
|
||||
"output_cost_per_token_batches": 1.5e-06,
|
||||
|
|
@ -27387,6 +27393,7 @@
|
|||
},
|
||||
"web_search_billing_unit": "per_query",
|
||||
"google_maps_grounding_cost_per_query": 0.014,
|
||||
"input_cost_per_audio_token_batches": 5e-07,
|
||||
"input_cost_per_token_batches": 2.5e-07,
|
||||
"input_cost_per_token_flex": 2.5e-07,
|
||||
"output_cost_per_token_batches": 1.5e-06,
|
||||
|
|
@ -30244,6 +30251,7 @@
|
|||
"mode": "image_generation",
|
||||
"output_cost_per_token": 1e-05,
|
||||
"input_cost_per_image_token": 8e-06,
|
||||
"input_cost_per_image_token_batches": 4e-06,
|
||||
"input_cost_per_token_batches": 2.5e-06,
|
||||
"output_cost_per_image_token": 3.2e-05,
|
||||
"output_cost_per_token_batches": 5e-06,
|
||||
|
|
@ -30262,6 +30270,7 @@
|
|||
"mode": "image_generation",
|
||||
"output_cost_per_token": 1e-05,
|
||||
"input_cost_per_image_token": 8e-06,
|
||||
"input_cost_per_image_token_batches": 4e-06,
|
||||
"input_cost_per_token_batches": 2.5e-06,
|
||||
"output_cost_per_image_token": 3.2e-05,
|
||||
"output_cost_per_token_batches": 5e-06,
|
||||
|
|
@ -30278,6 +30287,7 @@
|
|||
"litellm_provider": "openai",
|
||||
"mode": "image_generation",
|
||||
"input_cost_per_image_token": 8e-06,
|
||||
"input_cost_per_image_token_batches": 4e-06,
|
||||
"input_cost_per_token_batches": 2.5e-06,
|
||||
"output_cost_per_image_token": 3e-05,
|
||||
"source": "https://developers.openai.com/api/docs/pricing",
|
||||
|
|
@ -33054,6 +33064,7 @@
|
|||
"cache_read_input_token_cost": 1.25e-06,
|
||||
"deprecation_date": "2026-10-23",
|
||||
"input_cost_per_image_token": 1e-05,
|
||||
"input_cost_per_image_token_batches": 5e-06,
|
||||
"input_cost_per_token": 5e-06,
|
||||
"input_cost_per_token_batches": 2.5e-06,
|
||||
"litellm_provider": "openai",
|
||||
|
|
@ -33069,6 +33080,7 @@
|
|||
"cache_read_input_token_cost": 2e-07,
|
||||
"deprecation_date": "2026-12-01",
|
||||
"input_cost_per_image_token": 2.5e-06,
|
||||
"input_cost_per_image_token_batches": 1.25e-06,
|
||||
"input_cost_per_token": 2e-06,
|
||||
"input_cost_per_token_batches": 1e-06,
|
||||
"litellm_provider": "openai",
|
||||
|
|
@ -48246,7 +48258,8 @@
|
|||
"search_context_size_high": 0.014
|
||||
},
|
||||
"web_search_billing_unit": "per_query",
|
||||
"google_maps_grounding_cost_per_query": 0.014
|
||||
"google_maps_grounding_cost_per_query": 0.014,
|
||||
"input_cost_per_audio_token_batches": 2.5e-07
|
||||
},
|
||||
"vertex_ai/gemini-3.5-flash-lite": {
|
||||
"deprecation_date": "2027-07-21",
|
||||
|
|
@ -55302,6 +55315,7 @@
|
|||
"cache_read_input_token_cost": 1.25e-06,
|
||||
"deprecation_date": "2026-12-01",
|
||||
"input_cost_per_image_token": 8e-06,
|
||||
"input_cost_per_image_token_batches": 4e-06,
|
||||
"input_cost_per_token": 5e-06,
|
||||
"input_cost_per_token_batches": 2.5e-06,
|
||||
"litellm_provider": "openai",
|
||||
|
|
|
|||
|
|
@ -23683,6 +23683,7 @@
|
|||
"cache_read_input_token_cost": 2.5e-08,
|
||||
"deprecation_date": "2026-06-01",
|
||||
"input_cost_per_audio_token": 1e-06,
|
||||
"input_cost_per_audio_token_batches": 5e-07,
|
||||
"input_cost_per_character": 3.75e-08,
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"input_cost_per_token_batches": 7.5e-08,
|
||||
|
|
@ -23762,6 +23763,7 @@
|
|||
"cache_read_input_token_cost": 1.875e-08,
|
||||
"deprecation_date": "2026-06-01",
|
||||
"input_cost_per_audio_token": 7.5e-08,
|
||||
"input_cost_per_audio_token_batches": 3.75e-08,
|
||||
"input_cost_per_character": 1.875e-08,
|
||||
"input_cost_per_token": 7.5e-08,
|
||||
"input_cost_per_token_batches": 3.75e-08,
|
||||
|
|
@ -23879,6 +23881,7 @@
|
|||
"search_context_size_high": 0.035
|
||||
},
|
||||
"google_maps_grounding_cost_per_query": 0.025,
|
||||
"input_cost_per_audio_token_batches": 5e-07,
|
||||
"input_cost_per_token_batches": 1.5e-07,
|
||||
"input_cost_per_token_flex": 1.5e-07,
|
||||
"input_cost_per_token_priority": 5.4e-07,
|
||||
|
|
@ -24261,7 +24264,8 @@
|
|||
"search_context_size_high": 0.014
|
||||
},
|
||||
"web_search_billing_unit": "per_query",
|
||||
"google_maps_grounding_cost_per_query": 0.014
|
||||
"google_maps_grounding_cost_per_query": 0.014,
|
||||
"input_cost_per_audio_token_batches": 2.5e-07
|
||||
},
|
||||
"gemini-3.5-flash-lite": {
|
||||
"deprecation_date": "2027-07-21",
|
||||
|
|
@ -24403,6 +24407,7 @@
|
|||
"search_context_size_high": 0.035
|
||||
},
|
||||
"google_maps_grounding_cost_per_query": 0.025,
|
||||
"input_cost_per_audio_token_batches": 5e-08,
|
||||
"input_cost_per_token_batches": 5e-08,
|
||||
"input_cost_per_token_flex": 5e-08,
|
||||
"input_cost_per_token_priority": 1.8e-07,
|
||||
|
|
@ -25020,6 +25025,7 @@
|
|||
},
|
||||
"web_search_billing_unit": "per_query",
|
||||
"google_maps_grounding_cost_per_query": 0.014,
|
||||
"input_cost_per_audio_token_batches": 5e-07,
|
||||
"input_cost_per_token_batches": 2.5e-07,
|
||||
"input_cost_per_token_flex": 2.5e-07,
|
||||
"output_cost_per_token_batches": 1.5e-06,
|
||||
|
|
@ -27387,6 +27393,7 @@
|
|||
},
|
||||
"web_search_billing_unit": "per_query",
|
||||
"google_maps_grounding_cost_per_query": 0.014,
|
||||
"input_cost_per_audio_token_batches": 5e-07,
|
||||
"input_cost_per_token_batches": 2.5e-07,
|
||||
"input_cost_per_token_flex": 2.5e-07,
|
||||
"output_cost_per_token_batches": 1.5e-06,
|
||||
|
|
@ -30244,6 +30251,7 @@
|
|||
"mode": "image_generation",
|
||||
"output_cost_per_token": 1e-05,
|
||||
"input_cost_per_image_token": 8e-06,
|
||||
"input_cost_per_image_token_batches": 4e-06,
|
||||
"input_cost_per_token_batches": 2.5e-06,
|
||||
"output_cost_per_image_token": 3.2e-05,
|
||||
"output_cost_per_token_batches": 5e-06,
|
||||
|
|
@ -30262,6 +30270,7 @@
|
|||
"mode": "image_generation",
|
||||
"output_cost_per_token": 1e-05,
|
||||
"input_cost_per_image_token": 8e-06,
|
||||
"input_cost_per_image_token_batches": 4e-06,
|
||||
"input_cost_per_token_batches": 2.5e-06,
|
||||
"output_cost_per_image_token": 3.2e-05,
|
||||
"output_cost_per_token_batches": 5e-06,
|
||||
|
|
@ -30278,6 +30287,7 @@
|
|||
"litellm_provider": "openai",
|
||||
"mode": "image_generation",
|
||||
"input_cost_per_image_token": 8e-06,
|
||||
"input_cost_per_image_token_batches": 4e-06,
|
||||
"input_cost_per_token_batches": 2.5e-06,
|
||||
"output_cost_per_image_token": 3e-05,
|
||||
"source": "https://developers.openai.com/api/docs/pricing",
|
||||
|
|
@ -33054,6 +33064,7 @@
|
|||
"cache_read_input_token_cost": 1.25e-06,
|
||||
"deprecation_date": "2026-10-23",
|
||||
"input_cost_per_image_token": 1e-05,
|
||||
"input_cost_per_image_token_batches": 5e-06,
|
||||
"input_cost_per_token": 5e-06,
|
||||
"input_cost_per_token_batches": 2.5e-06,
|
||||
"litellm_provider": "openai",
|
||||
|
|
@ -33069,6 +33080,7 @@
|
|||
"cache_read_input_token_cost": 2e-07,
|
||||
"deprecation_date": "2026-12-01",
|
||||
"input_cost_per_image_token": 2.5e-06,
|
||||
"input_cost_per_image_token_batches": 1.25e-06,
|
||||
"input_cost_per_token": 2e-06,
|
||||
"input_cost_per_token_batches": 1e-06,
|
||||
"litellm_provider": "openai",
|
||||
|
|
@ -48246,7 +48258,8 @@
|
|||
"search_context_size_high": 0.014
|
||||
},
|
||||
"web_search_billing_unit": "per_query",
|
||||
"google_maps_grounding_cost_per_query": 0.014
|
||||
"google_maps_grounding_cost_per_query": 0.014,
|
||||
"input_cost_per_audio_token_batches": 2.5e-07
|
||||
},
|
||||
"vertex_ai/gemini-3.5-flash-lite": {
|
||||
"deprecation_date": "2027-07-21",
|
||||
|
|
@ -55302,6 +55315,7 @@
|
|||
"cache_read_input_token_cost": 1.25e-06,
|
||||
"deprecation_date": "2026-12-01",
|
||||
"input_cost_per_image_token": 8e-06,
|
||||
"input_cost_per_image_token_batches": 4e-06,
|
||||
"input_cost_per_token": 5e-06,
|
||||
"input_cost_per_token_batches": 2.5e-06,
|
||||
"litellm_provider": "openai",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue