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

From innovaphone wiki
Jump to navigation Jump to search
First draft version
 
m →‎Remote Service URL: changed from openAi to lemonfox URL
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 ======

Revision as of 11:32, 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.

FIXME: This product is in the beta phase and is not yet finished

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.

LLM (Model)

Different service providers use different models. The openAI uses for example "whisper-1" others could be "Systran/faster-whisper-small"...


Related Articles