Skip to content

Perplexity alternatives

12 tools that do a similar job, and what makes each one different.

What Perplexity is

Perplexity sells four developer APIs for web search and web grounded answers: a Router API, an Agent API, a Search API and an Embeddings API. Requests authenticate with a bearer token supplied in the Authorization header, and billing is pay as you go, with no subscription required. The Agent API returns answers grounded in the web with citations attached, and it can also route a request to third party models from OpenAI, Anthropic, Google and xAI. The Search API is the lower level option, returning ranked raw web results rather than a written answer. Each result carries a title, a URL and a content snippet, with publication and last updated dates available as optional fields. A call accepts between one and twenty results and returns ten by default, can be restricted to at most twenty domains and twenty languages, and can be filtered by publication date, by last updated date, or by a recency window of an hour, day, week, month or year. The Router API puts open weight models hosted by Perplexity behind a single OpenAI compatible endpoint. Pricing differs by product. The Search API is 5.00 USD per 1,000 requests. Sonar is billed at 1 USD per million input tokens and 1 USD per million output tokens plus a per request fee, and Sonar Pro at 3 USD per million input tokens and 15 USD per million output tokens plus a per request fee. Agent API tool calls are billed per invocation: 0.0025 USD for a web search, 0.0005 USD for fetching a URL, and 0.005 USD each for people search and finance search. Third party models routed through the Agent API are billed per million tokens. Embeddings are cheaper again. The pplx-embed-v1-0.6b model returns 1024 dimensions, accepts up to 32K tokens and costs 0.004 USD per million tokens, while pplx-embed-v1-4b returns 2560 dimensions at 0.03 USD per million tokens. Rate limits are tied to spend. Access is banded into six usage tiers, running from Tier 0 at zero cumulative credit purchased up to Tier 5 at 5,000 USD or more, and Agent API limits rise across that range from 50 requests per minute to 8,000. The Search API is the exception, capped at 50 query units per second regardless of tier. Beyond the raw endpoints, Perplexity publishes a Python SDK and a TypeScript SDK, plus a command line tool that returns structured JSON search results and extracts passages from up to 50 URLs in a single call. On data handling, it operates a zero data retention policy for the Chat Completions API and keeps no prompt or response content, states that customer API data is not used to train its models, and holds a SOC 2 Type II report published through its trust portal.

Managed vector search, so retrieval stops being an operational problem. You upsert embeddings with metadata and query by similarity with filters, and the indexing, sharding and scaling are handled. Serverless indexes bill on usage rather than provisioned pods. The decision is nearly always this against pgvector: a managed service that scales, or one less system to run.

Freemium

The assistant that made the category mainstream. It answers in a chat window, searches the web when a question needs current facts, generates and edits images, and runs Python in a sandbox for anything involving data. Custom GPTs let a team package a prompt and a set of files as a reusable tool. The free tier is generous enough for casual use; the paid one is about access to the newer models and higher limits.

Freemium

Generates complete songs from a text prompt (vocals, instrumentation, structure and a title), rather than loops or stems. Useful for demos, background music and figuring out whether an idea works before booking anyone. You can supply your own lyrics or let it write them. Commercial rights depend on the plan, and that detail matters more than the output quality for most professional use.

Freemium

Speech synthesis good enough for published audio rather than prototypes: audiobooks, dubbing, narration and voice-overs that hold up to close listening. It clones a voice from a short sample, speaks across dozens of languages, and exposes the whole thing as an API. Voice cloning is exactly as sensitive as it sounds, which is why consent verification sits in front of it.

Freemium

The hub open-source machine learning is organised around. Hundreds of thousands of models and datasets with versioning, model cards and licences, plus Spaces for hosting a live demo of any of them. The `transformers` library is the default way to load a model in Python. If a paper released weights, this is almost always where they are.

Freemium

Anthropic's assistant, reached for most often when the input is long or the reasoning has to be careful, contracts, codebases, research papers, anything where skimming produces a confident wrong answer. Projects keep a set of documents in context across conversations, and Artifacts render code and documents beside the chat rather than inside it. Also available as an API and a desktop app.

Freemium

Video generation and editing aimed at people who already edit video. Text and image prompts produce clips, and the surrounding tools (background removal, motion tracking, inpainting, camera control) are the parts that get used daily once the novelty of generation wears off. Widely used in advertising and pre-visualisation, where an approximation of a shot is worth more than a description of it.

Freemium

Open source, unlike Perplexity

Open source

Open source, unlike Perplexity

Open source

Runs open-source models behind an HTTP API so you never provision a GPU. Push a model with Cog and it becomes an endpoint; pull someone else's and it is one call. Billing is per second of compute, which suits bursty work and gets expensive under sustained load, at which point self-hosting is the comparison to make.

Paid

Image generation with a distinctive aesthetic, lighting, composition and texture that other models approximate but rarely match. Prompts are refined through variations and upscales rather than tuned parameters, which suits art direction more than precise control. It runs in Discord and on the web, and the learning curve is mostly about learning what its house style does well.

Paid

Generates mobile and web apps from a table your team already maintains. Rows become screens, columns become fields, and the result is installable and works offline. Best for internal tools (inventory, inspections, field data, directories), where the alternative is a spreadsheet somebody edits on a phone.

Freemium