Perplexity has turned a Chinese open-source model into a near-frontier workhorse at roughly a third of what Claude Opus 4.8 costs.
We're releasing a research preview of a new orchestrator model in Perplexity Computer.
The open weights mean anyone can download, modify, and fine-tune it commercially without restrictions. Perplexity did exactly that.
What fine-tuning actually isFine-tuning is the process of taking an already-trained AI model and retraining it on a smaller, focused dataset to make it better at a specific job.
Think of it like tuning a car. Different mechanics can have the same Honda Civic, for example, and make it faster for drag racing, more visually pleasing, adapt it for rally, etc. In AI, developers get a base model and add different settings so the finetune ends up with more knowledge on a specific field, a different political bias, more or less restrictions, etc.

Perplexity used post-training—a similar process applied after the model's main training run—to teach GLM 5.2 one critical skill: knowing when to handle a task itself and when to escalate to something more powerful.
That escalation is the core of what they built. The fine-tuned GLM 5.2 includes what Perplexity calls an "advisor tool"—a native capability to recognize when a query exceeds its own competence and hand off to a third-party frontier model. Most tasks never reach the expensive model. Only the ones that actually need it do.
This ends up saving a lot of money in inference.
"When paired with an advisor, this model functions at Opus 4.8 grade performance at a fraction of the cost," CEO Aravind Srinivas wrote on X.
Perplexity benchmarked the system against the normal GLM 5.2 to establish a cost baseline. Using the company's internal efficiency metric which measures how much it costs to complete complex tasks, the results showed that the fine-tuned model with an advisor is about twice as expensive to run as the basic version. However, using the top-tier Opus 4.8 model for everything is much more expensive (around 600% pricier).
By combining these tools, Perplexity’s system achieve the same quality performance as Opus but only at roughly one-third the price
Why a Chinese model—and why open-source makes it possibleThe U.S.-China AI race tends to be framed as zero-sum. In practice, open-source models don't stop at borders. GLM 5.2's MIT license makes the calculus simple: There's no API contract to violate, no access switch a government can flip. You download the weights and you can fine-tune them into whatever you need.
The model runs on Nvidia B200 GPUs in the United States. Next in line: a post-train of Nemotron 3 Ultra, which would replicate the same architecture using an American open-source model.
Full benchmarks and a research paper are expected in the coming weeks. The model is available as research preview.



















