Skip to content

Conversation

@ki3ani
Copy link
Contributor

@ki3ani ki3ani commented Jul 27, 2025

Summary

Updates Groq provider models for better tool calling support.

Changes Made

  • Updated default model: llama-3.3-70b-versatilemoonshotai/kimi-k2-instruct
  • Added new models: qwen/qwen3-32b and moonshotai/kimi-k2-instruct to known models list
  • Updated documentation: Added Groq section to "Using Goose for Free" with setup instructions

Testing

  • ✅ Code compiles successfully
  • ✅ New models appear in provider configuration UI
  • ✅ Both models verified to support tool calling

Models Added

  • moonshotai/kimi-k2-instruct - MoE model optimized for agentic intelligence and tool use
  • qwen/qwen3-32b - Advanced reasoning and multilingual capabilities

@ki3ani ki3ani mentioned this pull request Jul 27, 2025
Copy link
Collaborator

@DOsinga DOsinga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider

"llama-3.3-70b-versatile",
"moonshotai/kimi-k2-instruct",
"qwen/qwen3-32b",
];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure these models also have their token limits defined in models.rs

@DOsinga DOsinga merged commit 9d996c3 into block:main Jul 29, 2025
8 checks passed
michaelneale added a commit that referenced this pull request Jul 30, 2025
* main:
  chore: small refactor on agent.rs (#3703)
  docs: Add GitMCP Tutorial to Extensions Library (#3716)
  chore: Speed up CI (#3711)
  Fix tool vector tests (#3709)
  docs: GitMCP Tutorial  (#3708)
  Remove unused dependencies (#3626)
  feat: update Groq models for better tool calling support (#3676)
  chore: remove ffi libraries and related code (#3699)
  only run google analytics in prod (#3395)
  Fix typo in quickstart document (#3447)
  fix: pricing estimation for OpenRouter in goose-cli (#3675)
  fix: escape control characters in LLM tool call arguments JSON (#2893)
  feat(githubcopilot): add ability to fetch supported models (#2717)
  Create a message ID for tool response messages (#3591)
  fix: Fixed 404 broken link to extensions page in index.md (#3623)
atarantino pushed a commit to atarantino/goose that referenced this pull request Aug 5, 2025
Co-authored-by: kenneth.kimani <kenneth.kimani@savannahinformatics.com>
Co-authored-by: Douwe Osinga <douwe@block.xyz>
Signed-off-by: Adam Tarantino <tarantino.adam@hey.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants