|
Some checks failed
macOS CI / PeekabooCore build & tests (push) Waiting to run
macOS CI / Peekaboo CLI build & tests (push) Blocked by required conditions
macOS CI / Tachikoma build & tests (push) Blocked by required conditions
macOS CI / Build macOS apps (Peekaboo + Inspector) (push) Blocked by required conditions
macOS CI / SwiftLint (core + CLI) (push) Blocked by required conditions
Website (GitHub Pages) / build (push) Has been cancelled
Website (GitHub Pages) / deploy (push) Has been cancelled
|
||
|---|---|---|
| .. | ||
| anthropic.md | ||
| grok.md | ||
| ollama-models.md | ||
| ollama.md | ||
| openai.md | ||
| README.md | ||
| summary | read_when | ||
|---|---|---|---|
| Index of AI provider docs (OpenAI, Anthropic, Gemini, MiniMax, Grok, Ollama) |
|
Providers index
- OpenAI —
openai.md: architecture, migration status, and guidance for adding models. - Anthropic —
anthropic.md: plan/status, streaming/tool notes, and Claude CLI examples. - Google — configured with
GEMINI_API_KEY; supports Gemini 3.1 Pro Preview and Gemini 3 Flash. - MiniMax — configured with
MINIMAX_API_KEY; supports MiniMax M2.7 through the Anthropic-compatible API. - MiniMax China — use
minimax-cn/...withMINIMAX_CN_API_KEYor the sharedMINIMAX_API_KEY; routes toapi.minimaxi.com. - Grok —
grok.md: Grok 4 implementation guide and checkpoints. - Ollama —
ollama.md: local model configuration;ollama-models.mdfor model catalog notes.
Use docs/providers.md as the central reference for the user-facing provider list,
configuration syntax, and environment variable reference.
Capability quick-compare
| Provider | Tools | Vision | Streaming | Local/offline | Auth |
|---|---|---|---|---|---|
| OpenAI | Yes (function/tool calling) | Yes (gpt-4o/4.1) | Yes | No | API key |
| Anthropic | Yes | Yes (Sonnet/Opus vision) | Yes (SSE) | No | API key or OAuth (Claude Pro/Max) |
| Yes | Yes | Yes | No | API key | |
| MiniMax | Yes | No | Yes | No | API key |
| MiniMax China | Yes | No | Yes | No | API key |
| Grok | Yes | Limited | Yes | No | API key |
| Ollama | Yes (via local server) | Model-dependent | Yes | Yes (local) | None (local daemon) |
| LM Studio | Yes (OpenAI-compatible local server) | Model-dependent | Yes | Yes (local) | None by default |
See individual pages for model lists, quirks, and test coverage expectations.