mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
add gpt-4o-mini-transcribe (#11676)
This commit is contained in:
parent
ddde9cdb6b
commit
27cc503185
2 changed files with 48 additions and 0 deletions
|
|
@ -2516,6 +2516,30 @@
|
|||
"output_cost_per_second": 0.0001,
|
||||
"litellm_provider": "azure"
|
||||
},
|
||||
"azure/gpt-4o-transcribe": {
|
||||
"mode": "audio_transcription",
|
||||
"max_input_tokens": 16000,
|
||||
"max_output_tokens": 2000,
|
||||
"input_cost_per_token": 2.5e-06,
|
||||
"input_cost_per_audio_token": 6e-06,
|
||||
"output_cost_per_token": 1e-05,
|
||||
"litellm_provider": "azure",
|
||||
"supported_endpoints": [
|
||||
"/v1/audio/transcriptions"
|
||||
]
|
||||
},
|
||||
"azure/gpt-4o-mini-transcribe": {
|
||||
"mode": "audio_transcription",
|
||||
"max_input_tokens": 16000,
|
||||
"max_output_tokens": 2000,
|
||||
"input_cost_per_token": 1.25e-06,
|
||||
"input_cost_per_audio_token": 3e-06,
|
||||
"output_cost_per_token": 5e-06,
|
||||
"litellm_provider": "azure",
|
||||
"supported_endpoints": [
|
||||
"/v1/audio/transcriptions"
|
||||
]
|
||||
},
|
||||
"azure/o3-mini": {
|
||||
"max_tokens": 100000,
|
||||
"max_input_tokens": 200000,
|
||||
|
|
|
|||
|
|
@ -2516,6 +2516,30 @@
|
|||
"output_cost_per_second": 0.0001,
|
||||
"litellm_provider": "azure"
|
||||
},
|
||||
"azure/gpt-4o-transcribe": {
|
||||
"mode": "audio_transcription",
|
||||
"max_input_tokens": 16000,
|
||||
"max_output_tokens": 2000,
|
||||
"input_cost_per_token": 2.5e-06,
|
||||
"input_cost_per_audio_token": 6e-06,
|
||||
"output_cost_per_token": 1e-05,
|
||||
"litellm_provider": "azure",
|
||||
"supported_endpoints": [
|
||||
"/v1/audio/transcriptions"
|
||||
]
|
||||
},
|
||||
"azure/gpt-4o-mini-transcribe": {
|
||||
"mode": "audio_transcription",
|
||||
"max_input_tokens": 16000,
|
||||
"max_output_tokens": 2000,
|
||||
"input_cost_per_token": 1.25e-06,
|
||||
"input_cost_per_audio_token": 3e-06,
|
||||
"output_cost_per_token": 5e-06,
|
||||
"litellm_provider": "azure",
|
||||
"supported_endpoints": [
|
||||
"/v1/audio/transcriptions"
|
||||
]
|
||||
},
|
||||
"azure/o3-mini": {
|
||||
"max_tokens": 100000,
|
||||
"max_input_tokens": 200000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue