From d3fc783540a4040552d0de32f091597f43e1fda4 Mon Sep 17 00:00:00 2001 From: AJINGOUP <1021966034@qq.com> Date: Sat, 21 Feb 2026 11:20:28 +0800 Subject: [PATCH] Add Qwen3.5-397B-A17B to nvidia provider --- .../nvidia/models/qwen/qwen3.5-397b-a17b.toml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 providers/nvidia/models/qwen/qwen3.5-397b-a17b.toml diff --git a/providers/nvidia/models/qwen/qwen3.5-397b-a17b.toml b/providers/nvidia/models/qwen/qwen3.5-397b-a17b.toml new file mode 100644 index 000000000..6efc9cb3b --- /dev/null +++ b/providers/nvidia/models/qwen/qwen3.5-397b-a17b.toml @@ -0,0 +1,22 @@ +name = "Qwen3.5-397B-A17B" +family = "qwen" +release_date = "2026-02-16" +last_updated = "2026-02-16" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.0 +output = 0.0 + +[limit] +context = 262_144 +output = 32_768 + +[modalities] +input = ["text", "image", "video"] +output = ["text"]