Reference16r1:Apps/PbxManager/App myApps Transcriptions: Difference between revisions
Jump to navigation
Jump to search
First draft version |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 15: | Line 15: | ||
====== Remote Service URL ====== | ====== Remote Service URL ====== | ||
The URL to your transcription service. This could be your self-hosted service (e.g Faster-Whisper) or a commercial service like openAI (e.g. https://api.openai.com/v1/audio/transcriptions) | The URL to your transcription service. This could be your self-hosted service (e.g Faster-Whisper) or a commercial service like openAI or lemonfox (e.g. [https://api.openai.com/v1/audio/transcriptions https://eu-api.lemonfox.ai/v1/audio/transcriptions]) | ||
====== API key ====== | ====== API key ====== | ||
If you're using a commercial service you'd probably need an API key to access. Put it here. | If you're using a commercial service you'd probably need an API key to access. Put it here. | ||
===== | ===== Model ===== | ||
Different service providers use different models. The openAI uses for example "whisper-1" others could be "Systran/faster-whisper-small"... | Different service providers use different models. The openAI uses for example "whisper-1" others could be "Systran/faster-whisper-small"... | ||
Latest revision as of 11:59, 30 January 2026
With the transcription PBX-Manager plugin, the needed app object can be created and configured. In addition, the app object can be assigned to specific config templates, if any exist.
Add an app object
- Name
- The name displayed for the app object which must be unique.
- SIP
- The sip from the app object which must be unique.
Transcriptions API
Remote Service URL
The URL to your transcription service. This could be your self-hosted service (e.g Faster-Whisper) or a commercial service like openAI or lemonfox (e.g. https://eu-api.lemonfox.ai/v1/audio/transcriptions)
API key
If you're using a commercial service you'd probably need an API key to access. Put it here.
Model
Different service providers use different models. The openAI uses for example "whisper-1" others could be "Systran/faster-whisper-small"...