Augur docs

Tooling

Providers

OracleDefault modelAuth / host
anthropicclaude-haiku-4-5ANTHROPIC_API_KEY
openaigpt-4o-miniOPENAI_API_KEY
openrouteropenai/gpt-4o-miniOPENROUTER_API_KEY — OpenAI-compatible; any vendor/model id via --model.
ollamallama3.1local, 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