OpenAI Whisper
OpenAI Whisper uses file-based transcription API calls after recording stops.
Official Documentation
Get API Key
- Create API key in OpenAI platform.
- Enable billing for stable production usage.
- Store key securely.
Configure in OpenTypeless
- Settings > Speech Recognition > Provider: OpenAI Whisper.
- Paste key and run Test.
- Use Auto Detect language unless latency tuning requires fixed language.
Recommended Configuration
OpenTypeless uploads WAV audio to OpenAI transcription endpoint.
Provider: openai-whisper
Protocol: HTTPS multipart upload
Endpoint: https://api.openai.com/v1/audio/transcriptions
Auth header: Authorization: Bearer <OPENAI_API_KEY>
Model: whisper-1Important
This integration path is not token-streaming STT. Expect final results after recording stop.