Files
2026-07-13 12:28:55 +08:00

28 lines
733 B
TOML

name = "Perplexity Sonar Reasoning Pro"
description = "Web-grounded reasoning model for multi-step research and cited answers"
# Native exception (accessed 2026-06-25): `reasoning_effort` is minimal, low,
# medium, or high; no numeric reasoning-token budget is documented.
# https://docs.perplexity.ai/api-reference/sonar-post
family = "sonar-reasoning"
release_date = "2025-01-27"
last_updated = "2025-01-27"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
temperature = true
tool_call = false
knowledge = "2025-01"
open_weights = false
[cost]
input = 2
output = 8
[limit]
context = 127000
output = 4096
[modalities]
input = ["text"]
output = ["text"]