mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix: correct Groq gpt-oss pricing and add cache pricing (#19311)
This commit is contained in:
parent
608979c7e9
commit
2ba7d2e821
2 changed files with 10 additions and 6 deletions
|
|
@ -18826,13 +18826,14 @@
|
|||
"supports_tool_choice": true
|
||||
},
|
||||
"groq/openai/gpt-oss-120b": {
|
||||
"cache_read_input_token_cost": 7.5e-08,
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"litellm_provider": "groq",
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 32766,
|
||||
"max_tokens": 32766,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 7.5e-07,
|
||||
"output_cost_per_token": 6e-07,
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
|
|
@ -18841,13 +18842,14 @@
|
|||
"supports_web_search": true
|
||||
},
|
||||
"groq/openai/gpt-oss-20b": {
|
||||
"input_cost_per_token": 1e-07,
|
||||
"cache_read_input_token_cost": 3.75e-08,
|
||||
"input_cost_per_token": 7.5e-08,
|
||||
"litellm_provider": "groq",
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 32768,
|
||||
"max_tokens": 32768,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 5e-07,
|
||||
"output_cost_per_token": 3e-07,
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
|
|
|
|||
|
|
@ -18826,13 +18826,14 @@
|
|||
"supports_tool_choice": true
|
||||
},
|
||||
"groq/openai/gpt-oss-120b": {
|
||||
"cache_read_input_token_cost": 7.5e-08,
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"litellm_provider": "groq",
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 32766,
|
||||
"max_tokens": 32766,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 7.5e-07,
|
||||
"output_cost_per_token": 6e-07,
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
|
|
@ -18841,13 +18842,14 @@
|
|||
"supports_web_search": true
|
||||
},
|
||||
"groq/openai/gpt-oss-20b": {
|
||||
"input_cost_per_token": 1e-07,
|
||||
"cache_read_input_token_cost": 3.75e-08,
|
||||
"input_cost_per_token": 7.5e-08,
|
||||
"litellm_provider": "groq",
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 32768,
|
||||
"max_tokens": 32768,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 5e-07,
|
||||
"output_cost_per_token": 3e-07,
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue