[ Prompt generator ]
Make your agent configure itself.
Choose a provider, model and tool. Copy the prompt into your agent — it sets up the endpoint and reads the key from your environment. Or grab the manual config. Nothing here leaves your browser.
01
Choose provider
Pick a free LLM API provider.
groq
02
Choose agent / tool
Select the tool you want to use.
03
Your setup prompt
paste into your agent
You are being set up to use a free LLM API as your model backend.
Provider: Groq
Base URL: https://api.groq.com/openai/v1
Model: llama-3.3-70b-versatile
Auth: Bearer token (OpenAI-compatible)
Key env var: GROQ_API_KEY
Temperature: 0.7
Max tokens: 4096
Task:
1. Configure Claude Code to call the endpoint above using the OpenAI Chat Completions format.
2. Read the API key from the GROQ_API_KEY environment variable. Do NOT
ask me to paste the key in plain text in this chat — I will set it in my env.
3. If a setting requires a base URL, use exactly: https://api.groq.com/openai/v1
4. Send one short test message ("ping") and report back whether the call
succeeded, including the model name and latency.
5. Prefer step-by-step reasoning for complex tasks; keep simple answers concise.
If anything is missing (e.g. an account ID for the base URL), ask me for just
that value and nothing else.bash
# settings.json "env" block, or your shell:
ANTHROPIC_BASE_URL=https://api.groq.com/openai/v1
ANTHROPIC_AUTH_TOKEN=<YOUR_API_KEY>
ANTHROPIC_MODEL=llama-3.3-70b-versatile
# Claude Code speaks the Anthropic Messages API. Use an Anthropic-compatible
# endpoint, or an OpenAI→Anthropic proxy in front of Groq.[ Config summary ]View provider →
ProviderGroq
Modelllama-3.3-70b-versatile
API typeOpenAI compatible
Base URLhttps://api.groq.com/openai/v1
AuthBearer (OpenAI)
Rate30 REQ/MIN
CostFree
[ Agent / tool presets ]
[ Customization ]
[ What is this? ]
This generates a prompt that configures your agent to use the selected free provider — with sensible defaults for coding and general use.
Optimized
Sensible defaults
Secure
Key stays in your env
Free
Free tiers only