#107 · Primary category: LLM Application Frameworks
perplexity-ai
Unofficial API Wrapper for Perplexity.ai + Account Generator with Web Interface
Project last updated:08/16/26
GitHub Stars
1.9K
Forks
330
Contributors
17
License
MIT
Why we included this project
This Python wrapper talks to Perplexity through the same web interface the product itself uses, so you get its cited search-and-answer responses without holding an official API key. It offers both synchronous and asynchronous calls, streams replies as they arrive, handles file uploads for document Q&A, and retries failed requests automatically. There's also a Model Context Protocol server bundled in, so Claude Code and other MCP clients can call Perplexity search as a tool with no credentials to set up. The catch is that a chunk of the project exists to auto-generate accounts and dodge query limits, a tactic that probably runs against Perplexity's terms of service, so treat that part with care. If you just want keyless access to Perplexity-style answers, the wrapper and its optional web interface are a practical place to start.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform