particle-academy/prism-perplexity
particle-academy/prism-perplexity
The rest of the Perplexity API for Prism -- embeddings, direct search, and async deep research beyond the Agent API chat surface.
Part of Prism — 9 packages, one productSee the familyBackend · renders no UI
Nothing to preview — install it and call the typed API, or hand it to an agent.
$
composer require particle-academy/prism-perplexityWhy
Prism's provider layer covers the chat surface. Perplexity offers more than that, and a capability reachable only by dropping out of Prism into a hand-rolled HTTP call is a capability that loses the telemetry, the credential resolution and the error handling the rest of the estate depends on.
What
The rest of the Perplexity API for Prism: embeddings, direct search, and asynchronous deep research beyond the Agent API chat surface. Deep research is asynchronous by nature — it is a job that returns later, not a request that blocks.
How
composer require particle-academy/prism-perplexity. Credentials resolve through Prism the same way every other provider does, so a key on a database row rather than in .env is the supported case.API surface
Headless package — drive it from code or an agent. No component grid.
This package renders no UI surface. It exposes a typed PHP API; issues are tracked on GitHub.
No API table yet. A supporting package with no rendered components, so there are no live demos — reach for the README + Changelog for the full reference, and the Issues link to file feedback.
