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
+5
View File
@@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
<path d="M6.77825 10.4999H14.3333V14.2782H10.5551V18.055H6.77825V14.9865H3.70833V18.055H6.77825V21.8333H3V14.2782H6.77825V10.4999ZM6.77825 21.8333H10.5551V25.6115H14.3333V29.3884H6.77825V21.8333ZM14.3333 18.055H18.1116V21.8333H14.3333V18.055ZM21.8884 21.8333V25.6115H18.1116V21.8333H21.8884ZM21.8884 21.8333V18.055H25.6667V21.8333H21.8884Z" fill="currentColor"/>
<path d="M33.2218 21.8333V18.055H29.445V14.2782H25.6667V10.4999H33.2218V14.2782H37.0001V21.8333H33.2218ZM33.2218 18.055H36.2918V14.9865H33.2218V18.055Z" fill="currentColor"/>
<path d="M33.2218 21.8333V29.3884H25.6667V25.6116H29.445V21.8333H33.2218Z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 726 B

@@ -0,0 +1,23 @@
name = "Qwen3 235B A22B Instruct 2507"
description = "Qwen instruction model for multilingual chat, reasoning, and tool use"
family = "qwen"
release_date = "2025-04-28"
last_updated = "2025-07-21"
attachment = false
reasoning = false
temperature = true
knowledge = "2025-04"
tool_call = true
open_weights = true
[cost]
input = 0.00
output = 0.00
[limit]
context = 262_144
output = 131_072
[modalities]
input = ["text"]
output = ["text"]
@@ -0,0 +1,24 @@
name = "Qwen3-235B-A22B-Thinking-2507"
description = "Qwen reasoning model for deliberate problem solving, math, and coding"
family = "qwen"
release_date = "2025-07-25"
last_updated = "2025-07-25"
attachment = false
reasoning = true
reasoning_options = []
temperature = true
tool_call = true
knowledge = "2025-04"
open_weights = true
[cost]
input = 0.00
output = 0.00
[limit]
context = 262_144
output = 131_072
[modalities]
input = ["text"]
output = ["text"]
@@ -0,0 +1,23 @@
name = "Qwen3 30B A3B Instruct 2507"
description = "Qwen instruction model for multilingual chat, reasoning, and tool use"
family = "qwen"
release_date = "2025-07-30"
last_updated = "2025-07-30"
attachment = false
reasoning = false
temperature = true
tool_call = true
knowledge = "2025-04"
open_weights = true
[cost]
input = 0.00
output = 0.00
[limit]
context = 262_144
output = 16_384
[modalities]
input = ["text"]
output = ["text"]
@@ -0,0 +1,24 @@
name = "Qwen3 30B A3B Thinking 2507"
description = "Qwen reasoning model for deliberate problem solving, math, and coding"
family = "qwen"
release_date = "2025-07-30"
last_updated = "2025-07-30"
attachment = false
reasoning = true
reasoning_options = []
temperature = true
tool_call = true
knowledge = "2025-04"
open_weights = true
[cost]
input = 0.00
output = 0.00
[limit]
context = 262_144
output = 32_768
[modalities]
input = ["text"]
output = ["text"]
@@ -0,0 +1,23 @@
name = "Qwen3 Coder 30B A3B Instruct"
description = "Qwen coding model for software agents, repository edits, and code reasoning"
family = "qwen"
release_date = "2025-07-31"
last_updated = "2025-07-31"
attachment = false
reasoning = false
temperature = true
tool_call = true
knowledge = "2025-04"
open_weights = true
[cost]
input = 0.00
output = 0.00
[limit]
context = 262_144
output = 65_536
[modalities]
input = ["text"]
output = ["text"]
@@ -0,0 +1,24 @@
name = "GLM-4.5"
description = "Flagship GLM model for hybrid reasoning, coding, and agentic engineering"
family = "glm"
release_date = "2025-07-28"
last_updated = "2025-07-28"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
tool_call = true
knowledge = "2025-04"
open_weights = true
[cost]
input = 0.00
output = 0.00
[limit]
context = 131_072
output = 98_304
[modalities]
input = ["text"]
output = ["text"]
@@ -0,0 +1,24 @@
name = "GLM-4.6"
description = "Flagship GLM model for hybrid reasoning, coding, and agentic engineering"
family = "glm"
release_date = "2025-09-30"
last_updated = "2025-09-30"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
tool_call = true
knowledge = "2025-07"
open_weights = true
[cost]
input = 0.00
output = 0.00
[limit]
context = 202_752
output = 98_304
[modalities]
input = ["text"]
output = ["text"]
+8
View File
@@ -0,0 +1,8 @@
name = "ModelScope"
env = ["MODELSCOPE_API_KEY"]
npm = "@ai-sdk/openai-compatible"
# Raw HTTP is POST `/v1/chat/completions`. ModelScope's API Inference docs do
# not document a shared reasoning toggle, effort, or token-budget field.
# https://modelscope.cn/docs/model-service/API-Inference/intro (accessed 2026-06-25)
api = "https://api-inference.modelscope.cn/v1"
doc = "https://modelscope.cn/docs/model-service/API-Inference/intro"