feat:add more models
This commit is contained in:
parent
27f17d2620
commit
c68a03e6b7
1 changed files with 12 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue