Skip to content

Sonar Reasoning Pro

Sonar Reasoning Pro combines the deepest web retrieval in the Sonar family with chain-of-thought reasoning to return well-sourced, structured answers within a context window of 127K tokens.

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