-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Hello, I'm trying to track the cost for the azure/gpt-image-1 and azure/dall-e-3 models, but nothing is coming back.
I tried modifying my configuration like this, but it didn't improve. In the logs, the request remains at 0.
- model_name: azure-ai-openai-dall-e
litellm_params:
model: azure/dall-e-3
api_version: 2024-02-01-preview
api_base: https://myendpoint.openai.azure.com
api_key: mykey
base_model: dall-e-3
model_info:
mode: image_generation
input_cost_per_pixel: 0.00000007629
output_cost_per_token: 0.0
- model_name: azure-ai-openai-gpt-image-1
litellm_params:
model: azure/gpt-image-1
api_base: https://myendpoint.openai.azure.com
api_key: mykey
model_info:
input_cost_per_pixel: 0.000000040054321
output_cost_per_pixel: 0.0

Thank you for your help
Relevant log output
Are you a ML Ops Team?
No
What LiteLLM version are you on ?
1.74.3
Twitter / LinkedIn details
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working