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, model introspection, and KV cache sessionsLlamaSession— isolated concurrent inference session with its own KV cacheMultimodalBridge— on-device vision-language model (VLM) image analysisStableDiffusionBridge— on-device text-to-image and image-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.