Skip to content
AI and Automation SUSE

SUSE AI

SUSE AI: enterprise GenAI platform. Secure on-premises LLM deployments, RAG, Rancher integration. Open source AI for enterprise.

Sales Representative
Grzegorz Gnych

Grzegorz Gnych

Sales Representative

Key Features

  • On-Premises GenAI - LLM without sending data to cloud
  • Open Source Models - Llama, Mistral, no vendor lock-in
  • RAG Ready - Retrieval Augmented Generation
  • Kubernetes Native - deployment on Rancher/K8s
  • GPU Support - NVIDIA GPU acceleration
Available now
Grzegorz Gnych

Grzegorz Gnych

Sales Representative

Send inquiry
Table of Contents

What is SUSE AI?

SUSE AI is an enterprise platform for deploying Generative AI - allows you to run large language models (LLM) on-premises, without sending data to external clouds. Based on open source, integrated with SUSE ecosystem (Rancher, SLES).

Key Functions:

  • On-Premises LLM - Llama, Mistral, other models locally
  • RAG - Retrieval Augmented Generation with your own data
  • Kubernetes Native - deployment on Rancher
  • Air-Gap Ready - for regulated industries

What problem does it solve?

flowchart LR
    subgraph Cloud AI Problem
        A[Company data] --> B[OpenAI/Azure]
        B --> C[Data in cloud]
        C --> D[Compliance risk]
        D --> E[Vendor lock-in]
    end

    subgraph SUSE AI
        F[Company data] --> G[SUSE AI On-Prem]
        G --> H[Data stays local]
        H --> I[Compliance OK]
        I --> J[Open source]
    end

    style A fill:#6366f1,stroke:#4f46e5,color:#fff
    style B fill:#dc2626,stroke:#b91c1c,color:#fff
    style C fill:#dc2626,stroke:#b91c1c,color:#fff
    style D fill:#dc2626,stroke:#b91c1c,color:#fff
    style E fill:#dc2626,stroke:#b91c1c,color:#fff
    style F fill:#6366f1,stroke:#4f46e5,color:#fff
    style G fill:#22c55e,stroke:#16a34a,color:#fff
    style H fill:#22c55e,stroke:#16a34a,color:#fff
    style I fill:#22c55e,stroke:#16a34a,color:#fff
    style J fill:#22c55e,stroke:#16a34a,color:#fff

Common Problems:

  • Company data sent to OpenAI/Azure AI = compliance risk
  • Regulations (banking, healthcare) prohibit cloud AI
  • Vendor lock-in to OpenAI/Azure
  • No control over model and training data
  • API call costs in cloud

SUSE AI Architecture

flowchart TD
    A[Users/Apps] --> B[SUSE AI API]
    B --> C[Inference Engine]
    C --> D[LLM Models]
    D --> E[Llama 3.x]
    D --> F[Mistral]
    D --> G[Custom Models]

    B --> H[RAG Pipeline]
    H --> I[Vector DB]
    H --> J[Enterprise Data]

    K[Rancher] --> C
    L[NVIDIA GPU] --> C

    style A fill:#6366f1,stroke:#4f46e5,color:#fff
    style B fill:#f59e0b,stroke:#d97706,color:#fff
    style C fill:#8b5cf6,stroke:#7c3aed,color:#fff
    style D fill:#22c55e,stroke:#16a34a,color:#fff
    style H fill:#22c55e,stroke:#16a34a,color:#fff
    style K fill:#f59e0b,stroke:#d97706,color:#fff
    style L fill:#22c55e,stroke:#16a34a,color:#fff

Key Features

Open Source LLMs

No vendor lock-in

  • Llama 3.x (Meta)
  • Mistral / Mixtral
  • Custom fine-tuned models
  • GGUF, safetensors

RAG Pipeline

Your own data

  • Document ingestion
  • Vector embeddings
  • Semantic search
  • Context injection

GPU Acceleration

