Reference16r1:Apps/PbxManager/App myApps Transcriptions: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
First draft version
 
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
With the transcription PBX-Manager plugin, the needed app object can be created and configured.  
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.
In addition, the app object can be assigned to specific config templates, if any exist.
{{FIXME|reason=This product is in the beta phase and is not yet finished}}


== Add an app object ==  
== Add an app object ==  
Line 15: Line 13:


====== 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.


===== LLM (Model) =====
===== 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 14:23, 24 April 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"...


Related Articles