Groq

Cline + Groq

Cline is a powerful CLI tool and AI coding assistant available as an extension for VS Code, Cursor, JetBrains, and VSCodium, and Windsurf IDEs. Pair it with Groq's LPU inference to get ultra-fast response times for interactive development workflows with native Groq provider support.

Prerequisites

Setup

  1. Configure Groq Provider
    IDE Extension:
    • Open Cline settings (click the settings icon ⚙️ in the Cline panel, or use Command Palette → "Cline: Open Settings")
    • Select "Groq" from the "API Provider" dropdown
    • Paste your Groq API key into the "Groq API Key" field
    • Choose your desired model from the "Model" dropdown
    CLI:
    • During the cline auth authentication wizard, select Groq as your provider and enter your Groq API key
    • Alternatively, configure Groq in your Cline settings after installation
  2. Start Coding
    IDE Extension: Open the Cline panel and start chatting or use code generation features. Groq's ultra-fast inference will provide near-instant responses.
    CLI: Run cline for interactive mode or cline "your task" for single command execution.

Cline automatically fetches available models from the Groq API, so you'll always see the latest options in the model dropdown.

Learn More

Was this page helpful?