diff --git a/pricing_table.md b/pricing_table.md index 2bfc091..c034613 100644 --- a/pricing_table.md +++ b/pricing_table.md @@ -1226,4 +1226,6 @@ | deepgram/whisper-base | -- | -- | nan | nan | | deepgram/whisper-small | -- | -- | nan | nan | | deepgram/whisper-medium | -- | -- | nan | nan | -| deepgram/whisper-large | -- | -- | nan | nan | \ No newline at end of file +| deepgram/whisper-large | -- | -- | nan | nan | +| azure/gpt-4o-transcribe | $2.5 | $10 | 16,000 | 2000 | +| azure/gpt-4o-mini-transcribe | $1.25 | $5 | 16,000 | 2000 | \ No newline at end of file diff --git a/tokencost/model_prices.json b/tokencost/model_prices.json index d20df17..69cead0 100644 --- a/tokencost/model_prices.json +++ b/tokencost/model_prices.json @@ -16164,7 +16164,8 @@ "source": "https://mistral.ai/news/magistral", "supports_function_calling": true, "supports_assistant_prefill": true, - "supports_tool_choice": true + "supports_tool_choice": true, + "supports_reasoning": true }, "mistral/magistral-small-2506": { "max_tokens": 40000, @@ -16177,7 +16178,8 @@ "source": "https://mistral.ai/news/magistral", "supports_function_calling": true, "supports_assistant_prefill": true, - "supports_tool_choice": true + "supports_tool_choice": true, + "supports_reasoning": true }, "vertex_ai/claude-opus-4": { "max_tokens": 32000, @@ -16788,5 +16790,29 @@ "metadata": { "notes": "Deepgram's hosted OpenAI Whisper models - pricing may differ from native Deepgram models" } + }, + "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" + ] } } \ No newline at end of file