Skip to content

Commit 94cac6f

Browse files
committed
fix: groq health check
1 parent 3f2881c commit 94cac6f

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

litellm/model_prices_and_context_window_backup.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5817,16 +5817,6 @@
58175817
"supports_response_schema": true,
58185818
"supports_tool_choice": true
58195819
},
5820-
"groq/llama3-8b-8192": {
5821-
"max_tokens": 8192,
5822-
"max_input_tokens": 8192,
5823-
"max_output_tokens": 8192,
5824-
"input_cost_per_token": 5e-08,
5825-
"output_cost_per_token": 8e-08,
5826-
"litellm_provider": "groq",
5827-
"mode": "chat",
5828-
"supports_tool_choice": true
5829-
},
58305820
"groq/llama-3.2-1b-preview": {
58315821
"max_tokens": 8192,
58325822
"max_input_tokens": 8192,
@@ -5907,17 +5897,6 @@
59075897
"supports_tool_choice": true,
59085898
"deprecation_date": "2025-04-14"
59095899
},
5910-
"groq/llama3-70b-8192": {
5911-
"max_tokens": 8192,
5912-
"max_input_tokens": 8192,
5913-
"max_output_tokens": 8192,
5914-
"input_cost_per_token": 5.9e-07,
5915-
"output_cost_per_token": 7.9e-07,
5916-
"litellm_provider": "groq",
5917-
"mode": "chat",
5918-
"supports_response_schema": true,
5919-
"supports_tool_choice": true
5920-
},
59215900
"groq/llama-3.1-8b-instant": {
59225901
"max_tokens": 8192,
59235902
"max_input_tokens": 128000,

model_prices_and_context_window.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5817,16 +5817,6 @@
58175817
"supports_response_schema": true,
58185818
"supports_tool_choice": true
58195819
},
5820-
"groq/llama3-8b-8192": {
5821-
"max_tokens": 8192,
5822-
"max_input_tokens": 8192,
5823-
"max_output_tokens": 8192,
5824-
"input_cost_per_token": 5e-08,
5825-
"output_cost_per_token": 8e-08,
5826-
"litellm_provider": "groq",
5827-
"mode": "chat",
5828-
"supports_tool_choice": true
5829-
},
58305820
"groq/llama-3.2-1b-preview": {
58315821
"max_tokens": 8192,
58325822
"max_input_tokens": 8192,
@@ -5907,17 +5897,6 @@
59075897
"supports_tool_choice": true,
59085898
"deprecation_date": "2025-04-14"
59095899
},
5910-
"groq/llama3-70b-8192": {
5911-
"max_tokens": 8192,
5912-
"max_input_tokens": 8192,
5913-
"max_output_tokens": 8192,
5914-
"input_cost_per_token": 5.9e-07,
5915-
"output_cost_per_token": 7.9e-07,
5916-
"litellm_provider": "groq",
5917-
"mode": "chat",
5918-
"supports_response_schema": true,
5919-
"supports_tool_choice": true
5920-
},
59215900
"groq/llama-3.1-8b-instant": {
59225901
"max_tokens": 8192,
59235902
"max_input_tokens": 128000,

0 commit comments

Comments
 (0)