Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions providers/groq/allam-2-7b.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
features:
- json_output
- system_messages
limits:
context_window: 4096
max_output_tokens: 4096
Expand Down
5 changes: 4 additions & 1 deletion providers/groq/llama-3.1-8b-instant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ costs:
- input_cost_per_token: 5e-8
output_cost_per_token: 8e-8
region: "*"
deprecationDate: "2026-06-17"
features:
- function_calling
- parallel_function_calling
- tool_choice
- json_output
isDeprecated: true
limits:
context_window: 131072
max_input_tokens: 131072
Expand All @@ -30,10 +32,11 @@ params:
provisioning: serverless
removeParams:
- reasoning_effort
retirementDate: "2026-08-16"
sources:
- https://console.groq.com/docs/tool-use
- https://console.groq.com/docs/api-reference#chat-create
- https://console.groq.com/docs/model/llama-3.1-8b-instant
status: active
status: deprecated
supportedModes:
- chat
5 changes: 4 additions & 1 deletion providers/groq/llama-3.3-70b-versatile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ costs:
output_cost_per_token: 7.9e-7
output_cost_per_token_batches: 3.95e-7
region: "*"
deprecationDate: "2026-06-17"
features:
- function_calling
- parallel_function_calling
- tool_choice
- system_messages
- json_output
isDeprecated: true
limits:
context_window: 131072
max_input_tokens: 131072
Expand All @@ -33,10 +35,11 @@ params:
provisioning: serverless
removeParams:
- reasoning_effort
retirementDate: "2026-08-16"
sources:
- https://console.groq.com/docs/tool-use
- https://console.groq.com/docs/structured-outputs
- https://console.groq.com/docs/batch
status: active
status: deprecated
supportedModes:
- chat
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ costs:
output_cost_per_token: 3.4e-7
output_cost_per_token_batches: 1.7e-7
region: "*"
deprecationDate: "2026-06-17"
features:
- function_calling
- parallel_function_calling
- tool_choice
- structured_output
- json_output
isDeprecated: true
limits:
context_window: 131072
max_input_tokens: 131072
Expand All @@ -31,6 +33,7 @@ params:
provisioning: serverless
removeParams:
- reasoning_effort
retirementDate: "2026-07-17"
sources:
- https://console.groq.com/docs/model/meta-llama/llama-4-scout-17b-16e-instruct
- https://console.groq.com/docs/tool-use
Expand All @@ -40,6 +43,6 @@ sources:
- https://console.groq.com/docs/api-reference#chat-create
- https://console.groq.com/docs/prompt-caching
- https://console.groq.com/docs/reasoning
status: preview
status: deprecated
supportedModes:
- chat
5 changes: 4 additions & 1 deletion providers/groq/qwen/qwen3-32b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ costs:
- input_cost_per_token: 2.9e-7
output_cost_per_token: 5.9e-7
region: "*"
deprecationDate: "2026-06-17"
features:
- function_calling
- parallel_function_calling
- json_output
- tool_choice
isDeprecated: true
limits:
context_window: 131072
max_output_tokens: 40960
Expand All @@ -30,11 +32,12 @@ params:
- default
type: string
provisioning: serverless
retirementDate: "2026-07-17"
sources:
- https://console.groq.com/docs/model/qwen/qwen3-32b
- https://console.groq.com/docs/reasoning
- https://console.groq.com/docs/tool-use
status: preview
status: deprecated
supportedModes:
- chat
thinking: true
Loading