Python package reference¶
The public service contract is the HTTP API. The Python package reference is for maintainers and advanced integrations that run AudioText in-process.
The most useful extension points are:
audiotext.config.AppConfigfor service configuration.audiotext.models.ModelPresetfor model registry defaults.audiotext.transcriber.TranscriptionOptionsfor transcription tuning.audiotext.runtime.ModelManagerfor model caching and unloading behavior.audiotext.types.TranscriptionResultfor normalized transcript output.
Most database and repository functions are internal service code. Prefer the HTTP API unless an integration is deliberately embedding the package.