Skip to content

AI and models

import DataBoundary from ‘../../../components/DataBoundary.astro’; import ProductFactTable from ‘../../../components/ProductFactTable.astro’;

Synthezia uses local Whisper and Ollama models in Local Mode. You can instead configure an OpenAI-compatible provider for supported AI operations.

<ProductFactTable caption=“Current model and provider capabilities” factIds={[‘whisper_model_management’, ‘ollama_model_management’, ‘machine_model_recommendations’, ‘openai_compatible_remote_provider’]} />

Model acquisition is a separate operation from local processing: downloads require a network connection even when you use Local Mode afterward. The privacy and security section explains the provider boundary in more detail.