24 lines
470 B
TOML
24 lines
470 B
TOML
name = "Qwen3.5 9B"
|
|
description = "Qwen instruction model for multilingual chat, reasoning, and tool use"
|
|
family = "qwen"
|
|
release_date = "2026-02-23"
|
|
last_updated = "2026-02-23"
|
|
attachment = false
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
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.5-9B"
|