Ed is the tool – he needs an AI brain to do the thinking. Think of it like a car: Ed is the car, and the AI is the engine. You pick the engine and pay for it directly. Nothing goes through our servers.
There are four options, each with different tradeoffs between quality, speed, and convenience.
Claude is widely considered the best AI for writing and nuanced instruction. Two models to choose from:
Setup:
export ANTHROPIC_API_KEY=sk-ant-your-key-hereThe company behind ChatGPT. GPT-5.4 is highly capable and produces professional-quality output.
Setup:
export OPENAI_API_KEY=sk-your-key-hereGoogle’s Gemini models are fast and strong on structured content. Two models to choose from:
Setup:
export GOOGLE_API_KEY=your-key-hereclawed config set-model googleOllama is a platform that gives you access to powerful AI for a flat monthly fee – no surprise bills. MiniMax M2.7 is an excellent model for education: smart, fast, and great at learning your teaching voice.
Setup:
export OLLAMA_API_KEY=your-key-here then clawed config set-model ollamaBest value for most teachers. Flat rate, no surprises, and MiniMax M2.7 is excellent at capturing your specific teaching style.
You can run a small AI model entirely on your computer – free, no internet needed. The catch: local models are significantly less intelligent than cloud options. They often struggle to capture your teaching voice or write naturally. Most teachers will be disappointed with the results.
If you want to try anyway, Ed works well with the Gemma 4 series:
| Your computer | Recommended model | Command to install |
|---|---|---|
| Basic laptop (8GB RAM) | Gemma 4 4B | ollama pull gemma4:4b |
| Modern Mac or PC (16GB RAM) | Gemma 4 12B | ollama pull gemma4:12b |
| High-end workstation (32GB+ RAM) | Gemma 4 27B | ollama pull gemma4:27b |
Then run: clawed config set-model ollama
Start with Option 4 (Ollama Cloud) if cost is your concern – a flat-rate cloud model is far better than a free local model.
Most teachers should start with Option 4 (Ollama Cloud). Flat rate, great quality, no surprises. If you want the best possible output regardless of cost, use Option 1 with Claude Sonnet 4.6. If Ed is struggling with a particular task, you can always switch models with clawed config set-model.
Ready to get started? Head back to the README quickstart.