FREE FOREVER

GitVibe + Groq Free API

Generate unlimited AI-powered commit messages and PR descriptions using Groq's lightning-fast free models. No API costs, enough rate limits, pure speed.

Why Groq?
⚡ Lightning-fast inference (up to 800 tokens/sec)
🆓 Completely free tier with generous limits
🤖 Powered by Meta's Llama 3.1 models
🔒 Enterprise-grade security and privacy
🌍 Global edge network for low latency
Perfect for Git Workflows

Groq's speed makes it ideal for GitVibe's commit generation workflow. Get instant, high-quality commit messages without the wait times of other providers.

Response Time:~200ms average
Free Requests:30,000/day
Models:Llama 4, GPT-OSS, Kimi K2

Understanding Rate Limits

For more details on Groq's rate limits, visit their rate limits documentation.

Rate limits are measured in:

  • RPM: Requests per minute
  • RPD: Requests per day
  • TPM: Tokens per minute
  • TPD: Tokens per day
  • ASH: Audio seconds per hour
  • ASD: Audio seconds per day

Supported Models with Tool Calling

These Groq models in the free tier support tool calling, enabling advanced GitVibe features for better commit message generation.

openai/gpt-oss-20bGPT-OSS 20B
openai/gpt-oss-120bGPT-OSS 120B
moonshotai/kimi-k2-instruct-0905Kimi K2 Instruct
meta-llama/llama-4-maverick-17b-128e-instructLlama 4 Maverick
meta-llama/llama-4-scout-17b-16e-instructLlama 4 Scout

Setup Guide

1Get Your Free Groq API Key
Sign up for Groq and get instant access to their free tier

Groq offers a generous free tier with no credit card required. Get your API key in under 2 minutes.

Get Groq API KeyTakes ~2 minutes • Free forever
2Install GitVibe
Install the GitVibe CLI tool globally
npm install -g gitvibe

Or use your preferred package manager: yarn, pnpm, or bun

3Configure GitVibe with Groq
Set up your AI provider and API key

Option A: Interactive Setup (Recommended)

gitvibe init

Choose "Groq" as provider, paste your API key, and select a Llama model

Option B: Create Config Manually

gitvibe create-config groq-free

Guided setup specifically for Groq configuration

4Generate Your First Commit
Start creating AI-powered commit messages instantly
git add .
gitvibe commit --apply

That's it! GitVibe will analyze your changes and generate a professional commit message using Groq's AI.

Recommended Configuration

Groq-Optimized Config
Best settings for speed and quality with Groq's free tier
ai_provider: groq
model: meta-llama/llama-4-scout-17b-16e-instruct
temperature: 0.3
max_commit_tokens: 256
max_pr_tokens: 2048
stream_output: true

commit_prompt: |
  Generate a concise, professional commit message.
  Follow conventional commits format when applicable.

  Changes:
  {diff}

pr_prompt: |
  Create a clear PR title and description.

  Commits:
  {commits}

Why these settings? Lower temperature for consistent results, smaller token limits for speed, streaming for instant feedback.

Why GitVibe + Groq?

Lightning Fast

Generate commit messages in under 200ms with Groq's optimized inference

Completely Free

7,000 requests/day free tier from Groq, no hidden costs

Git-Native

Seamless integration with your existing Git workflow

Ready to Get Started?

Join thousands of developers using GitVibe with Groq for free, fast AI-powered Git workflows. Set up takes less than 5 minutes.