Llamatik keeps the public API intentionally small, but each bridge covers a different on-device AI task:
LlamaBridge— text generation, embeddings, streaming, JSON output, runtime tuning, and KV cache sessionsStableDiffusionBridge— on-device text-to-image generationWhisperBridge— on-device speech-to-text from WAV audioGenStream— callback interface for streaming token output
If you are new to the library, start with Getting started first, then come back here for the exact function reference and usage patterns.