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,23 @@
name = "Qwen3-VL 235B"
description = "Qwen vision-language model for visual reasoning, documents, and agent tasks"
family = "qwen"
release_date = "2024-11-01"
last_updated = "2024-11-01"
attachment = true
reasoning = false
temperature = true
tool_call = true
structured_output = false
open_weights = true
[cost]
input = 1.76
output = 2.05
[limit]
context = 218_000
output = 16_384
[modalities]
input = ["text", "image"]
output = ["text"]
@@ -0,0 +1,23 @@
name = "Qwen3-VL Embedding 8B"
description = "Embedding model for semantic search, retrieval, clustering, and ranking pipelines"
family = "qwen"
release_date = "2026-02-05"
last_updated = "2026-02-05"
attachment = true
reasoning = false
temperature = false
tool_call = false
structured_output = false
open_weights = true
[cost]
input = 0.09
output = 0.09
[limit]
context = 32_000
output = 4_096
[modalities]
input = ["text", "image"]
output = ["text"]
@@ -0,0 +1,16 @@
base_model = "alibaba/qwen3.6-27b"
attachment = false
reasoning = false
structured_output = false
[cost]
input = 0.53
output = 0.76
[limit]
context = 262_144
output = 16_384
[modalities]
input = ["text"]
output = ["text"]