mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
fix(pricing): drop explicit zero Nova cache write prices
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
c2424f1752
commit
344a4c6fb3
2 changed files with 0 additions and 22 deletions
|
|
@ -355,7 +355,6 @@
|
|||
"amazon.nova-lite-v1:0": {
|
||||
"input_cost_per_token": 6e-08,
|
||||
"cache_read_input_token_cost": 1.5e-08,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 300000,
|
||||
"max_output_tokens": 10000,
|
||||
|
|
@ -371,7 +370,6 @@
|
|||
},
|
||||
"amazon.nova-2-lite-v1:0": {
|
||||
"cache_read_input_token_cost": 7.5e-08,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"input_cost_per_token": 3e-07,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 1000000,
|
||||
|
|
@ -410,7 +408,6 @@
|
|||
},
|
||||
"apac.amazon.nova-2-lite-v1:0": {
|
||||
"cache_read_input_token_cost": 8.25e-08,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"input_cost_per_token": 3.3e-07,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 1000000,
|
||||
|
|
@ -449,7 +446,6 @@
|
|||
},
|
||||
"eu.amazon.nova-2-lite-v1:0": {
|
||||
"cache_read_input_token_cost": 8.25e-08,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"input_cost_per_token": 3.3e-07,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 1000000,
|
||||
|
|
@ -488,7 +484,6 @@
|
|||
},
|
||||
"us.amazon.nova-2-lite-v1:0": {
|
||||
"cache_read_input_token_cost": 8.25e-08,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"input_cost_per_token": 3.3e-07,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 1000000,
|
||||
|
|
@ -545,7 +540,6 @@
|
|||
"amazon.nova-micro-v1:0": {
|
||||
"input_cost_per_token": 3.5e-08,
|
||||
"cache_read_input_token_cost": 8.75e-09,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 10000,
|
||||
|
|
@ -560,7 +554,6 @@
|
|||
"amazon.nova-pro-v1:0": {
|
||||
"input_cost_per_token": 8e-07,
|
||||
"cache_read_input_token_cost": 2e-07,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 300000,
|
||||
"max_output_tokens": 10000,
|
||||
|
|
@ -29038,7 +29031,6 @@
|
|||
},
|
||||
"global.amazon.nova-2-lite-v1:0": {
|
||||
"cache_read_input_token_cost": 7.5e-08,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"input_cost_per_token": 3e-07,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 1000000,
|
||||
|
|
@ -44661,7 +44653,6 @@
|
|||
"us.amazon.nova-lite-v1:0": {
|
||||
"input_cost_per_token": 6e-08,
|
||||
"cache_read_input_token_cost": 1.5e-08,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 300000,
|
||||
"max_output_tokens": 10000,
|
||||
|
|
@ -44678,7 +44669,6 @@
|
|||
"us.amazon.nova-micro-v1:0": {
|
||||
"input_cost_per_token": 3.5e-08,
|
||||
"cache_read_input_token_cost": 8.75e-09,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 10000,
|
||||
|
|
@ -44709,7 +44699,6 @@
|
|||
"us.amazon.nova-pro-v1:0": {
|
||||
"input_cost_per_token": 8e-07,
|
||||
"cache_read_input_token_cost": 2e-07,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 300000,
|
||||
"max_output_tokens": 10000,
|
||||
|
|
|
|||
|
|
@ -355,7 +355,6 @@
|
|||
"amazon.nova-lite-v1:0": {
|
||||
"input_cost_per_token": 6e-08,
|
||||
"cache_read_input_token_cost": 1.5e-08,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 300000,
|
||||
"max_output_tokens": 10000,
|
||||
|
|
@ -371,7 +370,6 @@
|
|||
},
|
||||
"amazon.nova-2-lite-v1:0": {
|
||||
"cache_read_input_token_cost": 7.5e-08,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"input_cost_per_token": 3e-07,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 1000000,
|
||||
|
|
@ -410,7 +408,6 @@
|
|||
},
|
||||
"apac.amazon.nova-2-lite-v1:0": {
|
||||
"cache_read_input_token_cost": 8.25e-08,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"input_cost_per_token": 3.3e-07,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 1000000,
|
||||
|
|
@ -449,7 +446,6 @@
|
|||
},
|
||||
"eu.amazon.nova-2-lite-v1:0": {
|
||||
"cache_read_input_token_cost": 8.25e-08,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"input_cost_per_token": 3.3e-07,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 1000000,
|
||||
|
|
@ -488,7 +484,6 @@
|
|||
},
|
||||
"us.amazon.nova-2-lite-v1:0": {
|
||||
"cache_read_input_token_cost": 8.25e-08,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"input_cost_per_token": 3.3e-07,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 1000000,
|
||||
|
|
@ -545,7 +540,6 @@
|
|||
"amazon.nova-micro-v1:0": {
|
||||
"input_cost_per_token": 3.5e-08,
|
||||
"cache_read_input_token_cost": 8.75e-09,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 10000,
|
||||
|
|
@ -560,7 +554,6 @@
|
|||
"amazon.nova-pro-v1:0": {
|
||||
"input_cost_per_token": 8e-07,
|
||||
"cache_read_input_token_cost": 2e-07,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 300000,
|
||||
"max_output_tokens": 10000,
|
||||
|
|
@ -29038,7 +29031,6 @@
|
|||
},
|
||||
"global.amazon.nova-2-lite-v1:0": {
|
||||
"cache_read_input_token_cost": 7.5e-08,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"input_cost_per_token": 3e-07,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 1000000,
|
||||
|
|
@ -44661,7 +44653,6 @@
|
|||
"us.amazon.nova-lite-v1:0": {
|
||||
"input_cost_per_token": 6e-08,
|
||||
"cache_read_input_token_cost": 1.5e-08,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 300000,
|
||||
"max_output_tokens": 10000,
|
||||
|
|
@ -44678,7 +44669,6 @@
|
|||
"us.amazon.nova-micro-v1:0": {
|
||||
"input_cost_per_token": 3.5e-08,
|
||||
"cache_read_input_token_cost": 8.75e-09,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 10000,
|
||||
|
|
@ -44709,7 +44699,6 @@
|
|||
"us.amazon.nova-pro-v1:0": {
|
||||
"input_cost_per_token": 8e-07,
|
||||
"cache_read_input_token_cost": 2e-07,
|
||||
"cache_creation_input_token_cost": 0.0,
|
||||
"litellm_provider": "bedrock_converse",
|
||||
"max_input_tokens": 300000,
|
||||
"max_output_tokens": 10000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue