mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-21 04:19:24 +00:00
add assembly ai cost tracking (#8298)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user