Providers
Provider Auth History
Section titled “Provider Auth History”Full provider history and lessons. Quick ref in MEMORY.md.
Current Provider Status
Section titled “Current Provider Status”anthropic/
Section titled “anthropic/”- MAX plan OAuth token. Primary for ALL agents.
ANTHROPIC_FRANKEL_KEY— Paid API key. Frankel-ONLY. NEVER use for general agent work.
openai-codex/
Section titled “openai-codex/”- OAuth (ChatGPT Plus). ONLY working OpenAI provider.
- Models:
gpt-5.3-codex - Config:
~/.codex/config.toml,multi-agent=true
google-antigravity/
Section titled “google-antigravity/”- OAuth. Gemini + Claude models.
google-antigravity/gemini-3-flash— current stable Scout primary
google-gemini-cli/
Section titled “google-gemini-cli/”- OAuth (wired from CLI creds). Works. Gemini models.
google-gemini-cli/gemini-3.1-pro-preview
github-copilot/
Section titled “github-copilot/”- Copilot Pro subscription.
- Models:
github-copilot/claude-sonnet-4.6,github-copilot/claude-opus-4.6,github-copilot/gpt-4o,github-copilot/gpt-5-mini
Rule: Auth ≠ Quota
Section titled “Rule: Auth ≠ Quota”Before assigning any provider as primary or fallback:
- Test a real completion (not just auth ping)
- Verify quota is available
- Test under load if it’s for a critical path
See Also
Section titled “See Also”- Model Catalog — Model routing and costs
- Corrections — Lessons from provider incidents