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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
<path d="M13.48 17.46L14.64 18.62C14.69 18.67 14.71 18.75 14.68 18.82L12.87 23.41C12.73 23.76 12.38 24 12 24C11.62 24 11.27 23.76 11.13 23.41L8.52 16.80L4.31 21.02C4.24 21.09 4.12 21.09 4.05 21.02L2.98 19.95C2.91 19.88 2.91 19.76 2.98 19.69L8.18 14.49C8.35 14.32 8.58 14.21 8.81 14.19C9.23 14.17 9.60 14.42 9.74 14.78L12.00 20.51L13.18 17.52C13.23 17.40 13.39 17.37 13.49 17.46H13.48ZM19.69 2.98L15.48 7.20L12.87 0.59C12.71 0.17 12.26 -0.08 11.79 0.02C11.48 0.09 11.23 0.33 11.12 0.63L9.32 5.18C9.29 5.25 9.31 5.33 9.36 5.38L10.52 6.54C10.61 6.63 10.77 6.60 10.82 6.47L12 3.49L14.26 9.21C14.37 9.51 14.63 9.72 14.94 9.79C15.00 9.80 15.07 9.81 15.13 9.81C15.38 9.81 15.62 9.71 15.79 9.53L21.02 4.31C21.09 4.24 21.09 4.12 21.02 4.04L19.96 2.98C19.88 2.91 19.76 2.91 19.69 2.98L19.69 2.98ZM6.47 13.17L3.49 12.00L9.21 9.74C9.58 9.59 9.83 9.23 9.81 8.81C9.79 8.57 9.68 8.35 9.51 8.18L4.31 2.98C4.24 2.91 4.12 2.91 4.05 2.98L2.98 4.05C2.91 4.12 2.91 4.24 2.98 4.31L7.20 8.52L0.59 11.13C0.24 11.27 0 11.62 0 12.00C0 12.38 0.24 12.73 0.59 12.87L5.18 14.68C5.25 14.71 5.33 14.69 5.38 14.64L6.54 13.48C6.64 13.39 6.60 13.23 6.48 13.17H6.47ZM23.41 11.13L18.82 9.32C18.75 9.29 18.67 9.31 18.62 9.36L17.46 10.52C17.36 10.61 17.40 10.77 17.52 10.82L20.51 12.00L14.78 14.26C14.42 14.40 14.17 14.77 14.19 15.19C14.21 15.42 14.32 15.65 14.49 15.82L19.69 21.02C19.76 21.09 19.88 21.09 19.95 21.02L21.02 19.95C21.09 19.88 21.09 19.76 21.02 19.69L16.80 15.48L23.41 12.87C23.76 12.73 24 12.38 24 12.00C24 11.62 23.76 11.27 23.41 11.13V11.13Z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+24
View File
@@ -0,0 +1,24 @@
name = "Nova 2 Lite"
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
family = "nova-lite"
release_date = "2025-12-01"
last_updated = "2025-12-01"
attachment = true
reasoning = true
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
open_weights = false
[cost]
input = 0.0
output = 0.0
reasoning = 0.0
[limit]
context = 1_000_000
output = 64_000
[modalities]
input = ["text", "image", "video", "pdf"]
output = ["text"]
+24
View File
@@ -0,0 +1,24 @@
name = "Nova 2 Pro"
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
family = "nova-pro"
release_date = "2025-12-03"
last_updated = "2026-01-03"
attachment = true
reasoning = true
reasoning_options = []
temperature = true
tool_call = true
open_weights = false
[cost]
input = 0.0
output = 0.0
reasoning = 0.0
[limit]
context = 1_000_000
output = 64_000
[modalities]
input = ["text", "image", "video", "pdf"]
output = ["text"]
+11
View File
@@ -0,0 +1,11 @@
name = "Nova"
env = ["NOVA_API_KEY"]
npm = "@ai-sdk/openai-compatible"
# Nova 2 Lite's native request uses `additionalModelRequestFields.reasoningConfig`
# with `type = "enabled"|"disabled"` (disabled by default) and, when enabled,
# `maxReasoningEffort = "low"|"medium"|"high"`. Nova 2 Pro has no documented
# selectable reasoning control.
# https://docs.aws.amazon.com/nova/latest/nova2-userguide/extended-thinking.html
# (accessed 2026-06-25)
api = "https://api.nova.amazon.com/v1"
doc = "https://nova.amazon.com/dev/documentation"