Skip to content

Conversation

@GSDV
Copy link
Contributor

@GSDV GSDV commented Jan 4, 2026

Background

The docs for the meta-llama/llama-guard-4-12b model was incorrect. I tried calling meta-llama/llama-guard-4-12b from the Groq provider with tool calls, and it rejected it:

// ...
"data": {
      "error": {
        "message": "`tool calling` is not supported with this model",
        "type": "invalid_request_error"
      }
    }

Summary

I corrected meta-llama/llama-guard-4-12b tool capabilities on the model table.

Checklist

  • Tests have been added / updated (for bug fixes / features)
  • Documentation has been added / updated (for bug fixes / features)
  • A patch changeset for relevant packages has been added (for bug fixes / features - run pnpm changeset in the project root)
  • I have reviewed this pull request (self-review)

@vercel-ai-sdk vercel-ai-sdk bot added ai/provider documentation Improvements or additions to documentation provider/community labels Jan 4, 2026
@lgrammel lgrammel changed the title docs(ai): correct tool calling support for groq llama-guard-4-12b docs: correct tool calling support for groq llama-guard-4-12b Jan 5, 2026
@lgrammel lgrammel merged commit 70ec2ac into vercel:main Jan 5, 2026
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai/provider documentation Improvements or additions to documentation provider/community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants