chore: fix haiku cache read pricing per token (#9834)

This commit is contained in:
Li Yang 2025-04-09 07:43:09 +08:00 committed by GitHub
parent a3ea079583
commit 11389535d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -3467,7 +3467,7 @@
"input_cost_per_token": 0.0000008,
"output_cost_per_token": 0.000004,
"cache_creation_input_token_cost": 0.000001,
"cache_read_input_token_cost": 0.0000008,
"cache_read_input_token_cost": 0.00000008,
"litellm_provider": "anthropic",
"mode": "chat",
"supports_function_calling": true,

View file

@ -3467,7 +3467,7 @@
"input_cost_per_token": 0.0000008,
"output_cost_per_token": 0.000004,
"cache_creation_input_token_cost": 0.000001,
"cache_read_input_token_cost": 0.0000008,
"cache_read_input_token_cost": 0.00000008,
"litellm_provider": "anthropic",
"mode": "chat",
"supports_function_calling": true,