Using Transcription and Translation
Obiguard provides bothTranscription and Translation options for speech-to-text (STT) models,
following the OpenAI API format. You can submit audio files in formats such as flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm as part of your API request.
Example:
- Python SDK
- OpenAI Python
- cURL
Supported Providers and Models
Currently, the following providers are supported for speech-to-text. More providers will be added soon.| Provider | Model | Functions |
|---|---|---|
| OpenAI | whisper-1 | Transcription, Translation |

