forked from phoenix/litellm-mirror
build(model_prices_and_context_window.json): fix bedrock/llama3-1 pricing
This commit is contained in:
parent
325538f8a4
commit
023d0f7664
2 changed files with 8 additions and 8 deletions
|
@ -4030,8 +4030,8 @@
|
||||||
"max_tokens": 128000,
|
"max_tokens": 128000,
|
||||||
"max_input_tokens": 128000,
|
"max_input_tokens": 128000,
|
||||||
"max_output_tokens": 2048,
|
"max_output_tokens": 2048,
|
||||||
"input_cost_per_token": 0.0000004,
|
"input_cost_per_token": 0.00000022,
|
||||||
"output_cost_per_token": 0.0000006,
|
"output_cost_per_token": 0.00000022,
|
||||||
"litellm_provider": "bedrock",
|
"litellm_provider": "bedrock",
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
|
@ -4041,8 +4041,8 @@
|
||||||
"max_tokens": 128000,
|
"max_tokens": 128000,
|
||||||
"max_input_tokens": 128000,
|
"max_input_tokens": 128000,
|
||||||
"max_output_tokens": 2048,
|
"max_output_tokens": 2048,
|
||||||
"input_cost_per_token": 0.00000265,
|
"input_cost_per_token": 0.00000099,
|
||||||
"output_cost_per_token": 0.0000035,
|
"output_cost_per_token": 0.00000099,
|
||||||
"litellm_provider": "bedrock",
|
"litellm_provider": "bedrock",
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
|
|
|
@ -4030,8 +4030,8 @@
|
||||||
"max_tokens": 128000,
|
"max_tokens": 128000,
|
||||||
"max_input_tokens": 128000,
|
"max_input_tokens": 128000,
|
||||||
"max_output_tokens": 2048,
|
"max_output_tokens": 2048,
|
||||||
"input_cost_per_token": 0.0000004,
|
"input_cost_per_token": 0.00000022,
|
||||||
"output_cost_per_token": 0.0000006,
|
"output_cost_per_token": 0.00000022,
|
||||||
"litellm_provider": "bedrock",
|
"litellm_provider": "bedrock",
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
|
@ -4041,8 +4041,8 @@
|
||||||
"max_tokens": 128000,
|
"max_tokens": 128000,
|
||||||
"max_input_tokens": 128000,
|
"max_input_tokens": 128000,
|
||||||
"max_output_tokens": 2048,
|
"max_output_tokens": 2048,
|
||||||
"input_cost_per_token": 0.00000265,
|
"input_cost_per_token": 0.00000099,
|
||||||
"output_cost_per_token": 0.0000035,
|
"output_cost_per_token": 0.00000099,
|
||||||
"litellm_provider": "bedrock",
|
"litellm_provider": "bedrock",
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue