Sonar
Sonar is Perplexity's lightweight search model. It combines language generation with built-in web search to deliver citation-backed answers at low cost within a context window of 127K tokens.
import { streamText } from 'ai'
const result = streamText({ model: 'perplexity/sonar', prompt: 'Why is the sky blue?'})