How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf telivity/haip-ai
# Run inference directly in the terminal:
llama cli -hf telivity/haip-ai
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf telivity/haip-ai
# Run inference directly in the terminal:
llama cli -hf telivity/haip-ai
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf telivity/haip-ai
# Run inference directly in the terminal:
./llama-cli -hf telivity/haip-ai
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf telivity/haip-ai
# Run inference directly in the terminal:
./build/bin/llama-cli -hf telivity/haip-ai
Use Docker
docker model run hf.co/telivity/haip-ai
Quick Links

HAIP AI

haip-ai is the optional local model for HAIP (Hotel AI Platform). It produces compact, grounded explanations of HAIP's deterministic agent decisions — it never executes actions and only reasons over the numbers the agents already computed.

  • Runs locally via Ollama (GGUF, Q4_K_M)
  • Output is strict JSON: {"rationale": string, "suggestions": string[]}
  • Held-out quality: 100% JSON-valid, 88.8% grounded (via the exact runtime contract)

Output contract

system: You are HAIP AI, a hotel revenue & operations analyst. ... Respond ONLY with compact
        JSON: {"rationale": string (<=60 words), "suggestions": string[] (0-3 short items)}.
user:   Agent: {agentType}\nDecision: {decisionType}\nNumbers:\n{json}
assistant: {"rationale": "...", "suggestions": ["..."]}

Use with Ollama

# while this repo is private, configure your HF token first
ollama pull hf.co/telivity/haip-ai

# or download haip-ai.gguf + Modelfile, then:
ollama create haip-ai -f Modelfile

Enable in HAIP: HAIP_AI_ENABLED=true HAIP_AI_MODEL=haip-ai (opt-in — the PMS works fully without it).

Attribution

See THIRD_PARTY_LICENSES in the HAIP repo for upstream model attribution and their license terms.

Downloads last month
9
GGUF
Model size
8B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support