
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
@voltagent/groq-ai
Advanced tools
VoltAgent Groq AI provider integration using the Groq SDK (@groq-sdk
).
This package allows you to use Gorq's fast inferencing models within your VoltAgent agents.
npm install @voltagent/groq-ai
# or
yarn add @voltagent/groq-ai
# or
pnpm add @voltagent/groq-ai
You need to provide your Groq API key. You can get one from Groq after signing up.
import { VoltAgent, Agent } from "@voltagent/core";
import { GroqProvider } from "@voltagent/groq-ai";
const agent = new Agent({
name: "finance",
instructions: "A helpful assistant that answers questions without using tools",
llm: new GroqProvider(),
model: "meta-llama/llama-4-scout-17b-16e-instruct",
});
new VoltAgent({
agents: {
agent,
},
});
Licensed under the MIT License, Copyright © 2025-present VoltAgent.
FAQs
VoltAgent Groq AI - Groq provider integration for VoltAgent
The npm package @voltagent/groq-ai receives a total of 35 weekly downloads. As such, @voltagent/groq-ai popularity was classified as not popular.
We found that @voltagent/groq-ai demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.