P
Sonar Deep Research
Sonar Deep Research, a language model from Perplexity.
modelOverride: { model: "sonar-deep-research" }
PPerplexity·Released February 2025
Pricing
- Per generation
- $0.0000020
- Input
- $2.00 / 1M
- Output
- $8.00 / 1M
- Per generation
- $0.0000030
- Per generation
- $0.0050
Specifications
- Context window
- 128,000 tokens
- Max output
- 8,000 tokens
- Released
- February 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 |
Use this model
await mindstudio.generateText({ message: "...", modelOverride: { model: "sonar-deep-research", config: { return_citations: "false", return_images: "false", }, }, });