Peekaboo/docs/providers
2026-06-12 00:45:45 -07:00
..
anthropic.md docs: refresh runtime and provider guidance 2026-06-12 00:45:45 -07:00
grok.md fix(agent): support latest provider models 2026-06-09 01:23:32 +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 docs: refresh runtime and provider guidance 2026-06-12 00:45:45 -07: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: Fable/Claude models, output limits, generation settings, and credentials.
  • 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 Yes No API key or OAuth
Anthropic Yes Yes Model-dependent; Fable/Opus 4.8 currently non-streaming 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.