mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
Fix cost for Phi-4-multimodal output token (#9880)
This commit is contained in:
parent
24447eb0cd
commit
a2bc0c0f36
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue