Peekaboo/docs/providers
Peter Steinberger 86f541184f
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
feat(agent): add MiniMax China provider support (#162)
2026-05-25 11:05:05 +01:00
..
anthropic.md chore(docs): consolidate docs 2025-11-25 18:08:05 +01:00
grok.md feat(agent): refresh supported model catalog 2026-05-10 14:44:02 +01:00
ollama-models.md chore(docs): consolidate docs 2025-11-25 18:08:05 +01:00
ollama.md fix(ollama): support vision models in image --analyze 2025-12-18 10:04:55 +00:00
openai.md chore(docs): consolidate docs 2025-11-25 18:08:05 +01:00
README.md feat(agent): add MiniMax China provider support (#162) 2026-05-25 11:05:05 +01:00

summary read_when
Index of AI provider docs (OpenAI, Anthropic, Gemini, MiniMax, Grok, Ollama)
choosing or configuring AI providers for Peekaboo
looking for provider-specific plans or status

Providers index

  • OpenAIopenai.md: architecture, migration status, and guidance for adding models.
  • Anthropicanthropic.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/... with MINIMAX_CN_API_KEY or the shared MINIMAX_API_KEY; routes to api.minimaxi.com.
  • Grokgrok.md: Grok 4 implementation guide and checkpoints.
  • Ollamaollama.md: local model configuration; ollama-models.md for 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)
Google 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.