Skip to main content
New to Arka? Start here to stretch free LLM quotas and run locally when you can. If you say arka free tier setup, Arka should route that to free_credits, not generic web_answer.

Natural language

CLI

Shows your configured providers, recommended .env settings, and verification steps. Arka’s default failover chain tries Gemini Flash → Groq Llama → Ollama before other configured providers.

Step-by-step

1. Add keys to .env

Edit ~/.config/arka/.env (created by arka setup):
Use at least one cloud key, or run Ollama locally for zero API cost.

2. Stretch quotas with backup keys

On 429 rate limits, Arka rotates keys before switching providers.

3. Save routing tokens

symbolic runs most skills locally; the LLM only classifies skill names — not full skill manuals.

4. Pick models for your hardware

Or set a preferred fast model:

5. Verify

Context7 and MCP

Context7 (CONTEXT7_API_KEY) is optional — it powers library-docs MCP lookup, not chat LLM calls. Skip it until you need live documentation search.