Skip to content

Zero-Config Providers

agntk auto-detects the best available AI provider:

PriorityProviderHow it’s detected
1Your API keyOPENROUTER_API_KEY, OPENAI_API_KEY, or CEREBRAS_API_KEY in env
2OllamaAuto-detected at localhost:11434 — picks the right model for your hardware
3Free tierBuilt-in, no setup — backed by Cerebras (rate-limited)
Terminal window
# Use your own key for unlimited access (recommended)
export OPENROUTER_API_KEY=sk-or-...
# Or use local models — just install Ollama, agntk finds it automatically
# https://ollama.com
# Or just run it — the free tier works out of the box
npx agntk "hello"