groq-api

Automate Groq API integration with Python and TypeScript SDK examples.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/jesusjbriceno/flux-free-gateway --skill groq-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: groq-api
Source: https://github.com/jesusjbriceno/flux-free-gateway/tree/main/.agents/skills/groq-api
Command: npx skills add https://github.com/jesusjbriceno/flux-free-gateway --skill groq-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Groq API integration enables developers to connect to Groq's fast AI model API, simplifying access to chat/completions, audio, and more across languages.

Core Features & Use Cases

  • Built-in SDKs for Python and JavaScript/TypeScript that streamline API calls (chat/completions, audio, etc.).
  • Practical tool-use patterns including built-in and local tool execution patterns for automated workflows.
  • Comprehensive references and guides: API references, moderation, reasoning, vision, audio, and structured outputs.
  • Use Case: quickly prototype an AI assistant with multi-model support and safe, scalable calls to Groq services.

Quick Start

Install the Groq SDKs for Python and JavaScript/TypeScript and run a minimal example to validate connectivity and responses.

Frequently Asked Questions about groq-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Groq API chat completions into my Python or TypeScript application?

Implement Groq API streaming responses by enabling the stream parameter in your SDK chat completions request. This Skill provides streaming usage patterns for Python and TypeScript SDKs to handle real-time model output efficiently.

Can I use tool use patterns and local tool execution with Groq API workflows?

Groq API supports tool use patterns, including both built-in and local tool execution for automated workflows. This Skill offers practical examples for integrating external functions into multi-model AI assistant applications.

Does the Groq API integration support vision, audio, and structured outputs?

The Groq API integration supports vision, audio, reasoning, moderation, and structured outputs. This Skill includes API references and guides for building multi-model AI applications across these modalities.

What is the best way to prototype a multi-model AI assistant using the Groq API?

The best way to prototype a multi-model AI assistant is using Groq's Python and TypeScript SDKs with structured tool use patterns. This Skill provides reference materials and safety checks for scalable deployments.