Rizz is an early build (M2 walking skeleton). Some features below are marked m3 / planned and aren't shipped yet. See the repo →
Model providers
Rizz is provider-agnostic. Auth paths per provider:
- Use a subscription — browser OAuth / device-code; token stored in the OS keychain.
- Paste an API key (BYOK) — masked field, validated with a 1-line test call, stored in the keychain (never the repo).
- Cloud creds — e.g. Amazon Bedrock via AWS profile/role + region (“governed”).
- Custom — any OpenAI-compatible or Anthropic-messages base URL.
Curated catalog (subscription and/or key): Claude, Codex, GitHub Copilot, OpenRouter, Nvidia NIM, Amazon Bedrock, Anthropic, OpenAI, Google, Groq, Mistral, xAI, and Ollama (local/offline). After auth, a searchable model sub-list appears (tool-capable filtered in, recents pinned, default starred). Selecting a model hot-swaps with no restart. Credentials live in the OS keychain by default; env vars are honored; nothing is written to the repo or vault.
The catalog is the product intent; live provider adapters land in M3.