The providers endpoint returns a list of all active providers with their available chat and embedding models. Use this endpoint before making search requests to get the valid provider IDs and model keys.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ItzCrazyKns/Perplexica/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Replace
localhost:3000 with your Perplexica instance URL if running on a different host or port.Response
A list of all active providers with their available models.
Request example
Response example
Use the
id field as the providerId and the key field from the models arrays when making search requests.Error responses
Returned if an error occurs while fetching providers.