> ## Documentation Index
> Fetch the complete documentation index at: https://liquidai-alay2shah-sync-notebook-snippets.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployment Options

> Deploy Liquid Foundation Models on any platform — from mobile devices to GPU clusters.

LFM models are designed for efficient deployment across a wide range of platforms. Run models on-device for privacy and low latency, or scale up with GPU inference for production workloads.

## On-Device

<CardGroup cols={3}>
  <Card title="iOS SDK" icon="apple" href="/deployment/on-device/ios/ios-quick-start-guide">
    Deploy models natively on iPhone and iPad
  </Card>

  <Card title="Android SDK" icon="robot" href="/deployment/on-device/android/android-quick-start-guide">
    Deploy models natively on Android devices
  </Card>

  <Card title="llama.cpp" icon="terminal" href="/deployment/on-device/llama-cpp">
    CPU-first inference with cross-platform support
  </Card>

  <Card title="MLX" icon="microchip" href="/deployment/on-device/mlx">
    Optimized inference on Apple Silicon
  </Card>

  <Card title="ONNX" icon="cube" href="/deployment/on-device/onnx">
    Cross-platform inference with ONNX Runtime
  </Card>

  <Card title="Ollama" icon="download" href="/deployment/on-device/ollama">
    Easy local deployment and model management
  </Card>
</CardGroup>

## GPU Inference

<CardGroup cols={3}>
  <Card title="Transformers" icon="code" href="/deployment/gpu-inference/transformers">
    Flexible inference with Hugging Face Transformers
  </Card>

  <Card title="vLLM" icon="bolt" href="/deployment/gpu-inference/vllm">
    High-throughput production serving
  </Card>

  <Card title="SGLang" icon="server" href="/deployment/gpu-inference/sglang">
    Structured generation and fast serving
  </Card>

  <Card title="Modal" icon="cloud" href="/deployment/gpu-inference/modal">
    Serverless GPU deployment
  </Card>

  <Card title="Baseten" icon="cloud" href="/deployment/gpu-inference/baseten">
    Production model inference platform
  </Card>

  <Card title="Fal" icon="cloud" href="/deployment/gpu-inference/fal">
    Fast inference API platform
  </Card>
</CardGroup>

## Tools

<CardGroup cols={1}>
  <Card title="Model Bundling Services" icon="box" href="/deployment/tools/model-bundling/quick-start">
    Package and distribute optimized model bundles for edge deployment
  </Card>
</CardGroup>
