Perplexity Computer: 19 Models, One Agent, $200/Month

By Prahlad Menon 4 min read

Perplexity just launched Computer. It’s not a chatbot — it’s a full AI agent that can run autonomously for hours, days, or even months.

The twist? It doesn’t use one model. It orchestrates nineteen.

The 19-Model Swarm

At the heart of Computer is Claude Opus 4.6, acting as the “core reasoning engine.” But Opus doesn’t do everything — it delegates to specialists:

ModelRole
Claude Opus 4.6Core reasoning, orchestration
GeminiDeep research tasks
GrokQuick, low-latency tasks
ChatGPT 5.2Long-context processing
Nano BananaImage generation
Veo 3.1Video generation
+ 13 othersVarious specialized tasks

The idea is elegant: instead of forcing one model to be good at everything, let each model do what it’s best at. Opus decides which model handles which subtask, then synthesizes the results.

Users can override this. If you want Grok handling something Opus would normally route to Gemini, you can force it. But the default is fully autonomous — Computer picks the best tool for each job.

Always-On, Cloud-Based

Unlike OpenClaw or Claude Remote Control, Computer runs entirely in the cloud. Your machine doesn’t need to stay on. You don’t need to keep a terminal open.

Set a task running, close your laptop, come back tomorrow. It’s still working.

Perplexity claims they’ve been using Computer internally since January. One example: they built a 4,000-row spreadsheet overnight — research, data entry, validation, all handled while employees slept.

The always-on nature changes what’s possible. You can kick off a task that takes 8 hours of research, go to bed, and wake up to results. Try that with local agents.

The Safety Story

Remember OpenClaw’s email deletion incident? An autonomous agent with Gmail access accidentally purged important emails while “cleaning up” a user’s inbox. That scared a lot of people.

Perplexity’s response: aggressive sandboxing.

Computer runs in an isolated environment. It can access your Google Workspace, Slack, and GitHub through native integrations, but actions are scoped and reversible. The sandbox limits blast radius if something goes wrong.

This is the “managed agent” philosophy: trust the platform to handle safety, rather than trusting users to configure guardrails themselves. It’s the same tradeoff as managed cloud vs self-hosted infrastructure.

Persistent Memory: Context Vault

One of Computer’s standout features is what Perplexity calls the “Context Vault.” It’s persistent memory that survives across sessions.

Start a complex project on Monday, come back Thursday, and Computer remembers where you left off — your preferences, the decisions you made, the context you established.

This is harder than it sounds. Most AI agents start fresh each session. Building genuine continuity requires careful state management. Perplexity has apparently solved this at scale.

Native Integrations That Execute

Here’s what separates Computer from chatbots: it doesn’t advise. It does.

IntegrationWhat It Actually Does
Google WorkspaceCreates docs, schedules meetings, sends emails
SlackPosts messages, creates channels, manages workflows
GitHubOpens PRs, reviews code, manages issues

When you say “schedule a meeting with Sarah for next week,” it checks both calendars, finds a slot, creates the invite, and sends it. You don’t copy-paste anything.

You can watch it work in real-time at perplexity.ai/computer/live — a live stream of workflows as they execute.

The Pricing Model

$200/month for Max subscribers, plus per-token billing.

This is notable: Perplexity has never charged consumers per-token before. Everything was flat-rate subscription. Computer breaks that pattern.

Why? Running 19 models for hours-long tasks gets expensive. A flat rate would either be too expensive for casual users or too cheap to cover heavy users. Per-token billing lets them offer the service sustainably.

For context: $200/month is the same as Claude Max. You’re paying premium prices for premium capability.

Cloud vs Local: The Real Tradeoff

AspectPerplexity ComputerOpenClaw/Local Agents
Runs when laptop closed✅ Yes❌ No
Data stays on your machine❌ No✅ Yes
Model choice19 models (Perplexity chooses)Any model you want
Setup complexityNoneModerate
Cost$200+/monthFree (+ API costs)
Safety modelPlatform-managed sandboxUser-configured guardrails
Task durationHours to monthsLimited by uptime

Neither approach is universally better. Computer is for people who want power without complexity — set it and forget it. Local agents are for people who want control — your data, your models, your rules.

My Take

Perplexity Computer represents the “managed infrastructure” approach to AI agents. It’s the Vercel to OpenClaw’s self-hosted server.

The 19-model swarm is genuinely interesting. We’ve all felt the friction of one model being great at reasoning but slow, another being fast but shallow. Having an orchestrator route between specialists could be the right architecture for complex, long-running tasks.

But the cloud dependency is real. Your data flows through Perplexity’s systems. Your tasks run on their schedule. If they have an outage, your agent stops working.

For individuals doing personal automation, local-first tools like OpenClaw still make sense. For teams who want enterprise-grade agent capabilities without the DevOps overhead, Computer is compelling.

The most interesting thing? Both approaches are converging on the same insight: AI agents need to run tasks, not just suggest them. The era of chatbots giving you instructions is ending. The era of agents taking action has begun.


Links: