mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-01 08:20:58 +00:00
Add MistralAudioTranscriptionConfig for Mistral's /v1/audio/transcriptions endpoint, enabling litellm.transcription() with mistral/voxtral-mini-latest and other Voxtral models. Supports multipart form-data with OpenAI-compatible params (language, temperature, response_format, timestamp_granularities) plus Mistral-specific params like diarize.
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.