forked from phoenix/litellm-mirror
feat(utils.py): support cost tracking for openai/azure image gen models
This commit is contained in:
parent
1661526d97
commit
ef0171e063
5 changed files with 125 additions and 8 deletions
|
@ -42,6 +42,9 @@ model_list:
|
|||
api_version: 2023-06-01-preview
|
||||
api_base: https://openai-gpt-4-test-v-1.openai.azure.com/
|
||||
api_key: os.environ/AZURE_API_KEY
|
||||
- model_name: openai-dall-e-3
|
||||
litellm_params:
|
||||
model: dall-e-3
|
||||
|
||||
litellm_settings:
|
||||
drop_params: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue