AI Provider for Perplexity

Descripción

This plugin provides the Perplexity implementation for the WordPress AI Client. It registers Perplexity as an available AI provider, allowing other plugins built on the WordPress AI Client to generate web-grounded text using Perplexity’s Sonar models (Sonar, Sonar Pro, Sonar Reasoning, Sonar Reasoning Pro, and Sonar Deep Research).

The plugin connects to Perplexity’s OpenAI-compatible Chat Completions API. Bring your own API key from the Perplexity API settings.

Supported capabilities:

  • Web-grounded text generation (chat) with the Sonar model family
  • Chat history / multi-turn conversations
  • JSON / structured output

External services

This plugin connects to the Perplexity API to provide web-grounded text generation with Perplexity’s Sonar models. It is required for the plugin’s core purpose: it registers Perplexity as a provider for the WordPress AI Client so that AI features can generate responses.

The plugin sends a request to Perplexity’s API (https://api.perplexity.ai) each time a consuming AI feature generates content through the Perplexity provider. Each request includes your Perplexity API key (for authentication) and the input you submit for generation — such as the prompt text and any chat messages. No request is sent unless an AI feature actively triggers a generation, and no data is sent until you have configured a Perplexity API key. The plugin does not send any data on its own.

This service is provided by Perplexity AI. Please review their terms and privacy policy:

  • Terms of Service: https://www.perplexity.ai/hub/legal/perplexity-api-terms-of-service
  • Privacy Policy: https://www.perplexity.ai/hub/legal/privacy-policy

FAQ

Does this plugin work on its own?

No, this plugin requires the PHP AI Client (and a consuming AI feature plugin) to be installed and activated. It provides the Perplexity-specific implementation that the PHP AI Client uses.

Where do I get an API key?

Crea una clave API en Ajustes de API de Perplexity. La clave se configura a través de la interfaz de AI Client / Conectores, no directamente en este plugin.

Which models are supported?

Los modelos de chat de Sonar: Sonar, Sonar Pro, Sonar Reasoning, Sonar Reasoning Pro y Sonar Deep Research. Perplexity no ofrece un punto final público para consultar la lista de modelos de chat, así que los modelos compatibles se definen dentro del plugin.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«AI Provider for Perplexity» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «AI Provider for Perplexity» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.0

  • Initial release. Adds Perplexity (Sonar) text generation support to the WordPress AI Client.