diff --git a/litellm/config.yaml b/litellm/config.yaml index 0cbbd12..28a10f4 100644 --- a/litellm/config.yaml +++ b/litellm/config.yaml @@ -50,7 +50,18 @@ model_list: - model_name: qwen3-coder litellm_params: - model: openai/Qwen/Qwen3-Coder + model: openrouter/qwen/qwen3-coder + api_key: os.environ/OPENROUTER_API_KEY + + - model_name: qwen3-coder-480b-sf + litellm_params: + model: openai/Qwen/Qwen3-Coder-480B-A35B-Instruct + api_base: https://api.siliconflow.cn/v1 + api_key: os.environ/SILICONFLOW_API_KEY + + - model_name: qwen3-coder-30b-sf + litellm_params: + model: openai/Qwen/Qwen3-Coder-30B-A3B-Instruct api_base: https://api.siliconflow.cn/v1 api_key: os.environ/SILICONFLOW_API_KEY