From 57a53889db730573fba7703e339d1e0c4f946bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Pujia?= Date: Thu, 9 Apr 2026 11:53:23 -0300 Subject: [PATCH] Add OpenRouter support for Qwen3.5 Flash 2026-02-23 --- .../models/qwen/qwen3.5-flash-02-23.toml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 providers/openrouter/models/qwen/qwen3.5-flash-02-23.toml diff --git a/providers/openrouter/models/qwen/qwen3.5-flash-02-23.toml b/providers/openrouter/models/qwen/qwen3.5-flash-02-23.toml new file mode 100644 index 000000000..1e967179c --- /dev/null +++ b/providers/openrouter/models/qwen/qwen3.5-flash-02-23.toml @@ -0,0 +1,22 @@ +name = "Qwen: Qwen3.5-Flash" +family = "qwen" +release_date = "2026-02-25" +last_updated = "2026-02-25" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0.065 +output = 0.26 + +[limit] +context = 1_000_000 +output = 65_536 + +[modalities] +input = ["text", "image", "video"] +output = ["text"]