AI Gateway

/

Sonar

Sonar by Perplexity

Perplexity's lightweight offering with search grounding, quicker and cheaper than Sonar Pro.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'perplexity/sonar',
prompt: 'Why is the sky blue?'
})