Skip to content

transcribe-provider-openai-compat

Enterprise Part of the commercial Kumiko Enterprise offering — not in the open framework.

Registers an OpenAI-compatible /v1/audio/transcriptions endpoint as the "openai-compat" transcription provider in ai-foundation. Works with OpenAI, Groq, local faster-whisper-server, and any other server that speaks the same audio API — point the per-tenant endpoint config-key at your server and set the model name; the API key is optional for local deployments. Set the ai-foundation transcribeProvider config-key to "openai-compat" to activate it.

Per-tenant config keys, set via the tenant-admin UI or a seed. 🔒 = encrypted at rest.

| Key | Type | Default | Scope | Who can write | Who can read | |---|---|---|---|---|---| | model | text | "" | tenant | TenantAdmin, SystemAdmin | all | | endpoint | text | "" | tenant | TenantAdmin, SystemAdmin | TenantAdmin, SystemAdmin |

| Secret | Scope | Hint | |---|---|---| | transcribe-provider-openai-compat:secret:transcribe-openai-compat-api-key | tenant | Optional. Required for OpenAI/Groq, leave empty for a local faster-whisper-server. |

  • Registers extension: transcribeProvideropenai-compat