forked from phoenix/litellm-mirror
build(model_prices_and_context_window.json): add groq llama3.2b model pricing
Closes https://github.com/BerriAI/litellm/issues/6807
This commit is contained in:
parent
252c952a05
commit
b44c9f25a0
2 changed files with 132 additions and 0 deletions
|
@ -1759,6 +1759,72 @@
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
"supports_response_schema": true
|
"supports_response_schema": true
|
||||||
},
|
},
|
||||||
|
"groq/llama-3.2-1b-preview": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00000004,
|
||||||
|
"output_cost_per_token": 0.00000004,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_response_schema": true
|
||||||
|
},
|
||||||
|
"groq/llama-3.2-3b-preview": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00000006,
|
||||||
|
"output_cost_per_token": 0.00000006,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_response_schema": true
|
||||||
|
},
|
||||||
|
"groq/llama-3.2-11b-text-preview": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00000018,
|
||||||
|
"output_cost_per_token": 0.00000018,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_response_schema": true
|
||||||
|
},
|
||||||
|
"groq/llama-3.2-11b-vision-preview": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00000018,
|
||||||
|
"output_cost_per_token": 0.00000018,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_response_schema": true
|
||||||
|
},
|
||||||
|
"groq/llama-3.2-90b-text-preview": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.0000009,
|
||||||
|
"output_cost_per_token": 0.0000009,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_response_schema": true
|
||||||
|
},
|
||||||
|
"groq/llama-3.2-90b-vision-preview": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.0000009,
|
||||||
|
"output_cost_per_token": 0.0000009,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_response_schema": true
|
||||||
|
},
|
||||||
"groq/llama3-70b-8192": {
|
"groq/llama3-70b-8192": {
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"max_input_tokens": 8192,
|
"max_input_tokens": 8192,
|
||||||
|
|
|
@ -1759,6 +1759,72 @@
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
"supports_response_schema": true
|
"supports_response_schema": true
|
||||||
},
|
},
|
||||||
|
"groq/llama-3.2-1b-preview": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00000004,
|
||||||
|
"output_cost_per_token": 0.00000004,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_response_schema": true
|
||||||
|
},
|
||||||
|
"groq/llama-3.2-3b-preview": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00000006,
|
||||||
|
"output_cost_per_token": 0.00000006,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_response_schema": true
|
||||||
|
},
|
||||||
|
"groq/llama-3.2-11b-text-preview": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00000018,
|
||||||
|
"output_cost_per_token": 0.00000018,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_response_schema": true
|
||||||
|
},
|
||||||
|
"groq/llama-3.2-11b-vision-preview": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00000018,
|
||||||
|
"output_cost_per_token": 0.00000018,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_response_schema": true
|
||||||
|
},
|
||||||
|
"groq/llama-3.2-90b-text-preview": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.0000009,
|
||||||
|
"output_cost_per_token": 0.0000009,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_response_schema": true
|
||||||
|
},
|
||||||
|
"groq/llama-3.2-90b-vision-preview": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.0000009,
|
||||||
|
"output_cost_per_token": 0.0000009,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_response_schema": true
|
||||||
|
},
|
||||||
"groq/llama3-70b-8192": {
|
"groq/llama3-70b-8192": {
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"max_input_tokens": 8192,
|
"max_input_tokens": 8192,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue