diff --git a/providers/firmware/models/qwen-3-6-plus.toml b/providers/firmware/models/qwen-3-6-plus.toml new file mode 100644 index 000000000..4cd8a8dcc --- /dev/null +++ b/providers/firmware/models/qwen-3-6-plus.toml @@ -0,0 +1,22 @@ +name = "Qwen 3.6 Plus" +family = "qwen" +attachment = true +reasoning = true +tool_call = true +temperature = true +release_date = "2026-04-02" +last_updated = "2026-04-03" +open_weights = false + +[cost] +input = 0.5 +output = 3 +cache_read = 0.1 + +[limit] +context = 1_000_000 +output = 64_000 + +[modalities] +input = ["text", "image", "pdf"] +output = ["text"] \ No newline at end of file diff --git a/providers/firmware/models/zai-glm-5.toml b/providers/firmware/models/zai-glm-5-1.toml similarity index 81% rename from providers/firmware/models/zai-glm-5.toml rename to providers/firmware/models/zai-glm-5-1.toml index 5123f6a43..2cf675521 100644 --- a/providers/firmware/models/zai-glm-5.toml +++ b/providers/firmware/models/zai-glm-5-1.toml @@ -7,12 +7,12 @@ reasoning = false temperature = true knowledge = "2024-10" tool_call = true -open_weights = false +open_weights = true [cost] -input = 1.0 -output = 3.2 -cache_read = 0.2 +input = 1.4 +output = 4.4 +cache_read = 0.26 [limit] context = 198_000