mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 12:20:38 +08:00
Add support of Meta's Llama 4 Scout and Maverick 17b from Groq Cloud
Reference: - https://ai.meta.com/blog/llama-4-multimodal-intelligence/ - https://console.groq.com/docs/models#preview-models - https://groq.com/llama-4-now-live-on-groq-build-fast-at-the-lowest-cost-without-compromise/
This commit is contained in:
@ -76,6 +76,8 @@ MAX_TOKENS = {
|
||||
"bedrock/us.anthropic.claude-3-5-sonnet-20241022-v2:0": 100000,
|
||||
"bedrock/us.anthropic.claude-3-7-sonnet-20250219-v1:0": 200000,
|
||||
'claude-3-5-sonnet': 100000,
|
||||
'groq/meta-llama/llama-4-scout-17b-16e-instruct': 131072,
|
||||
'groq/meta-llama/llama-4-maverick-17b-128e-instruct': 131072,
|
||||
'groq/llama3-8b-8192': 8192,
|
||||
'groq/llama3-70b-8192': 8192,
|
||||
'groq/llama-3.1-8b-instant': 8192,
|
||||
|
Reference in New Issue
Block a user