56058fc284
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
28 lines
661 B
TOML
28 lines
661 B
TOML
# https://qwen.ai/blog?id=qwen3-coder-next
|
|
# https://huggingface.co/Qwen/Qwen3-Coder-Next
|
|
# https://www.qwencloud.com/models/qwen3-coder-next
|
|
name = "Qwen3 Coder Next"
|
|
description = "Open-weight Qwen coding model for agents, repository edits, and multi-turn tool use"
|
|
family = "qwen"
|
|
release_date = "2026-02-03"
|
|
last_updated = "2026-02-03"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
knowledge = "2025-09"
|
|
open_weights = true
|
|
|
|
[limit]
|
|
context = 262_144
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|
|
|
|
[[weights]]
|
|
label = "Hugging Face"
|
|
url = "https://huggingface.co/Qwen/Qwen3-Coder-Next"
|