You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
Description
Add support for Perplexity AI API as an AI provider option alongside Anthropic, OpenAI, and Gemini.
Motivation
Perplexity AI offers excellent models with web search capabilities that would be valuable for desktop automation tasks requiring real-time information.
Proposed Implementation
Add PERPLEXITYAI_API_KEY environment variable support
Support models: sonar-pro, sonar, sonar-reasoning
Integration through LiteLLM proxy (already supported)
Additional Context
Perplexity models support:
Web search integration
Large context windows (128K-200K tokens)
Competitive pricing
Real-time information access
Related
Issue 144 already tracks additional provider support.