mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-11 17:05:43 +00:00
22 lines
551 B
YAML
22 lines
551 B
YAML
model_list:
|
|
- model_name: Azure OpenAI GPT-4 Canada
|
|
litellm_params:
|
|
model: gpt-4.1-nano
|
|
api_key: os.environ/OPENAI_API_KEY
|
|
model_info:
|
|
mode: chat
|
|
input_cost_per_token: 0.0002
|
|
id: gm
|
|
- model_name: azure-embedding-model
|
|
litellm_params:
|
|
model: text-embedding-ada-002
|
|
api_key: os.environ/OPENAI_API_KEY
|
|
model_info:
|
|
mode: embedding
|
|
input_cost_per_token: 0.002
|
|
id: hello
|
|
|
|
litellm_settings:
|
|
drop_params: True
|
|
set_verbose: True
|
|
callbacks: custom_callbacks.my_custom_logger |