NVIDIA GPUs

  • CUDA support
  • Multi-GPU inference
  • Quantization (4-bit, 8-bit)
  • Tensor parallelism

Kubernetes Native

Rancher deployment

  • Helm charts
  • GPU scheduling
  • Auto-scaling
  • Rancher integration

Enterprise Security

Compliance ready

  • Air-gap deployment
  • Data stays on-prem
  • RBAC
  • Audit logging

API Compatible

OpenAI-compatible

  • OpenAI API format
  • Drop-in replacement
  • SDK compatibility
  • Easy migration

Use Cases

Internal Knowledge Base

RAG on company documentation - employees ask AI about procedures, policies, products. Data doesn't leave company.

Code Assistant

LLM for developers - code completion, review, documentation. Source code stays internal.

Customer Support

AI chatbot based on your own product data. First-line support automation.

Document Processing

Contract, invoice, report analysis. Data extraction without sending to cloud.

SUSE AI vs Cloud AI

AspectSUSE AIOpenAI/Azure AI
Data locationOn-premisesCloud
ComplianceAir-gap readyDepends
Cost modelInfrastructurePer token
Vendor lock-inOpen sourceProprietary
CustomizationFull controlLimited
LatencyLow (local)Network dependent
ModelsOpen sourceOpenAI only
ScalingYour infrastructureAutomatic

SUSE AI Advantage:

  • Data stays on-premises
  • Compliance for regulated industries
  • Open source models - no vendor lock-in
  • Predictable costs (infra vs per-token)
  • Full customization and fine-tuning

Who is it for?

SUSE AI MAKES sense when:

  • Data cannot leave company (compliance)
  • Banking, healthcare, government
  • You have GPU infrastructure
  • Want to avoid vendor lock-in
  • Have Rancher/SLES (SUSE stack)

SUSE AI DOESN'T make sense when:

  • Don't have GPU infrastructure
  • Need GPT-4 class models
  • Low volume - cloud AI cheaper
  • No team to maintain

Requirements

ParameterMinimumRecommended
GPUNVIDIA RTX 3090 / A10NVIDIA A100 / H100
VRAM24 GB80 GB+
RAM64 GB256 GB+
Storage500 GB SSD2 TB NVMe
OSSLES 15 SP5+ / Linux MicroSLES 15 SP6
KubernetesK3s / RKE2 / RancherRancher managed

Specification

ParameterValue
ModelsLlama 3.x, Mistral, Mixtral, custom
APIOpenAI-compatible REST API
DeploymentKubernetes (Rancher, K3s, RKE2)
GPUNVIDIA CUDA
Quantization4-bit, 8-bit, FP16
RAGVector DB integration
SecurityAir-gap, RBAC, audit

FAQ

What models does it support? Open source LLMs: Llama 3.x, Mistral, Mixtral, CodeLlama, and others. You can also use your own fine-tuned models.

Do I need GPU? Yes for production. NVIDIA GPUs with minimum 24GB VRAM. For dev/test can use CPU (slower).

Is the API compatible with OpenAI? Yes. SUSE AI offers OpenAI-compatible API - easy migration from cloud AI.

How does RAG work? You import documents, system creates vector embeddings, on question searches relevant fragments and adds to LLM context.

Can models be fine-tuned? Yes. Platform supports fine-tuning on your own data.

Does nFlo deploy SUSE AI? Yes. Deployments on Rancher/K8s, GPU configuration, RAG pipeline setup, application integration.

Inquire about SUSE AI

Contact your product specialist and get a custom quote.

Sales Representative
Grzegorz Gnych

Grzegorz Gnych

Sales Representative

Response within 24 hours
Free technical consultation
Custom quote and configuration

Providing your phone number will speed up contact.

Want to Reduce IT Risk and Costs?

Book a free consultation - we respond within 24h

Response in 24h Free quote No obligations

Or download free guide:

Download NIS2 Checklist