- Which models can I use?
- Frontier models from Anthropic, OpenAI, and Google, plus the most powerful open-source models — DeepSeek, Qwen, and Kimi (Moonshot). Pick a planning model and a coding model from a dropdown; the Model Router is pre-wired, so there are no provider API keys to set up.
- Why run agents on open-source models?
- Agents consume far more tokens than a chat session — they plan, call tools, read results, and iterate over many steps. Running that volume on cost-effective open-source models cuts the bill dramatically, and you can still reach for a frontier model on the steps that need it.
- If I switch models, do I lose my work?
- No. The model is a setting under your agent. Switch it and the same agent keeps running — your tasks, history, and memory carry over. There is nothing to migrate or re-set-up.
- Do I need API keys?
- No. The Model Router is wired in across commercial and open models, so there are no provider keys to manage. You can connect your own LLM accounts later if you want direct provider control.
- Can I pick a different model per task?
- Today the model applies across your work. Choosing a different model — and a different agent — per individual task is coming soon.
- What are the latest:* aliases?
- Instead of pinning a specific model version, reference an alias like latest:deepseek or latest:gpt. The Model Router resolves it to the current pinned version of that family, so you pick up new releases without changes.