21 lines
495 B
TOML
21 lines
495 B
TOML
name = "Sonar Reasoning Pro"
|
|
description = "Web-grounded reasoning model for multi-step research and cited answers"
|
|
family = "sonar-reasoning"
|
|
release_date = "2025-02-19"
|
|
last_updated = "2025-02-19"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
|
|
temperature = true
|
|
tool_call = false
|
|
knowledge = "2025-09"
|
|
open_weights = false
|
|
|
|
[limit]
|
|
context = 127_000
|
|
output = 8_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|