mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
add cached token pricing
This commit is contained in:
parent
fabd832a39
commit
8f7ea945f1
2 changed files with 8 additions and 0 deletions
|
|
@ -16674,6 +16674,8 @@
|
|||
]
|
||||
},
|
||||
"gpt-image-1.5": {
|
||||
"cache_read_input_image_token_cost": 2e-06,
|
||||
"cache_read_input_token_cost": 1.25e-06,
|
||||
"input_cost_per_token": 5e-06,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "image_generation",
|
||||
|
|
@ -16686,6 +16688,8 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"gpt-image-1.5-2025-12-16": {
|
||||
"cache_read_input_image_token_cost": 2e-06,
|
||||
"cache_read_input_token_cost": 1.25e-06,
|
||||
"input_cost_per_token": 5e-06,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "image_generation",
|
||||
|
|
|
|||
|
|
@ -16674,6 +16674,8 @@
|
|||
]
|
||||
},
|
||||
"gpt-image-1.5": {
|
||||
"cache_read_input_image_token_cost": 2e-06,
|
||||
"cache_read_input_token_cost": 1.25e-06,
|
||||
"input_cost_per_token": 5e-06,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "image_generation",
|
||||
|
|
@ -16686,6 +16688,8 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"gpt-image-1.5-2025-12-16": {
|
||||
"cache_read_input_image_token_cost": 2e-06,
|
||||
"cache_read_input_token_cost": 1.25e-06,
|
||||
"input_cost_per_token": 5e-06,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "image_generation",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue