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
+3
View File
@@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.2642 2.8689L12.042 8.0961M17.2642 2.8689V8.0961H12.042M17.2642 2.8689V4.30027M12.042 8.0961L6.81809 2.8689V8.0961H12.042ZM12.042 8.0961L17.2642 13.3225V20.8159L12.042 15.5887M12.042 8.0961V15.5887M12.042 8.0961L6.81892 13.3225M12.0296 2.1V21.9M12.042 15.5887L6.81892 20.8159V13.3225M6.81892 13.3225L6.81809 15.559H4.57739V8.09527H12.0412L6.81892 13.3225ZM11.9859 8.09527L17.2081 13.3225V15.559H19.4497V8.09527H11.9859Z" stroke="currentColor" stroke-width="0.825" stroke-miterlimit="10"/>
</svg>

After

Width:  |  Height:  |  Size: 604 B

@@ -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"]
+10
View File
@@ -0,0 +1,10 @@
name = "Perplexity"
env = ["PERPLEXITY_API_KEY"]
npm = "@ai-sdk/perplexity"
# Reasoning HTTP format (accessed 2026-06-25):
# POST https://api.perplexity.ai/v1/sonar
# JSON reasoning_effort: "minimal" | "low" | "medium" | "high" | null.
# No raw HTTP reasoning toggle or reasoning-token budget is documented.
# Sources:
# https://docs.perplexity.ai/api-reference/sonar-post
doc = "https://docs.perplexity.ai"