build(model_prices_and_context_window.json): update model info for llama3.1 on bedrock - supports tool calling, not tool choice

This commit is contained in:
Krrish Dholakia 2024-07-29 15:42:57 -07:00
parent b0da3f12e8
commit 8e24c3c945
2 changed files with 18 additions and 6 deletions

View file

@ -3773,7 +3773,9 @@
"input_cost_per_token": 0.0000004,
"output_cost_per_token": 0.0000006,
"litellm_provider": "bedrock",
"mode": "chat"
"mode": "chat",
"supports_function_calling": true,
"supports_tool_choice": false
},
"meta.llama3-1-70b-instruct-v1:0": {
"max_tokens": 128000,
@ -3782,7 +3784,9 @@
"input_cost_per_token": 0.00000265,
"output_cost_per_token": 0.0000035,
"litellm_provider": "bedrock",
"mode": "chat"
"mode": "chat",
"supports_function_calling": true,
"supports_tool_choice": false
},
"meta.llama3-1-405b-instruct-v1:0": {
"max_tokens": 128000,
@ -3791,7 +3795,9 @@
"input_cost_per_token": 0.00000532,
"output_cost_per_token": 0.000016,
"litellm_provider": "bedrock",
"mode": "chat"
"mode": "chat",
"supports_function_calling": true,
"supports_tool_choice": false
},
"512-x-512/50-steps/stability.stable-diffusion-xl-v0": {
"max_tokens": 77,

View file

@ -3773,7 +3773,9 @@
"input_cost_per_token": 0.0000004,
"output_cost_per_token": 0.0000006,
"litellm_provider": "bedrock",
"mode": "chat"
"mode": "chat",
"supports_function_calling": true,
"supports_tool_choice": false
},
"meta.llama3-1-70b-instruct-v1:0": {
"max_tokens": 128000,
@ -3782,7 +3784,9 @@
"input_cost_per_token": 0.00000265,
"output_cost_per_token": 0.0000035,
"litellm_provider": "bedrock",
"mode": "chat"
"mode": "chat",
"supports_function_calling": true,
"supports_tool_choice": false
},
"meta.llama3-1-405b-instruct-v1:0": {
"max_tokens": 128000,
@ -3791,7 +3795,9 @@
"input_cost_per_token": 0.00000532,
"output_cost_per_token": 0.000016,
"litellm_provider": "bedrock",
"mode": "chat"
"mode": "chat",
"supports_function_calling": true,
"supports_tool_choice": false
},
"512-x-512/50-steps/stability.stable-diffusion-xl-v0": {
"max_tokens": 77,