Overview of supported AI providers in Peekaboo
mainPeekaboo supports a variety of AI providers for automation tasks, ranging from cloud-based APIs to local models. Providers include:
- OpenAI: Supports function/tool calling and vision.
- Anthropic: Supports Claude models (Fable 5, Sonnet 5, Opus 4.8) with vision and tool calling.
- Google: Configured via
GEMINI_API_KEY; supports Gemini 3.1 Pro Preview and Gemini 3 Flash. - MiniMax: Configured via
MINIMAX_API_KEY; supports MiniMax M3 and M2.7. - MiniMax China: Configured via
MINIMAX_CN_API_KEYorMINIMAX_API_KEY; routes toapi.minimaxi.com. - Kimi: Configured via
MOONSHOT_API_KEYorKIMI_API_KEY; supports Kimi K2.6 and K2.7 Code. - Grok: Supports Grok 4 implementation.
- Ollama: Supports local models with incremental NDJSON streaming.
- LM Studio: Provides an OpenAI-compatible local server for offline use.