From 13956d7632d18d6c838727b6ea27f8230edc9213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 18 Mar 2026 17:52:22 +0100 Subject: [PATCH] feat: add qwen3-coder model to litellm --- litellm/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/litellm/config.yaml b/litellm/config.yaml index da9d7fe..90d7ea6 100644 --- a/litellm/config.yaml +++ b/litellm/config.yaml @@ -2,4 +2,8 @@ model_list: - model_name: qwen3.5 litellm_params: model: nvidia_nim/qwen/qwen3.5-397b-a17b + drop_params: true + - model_name: qwen3-coder + litellm_params: + model: nvidia_nim/qwen/qwen3-coder-480b-a35b-instruct drop_params: true \ No newline at end of file