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
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.6 KiB

@@ -0,0 +1,30 @@
name = "Kimi K2.5"
description = "Kimi reasoning model for long-horizon research, planning, and tool use"
family = "kimi-thinking"
release_date = "2026-01"
last_updated = "2026-01"
attachment = false
reasoning = true
structured_output = true
temperature = true
tool_call = true
knowledge = "2025-01"
open_weights = true
[[reasoning_options]]
type = "toggle"
[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0
[limit]
context = 262_144
output = 32_768
[modalities]
input = ["text", "image", "video"]
output = ["text"]
@@ -0,0 +1,29 @@
name = "Kimi K2.6"
description = "Kimi reasoning model for long-horizon research, planning, and tool use"
family = "kimi-thinking"
release_date = "2026-04"
last_updated = "2026-04"
attachment = false
reasoning = true
structured_output = true
temperature = true
tool_call = true
knowledge = "2025-01"
open_weights = true
[[reasoning_options]]
type = "toggle"
[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0
[limit]
context = 262_144
output = 32_768
[modalities]
input = ["text", "image", "video"]
output = ["text"]
@@ -0,0 +1,11 @@
base_model = "moonshotai/kimi-k2.7-code"
reasoning_options = []
[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0
[limit]
output = 32_768
@@ -0,0 +1,27 @@
name = "Kimi K2 Thinking"
description = "Kimi reasoning model for long-horizon research, planning, and tool use"
family = "kimi-thinking"
release_date = "2025-11"
last_updated = "2025-12"
attachment = false
reasoning = true
reasoning_options = []
structured_output = true
temperature = true
tool_call = true
knowledge = "2025-07"
open_weights = true
[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0
[limit]
context = 262_144
output = 32_768
[modalities]
input = ["text"]
output = ["text"]
+5
View File
@@ -0,0 +1,5 @@
name = "Kimi For Coding"
env = ["KIMI_API_KEY"]
npm = "@ai-sdk/anthropic"
doc = "https://www.kimi.com/code/docs/en/third-party-tools/other-coding-agents.html"
api = "https://api.kimi.com/coding/v1"