Discussions

Ask a Question

Request for citation beta after several weeks. Still no response.

I have been waiting for the ability to gain access to the citation beta for the Perplexity API. I still have not received any response after several weeks. I am hoping to learn if there is a way to reach out and gain access or hear of a status update. Thanks!
ANSWERED

Conversational/Multi-turn Decoherence on llama-3-sonar-large-32k-online

Hi Aarash, Gentle nudge - please could you take a look at this issue, posted 9 days ago? Thanks, Mike

Perplexity Custom Tool in Flowise

Hey guys, having trouble implementing it... const fetch = require('node-fetch'); const url = '<https://api.perplexity.ai/chat/completions'>; const options = { method: 'POST', headers: { accept: 'application/json', 'content-type': 'application/json', authorization: 'Bearer $vars.perplexity_key' }, body: JSON.stringify({ model: 'llama-3-sonar-small-32k-online', messages: [ {role: 'system', content: 'You Are a Research Assistant'}, {role: 'user', content: '$query'} ] }) }; fetch(url, options) .then(res => res.json()) .then(json => console.log(json)) .catch(err => console.error('error:' + err)); <br /> Langchain shows just empty response from perplexity.
ANSWERED

Request for citation beta testing still no response after a month

Dear Perplexity API Admin, I submitted a request for citation access via the form link in the API reference about a month ago, but I haven't received any responses yet. Will the response be sent to the email associated with my account, and if so, is there anything I can do to expedite the process? Thanks
ANSWERED

Perplexity Labs equivalence to PPLX API with system and user prompt

Hi, if I use the Perplexity API with a user and system prompt, what is the equivalent if I want to use the Perplexity Lab? I tried including both inside the prompt for Perplexity Lab, but get a very different response. Thanks!
ANSWERED

the disappearance of earlier responses in some threads without any deleting from me

when i ask more questions on perplexity, some responses inn the beginning of that thread are directly missed> why this happens? and how to retrieve that removed responses while asking new questions? . i just asked new questions, and i figured out responses are missing in the beginning of that thread. therefore, nothing is deleted by me> why and how can i retrieve it? iam asking for my earlier missing responses in the thread title: Early Research Experience (ERR. in addition, the thread tille: Section of results. please help retrieve these important earlier responses in these two threads

Usage of the API

How can I get the same response with the API as the one obtained from a prompt on the Perplexity.ai website?
ANSWERED

roadmap 404

<https://docs.perplexity.ai/docs/feature-roadmap>
ANSWERED

Tokenizer and Special Tokens

Hi Y'all, I have read on this board that Sonar models use the Mistral Tokenizer, is this still the case? No matter, is protecting this by version control or officially communicating this via docs on the road map? Given the tokenizer is [likely]mistral, but the base model is llama3, how should I be formatting messages for chat prompt templates? i.e. should I rely on Mistral prompt formatting or llama3?
ANSWERED

Does Perplexity plan to provide embedding models?

Does Perplexity plan to provide embedding models? If so, when might that be? A previous question asking about the availability of embedding models recevied a URL to a product roadmap which has since disappeared.