We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c6aef commit 57a5388Copy full SHA for 57a5388
1 file changed
providers/openrouter/models/qwen/qwen3.5-flash-02-23.toml
@@ -0,0 +1,22 @@
1
+name = "Qwen: Qwen3.5-Flash"
2
+family = "qwen"
3
+release_date = "2026-02-25"
4
+last_updated = "2026-02-25"
5
+attachment = true
6
+reasoning = true
7
+temperature = true
8
+tool_call = true
9
+structured_output = true
10
+open_weights = false
11
+
12
+[cost]
13
+input = 0.065
14
+output = 0.26
15
16
+[limit]
17
+context = 1_000_000
18
+output = 65_536
19
20
+[modalities]
21
+input = ["text", "image", "video"]
22
+output = ["text"]
0 commit comments