Fix cost for Phi-4-multimodal output token (#9880)
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 17s
Helm unit test / unit-test (push) Successful in 23s

This commit is contained in:
Emerson Gomes 2025-04-14 16:31:34 -05:00 committed by GitHub
parent 24447eb0cd
commit a2bc0c0f36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2669,7 +2669,7 @@
"max_output_tokens": 4096,
"input_cost_per_token": 0.00000008,
"input_cost_per_audio_token": 0.000004,
"output_cost_per_token": 0.00032,
"output_cost_per_token": 0.00000032,
"litellm_provider": "azure_ai",
"mode": "chat",
"supports_audio_input": true,