Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions providers/perplexity-ai/sonar-deep-research.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ costs:
input_cost_per_token: 0.000002
output_cost_per_token: 0.000008
region: "*"
features:
- structured_output
- system_messages
limits:
context_window: 128000
max_input_tokens: 128000
max_output_tokens: 4096
max_tokens: 4096
modalities:
input:
- text
output:
- text
mode: chat
model: sonar-deep-research
sources:
- https://docs.perplexity.ai/docs/sonar/models/sonar-deep-research
- https://docs.perplexity.ai/docs/sonar/features
thinking: true
6 changes: 5 additions & 1 deletion providers/perplexity-ai/sonar-pro-search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ limits:
context_window: 200000
modalities:
input:
- doc
- text
- image
- pdf
- doc
output:
- text
- image
mode: chat
model: sonar-pro-search
sources:
Expand Down
11 changes: 8 additions & 3 deletions providers/perplexity-ai/sonar-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@ costs:
- input_cost_per_token: 0.000003
output_cost_per_token: 0.000015
region: "*"
features:
- structured_output
limits:
context_window: 200000
max_input_tokens: 200000
max_output_tokens: 8000
max_tokens: 8000
modalities:
input:
- text
output:
- text
mode: chat
model: sonar-pro
removeParams:
- stop
sources:
- https://docs.perplexity.ai/docs/sonar/models/sonar-pro
- https://docs.perplexity.ai/docs/sonar/features
5 changes: 5 additions & 0 deletions providers/perplexity-ai/sonar-reasoning-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ costs:
limits:
context_window: 128000
max_input_tokens: 128000
modalities:
input:
- text
output:
- text
mode: chat
model: sonar-reasoning-pro
removeParams:
Expand Down
5 changes: 5 additions & 0 deletions providers/perplexity-ai/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ features:
limits:
context_window: 128000
max_input_tokens: 128000
modalities:
input:
- text
output:
- text
mode: chat
model: sonar
removeParams:
Expand Down
Loading