chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:28:55 +08:00
commit db42b91b75
6397 changed files with 146012 additions and 0 deletions
@@ -0,0 +1,33 @@
# Reasoning HTTP format (accessed 2026-06-25):
# POST https://api.perplexity.ai/v1/sonar
# JSON reasoning_effort: "minimal" | "low" | "medium" | "high".
# No toggle or reasoning-token budget is documented for this model.
# Sources:
# https://docs.perplexity.ai/api-reference/sonar-post
# https://docs.perplexity.ai/docs/sonar/models/sonar-deep-research
name = "Perplexity Sonar Deep Research"
description = "Sonar search model for current answers, retrieval, and citation-backed chat"
release_date = "2025-02-01"
last_updated = "2025-09-01"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
temperature = false
tool_call = false
knowledge = "2025-01"
open_weights = false
[cost]
input = 2.0
output = 8.0
citation = 2.0
request = 5.0
reasoning = 3.0
[limit]
context = 128_000
output = 32_768
[modalities]
input = ["text"]
output = ["text"]
@@ -0,0 +1,23 @@
name = "Sonar Pro"
description = "Deeper Sonar search model with broader retrieval and stronger synthesis"
family = "sonar-pro"
release_date = "2024-01-01"
last_updated = "2025-09-01"
attachment = true
reasoning = false
temperature = true
tool_call = false
knowledge = "2025-09-01"
open_weights = false
[cost]
input = 3.00
output = 15.00
[limit]
context = 200_000
output = 8_192
[modalities]
input = ["text", "image"]
output = ["text"]
@@ -0,0 +1,31 @@
# Reasoning HTTP format (accessed 2026-06-25):
# POST https://api.perplexity.ai/v1/sonar
# JSON reasoning_effort: "minimal" | "low" | "medium" | "high".
# No toggle or reasoning-token budget is documented for this model.
# Sources:
# https://docs.perplexity.ai/api-reference/sonar-post
# https://docs.perplexity.ai/docs/sonar/models/sonar-reasoning-pro
name = "Sonar Reasoning Pro"
description = "Web-grounded Sonar for multi-step research questions that need cited reasoning"
family = "sonar-reasoning"
release_date = "2024-01-01"
last_updated = "2025-09-01"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
temperature = true
tool_call = false
knowledge = "2025-09-01"
open_weights = false
[cost]
input = 2.00
output = 8.00
[limit]
context = 128_000
output = 4_096
[modalities]
input = ["text", "image"]
output = ["text"]
+23
View File
@@ -0,0 +1,23 @@
name = "Sonar"
description = "Fast web-grounded Sonar for current answers, citations, and lightweight retrieval"
family = "sonar"
release_date = "2024-01-01"
last_updated = "2025-09-01"
attachment = false
reasoning = false
temperature = true
tool_call = false
knowledge = "2025-09-01"
open_weights = false
[cost]
input = 1.00
output = 1.00
[limit]
context = 128_000
output = 4_096
[modalities]
input = ["text"]
output = ["text"]