Skip to content

Commit 1695bfb

Browse files
committed
feat: add Qwen3.6 Plus Preview free on OpenRouter
- Add free variant of Qwen3.6 Plus Preview to OpenRouter provider - 1M context, 65K max output, /bin/bash.00 pricing - Text-only modality (OpenRouter API reports text->text) - Source: OpenRouter /api/v1/models API --- Co-Authored-By: opencode https://opencode.ai
1 parent 348932f commit 1695bfb

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Qwen3.6 Plus Preview (free)"
2+
family = "qwen"
3+
release_date = "2026-03-30"
4+
last_updated = "2026-03-30"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
open_weights = false
11+
12+
[cost]
13+
input = 0.00
14+
output = 0.00
15+
16+
[limit]
17+
context = 1_000_000
18+
output = 65_536
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]

0 commit comments

Comments
 (0)