How to use from
Lemonade
Pull the model
# Download Lemonade from https://lemonade-server.ai/
lemonade pull telivity/haip-ai
Run and chat with the model
lemonade run user.haip-ai-{{QUANT_TAG}}
List all available models
lemonade list
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