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
4 changes: 4 additions & 0 deletions providers/perplexity-ai/sonar-deep-research.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ costs:
features:
- structured_output
- system_messages
- json_output
limits:
context_window: 128000
max_output_tokens: 128000
max_tokens: 128000
modalities:
input:
- text
Expand All @@ -19,6 +22,7 @@ provisioning: serverless
sources:
- https://docs.perplexity.ai/docs/sonar/models/sonar-deep-research
- https://docs.perplexity.ai/docs/sonar/features
- https://docs.perplexity.ai/api-reference/sonar-post
status: active
supportedModes:
- chat
Expand Down
3 changes: 3 additions & 0 deletions providers/perplexity-ai/sonar-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ features:
- system_messages
limits:
context_window: 200000
max_output_tokens: 128000
max_tokens: 128000
Comment thread
architkumar-truefoundry marked this conversation as resolved.
modalities:
input:
- text
- image
output:
- text
mode: chat
Expand Down
1 change: 1 addition & 0 deletions providers/perplexity-ai/sonar-reasoning-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ costs:
region: "*"
features:
- json_output
- structured_output
limits:
context_window: 128000
max_input_tokens: 128000
Expand Down
Loading