forked from phoenix/litellm-mirror
Fix Groq prices
This commit is contained in:
parent
75c8f77d9a
commit
8765e120f0
1 changed files with 5 additions and 5 deletions
|
@ -887,7 +887,7 @@
|
||||||
"max_input_tokens": 8192,
|
"max_input_tokens": 8192,
|
||||||
"max_output_tokens": 8192,
|
"max_output_tokens": 8192,
|
||||||
"input_cost_per_token": 0.00000005,
|
"input_cost_per_token": 0.00000005,
|
||||||
"output_cost_per_token": 0.00000010,
|
"output_cost_per_token": 0.00000008,
|
||||||
"litellm_provider": "groq",
|
"litellm_provider": "groq",
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true
|
"supports_function_calling": true
|
||||||
|
@ -906,8 +906,8 @@
|
||||||
"max_tokens": 32768,
|
"max_tokens": 32768,
|
||||||
"max_input_tokens": 32768,
|
"max_input_tokens": 32768,
|
||||||
"max_output_tokens": 32768,
|
"max_output_tokens": 32768,
|
||||||
"input_cost_per_token": 0.00000027,
|
"input_cost_per_token": 0.00000024,
|
||||||
"output_cost_per_token": 0.00000027,
|
"output_cost_per_token": 0.00000024,
|
||||||
"litellm_provider": "groq",
|
"litellm_provider": "groq",
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true
|
"supports_function_calling": true
|
||||||
|
@ -916,8 +916,8 @@
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"max_input_tokens": 8192,
|
"max_input_tokens": 8192,
|
||||||
"max_output_tokens": 8192,
|
"max_output_tokens": 8192,
|
||||||
"input_cost_per_token": 0.00000010,
|
"input_cost_per_token": 0.00000007,
|
||||||
"output_cost_per_token": 0.00000010,
|
"output_cost_per_token": 0.00000007,
|
||||||
"litellm_provider": "groq",
|
"litellm_provider": "groq",
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true
|
"supports_function_calling": true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue