mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
add assembly ai cost tracking (#8298)
This commit is contained in:
parent
e42fcf4d03
commit
ffd890e744
2 changed files with 22 additions and 20 deletions
|
|
@ -8894,15 +8894,16 @@
|
|||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"sambanova/Qwen2.5-72B-Instruct": {
|
||||
"max_tokens": 8000,
|
||||
"max_input_tokens": 8000,
|
||||
"max_output_tokens": 8000,
|
||||
"input_cost_per_token": 0.000002,
|
||||
"output_cost_per_token": 0.000004,
|
||||
"litellm_provider": "sambanova",
|
||||
"supports_function_calling": true,
|
||||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
"assemblyai/nano": {
|
||||
"mode": "audio_transcription",
|
||||
"input_cost_per_second": 0.00010278,
|
||||
"output_cost_per_second": 0.00,
|
||||
"litellm_provider": "assemblyai"
|
||||
},
|
||||
"assemblyai/best": {
|
||||
"mode": "audio_transcription",
|
||||
"input_cost_per_second": 0.00003333,
|
||||
"output_cost_per_second": 0.00,
|
||||
"litellm_provider": "assemblyai"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8894,15 +8894,16 @@
|
|||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"sambanova/Qwen2.5-72B-Instruct": {
|
||||
"max_tokens": 8000,
|
||||
"max_input_tokens": 8000,
|
||||
"max_output_tokens": 8000,
|
||||
"input_cost_per_token": 0.000002,
|
||||
"output_cost_per_token": 0.000004,
|
||||
"litellm_provider": "sambanova",
|
||||
"supports_function_calling": true,
|
||||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
"assemblyai/nano": {
|
||||
"mode": "audio_transcription",
|
||||
"input_cost_per_second": 0.00010278,
|
||||
"output_cost_per_second": 0.00,
|
||||
"litellm_provider": "assemblyai"
|
||||
},
|
||||
"assemblyai/best": {
|
||||
"mode": "audio_transcription",
|
||||
"input_cost_per_second": 0.00003333,
|
||||
"output_cost_per_second": 0.00,
|
||||
"litellm_provider": "assemblyai"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue