Tooling
Providers
| Oracle | Default model | Auth / host |
|---|---|---|
anthropic | claude-haiku-4-5 | ANTHROPIC_API_KEY |
openai | gpt-4o-mini | OPENAI_API_KEY |
openrouter | openai/gpt-4o-mini | OPENROUTER_API_KEY — OpenAI-compatible; any vendor/model id via --model. |
ollama | llama3.1 | local, OLLAMA_HOST — runs 100% on your machine. |
fake | (none) | Deterministic offline stub used by the test suite. |
API keys are read from the environment — never hardcoded. The end-of-run cost counter is in BRL (USD × 5.0), priced for
claude-haiku-4-5, gpt-4o-mini, and llama3.1/fake (priced at 0). Other models — including most OpenRouter ids — read R$0; track real spend on your provider's dashboard.bun run src/index.ts app.aug --oracle openrouter --model anthropic/claude-3.5-haiku
ANTHROPIC_API_KEY=sk-... bun run src/index.ts app.aug --oracle anthropic