P
Sonar Reasoning Pro
Sonar Reasoning Pro, a language model from Perplexity.
modelOverride: { model: "sonar-reasoning-pro" }
Perplexity·Released January 2025Pricing
- Input
- $2.00 / 1M
- Output
- $8.00 / 1M
- Per generation
- $0.014
- Per generation
- $0.0060
- Per generation
- $0.010
Specifications
- Context window
- 128,000 tokens
- Max output
- 8,000 tokens
- Aspect ratios
- 3
- Released
- January 2025
Parameters
Model options, passed in
modelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
return_citationsDetermines whether or not a request to an online model should return citations. | Select | false | falsetrue |
return_imagesDetermines whether or not a request to an online model should return images. | Select | false | falsetrue |
search_context_sizeControls how much web information is retrieved. Higher context provides more comprehensive results but costs more per request. | Select | low | lowmediumhigh |
Use this model
await mindstudio.generateText({ message: "...", modelOverride: { model: "sonar-reasoning-pro", config: { return_citations: "false", return_images: "false", }, }, });