feat: add gemini-2.5-flash model to litellm
This commit is contained in:
@@ -11,6 +11,7 @@ services:
|
||||
LITELLM_MASTER_KEY: ${LITELLM_MASTER_KEY}
|
||||
LITELLM_SALT_KEY: ${LITELLM_SALT_KEY}
|
||||
NVIDIA_NIM_API_KEY: ${NVIDIA_NIM_API_KEY}
|
||||
GEMINI_API_KEY: ${GEMINI_API_KEY}
|
||||
depends_on:
|
||||
- db
|
||||
restart: always
|
||||
|
||||
@@ -6,4 +6,8 @@ model_list:
|
||||
- model_name: qwen3-coder
|
||||
litellm_params:
|
||||
model: nvidia_nim/qwen/qwen3-coder-480b-a35b-instruct
|
||||
drop_params: true
|
||||
- model_name: gemini-2.5-flash
|
||||
litellm_params:
|
||||
model: gemini/gemini-2.5-flash
|
||||
drop_params: true
|
||||
Reference in New Issue
Block a user