> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Perplexity Changelog

> Release history for the Perplexity connector. Each version lists what changed and which actions were affected.

<Card title="Perplexity connector" icon="arrow-left" href="/connectors/perplexity" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.1.1" description="17 Sept 2026">
  `description-changes`

  Clarified the chat completion, web search, agent, and async tool descriptions so integrations pick the right action and build valid arguments. Web search returns links only while chat completion returns written answers (including SEC and academic search modes); the agent action is for multi-step orchestration and for specific openai/anthropic models or fallback chains; async is only for sonar-deep-research. Chat completion's model is limited to the four Sonar values and its messages must be a real array, and heavy deep-research work is routed straight to the async or agent background paths instead of the sync call that can hit the gateway timeout. Agent responses that select an Anthropic model now default max\_output\_tokens automatically when it is not supplied, since Anthropic models reject the request without it.

  <AccordionGroup>
    <Accordion title="Changed · 5 actions updated">
      `perplexity_create_agent_response`, `perplexity_create_async_chat_completion`, `perplexity_create_chat_completion`, `perplexity_retrieve_agent_response`, `perplexity_search_web`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="16 Sept 2026">
  `data-sync`

  Added scheduled data sync to the models and async chat completions list actions so these collections can be kept in sync and read back without calling Perplexity on every request. Async listing now accepts optional limit and next\_token cursor params; both actions refresh in full each run, since neither endpoint offers an updated-since filter.

  <AccordionGroup>
    <Accordion title="Changed · 2 actions updated">
      `perplexity_list_async_chat_completions`, `perplexity_list_models`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.0.1" description="16 Jul 2026">
  `bug-fix` `guide-fix`

  Fixed connection validation - switched the credential test action to list\_async\_chat\_completions because the previous list\_models endpoint is unauthenticated, so invalid API keys were accepted. Corrected the connection guide (API key field description, Buy more credits prerequisite, copy-icon label).
</Update>
