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.
Dependencies
Section titled “Dependencies”- Requires:
config,secrets,ai-foundation - Activation: always on (not toggleable)
Configuration
Section titled “Configuration”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 |
Secrets
Section titled “Secrets”| 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. |
Extensions & cross-feature APIs
Section titled “Extensions & cross-feature APIs”- Registers extension:
transcribeProvider→openai-compat