feat: update Groq models for better tool calling support (#3676)
Co-authored-by: kenneth.kimani <kenneth.kimani@savannahinformatics.com> Co-authored-by: Douwe Osinga <douwe@block.xyz>
This commit is contained in:
@@ -28,9 +28,14 @@ static MODEL_SPECIFIC_LIMITS: Lazy<HashMap<&'static str, usize>> = Lazy::new(||
|
||||
map.insert("llama3.3", 128_000);
|
||||
|
||||
// x.ai Grok models, https://docs.x.ai/docs/overview
|
||||
map.insert("grok", 131_072);
|
||||
|
||||
// Groq models, https://console.groq.com/docs/models
|
||||
map.insert("gemma2-9b", 8_192);
|
||||
map.insert("kimi-k2", 131_072);
|
||||
map.insert("qwen3-32b", 131_072);
|
||||
map.insert("grok-3", 131_072);
|
||||
map.insert("grok-4", 256_000); // 256K
|
||||
|
||||
map.insert("qwen3-coder", 262_144); // 262K
|
||||
|
||||
map
|
||||
|
||||
Reference in New Issue
Block a user