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

10 lines
370 B
TOML

# This model is restricted here to $.reasoning_effort or $.reasoning.effort
# = "low"|"medium"|"high"; no exact token budget is documented for it.
# https://docs.llmgateway.io/features/reasoning (accessed 2026-06-25)
base_model = "perplexity/sonar-reasoning-pro"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
[cost]
input = 2
output = 8