GuardrailsLLM API

OpenAI-compatible API powered by llama.cpp + Typhoon 2.5 Q4_K_M.

Endpoints

  • GET /v1/models
  • POST /v1/chat/completions
  • POST /v1/completions

Usage

from openai import OpenAI

client = OpenAI(
    base_url="https://bldeaw-guardrailsllm.hf.space/v1",
    api_key="dummy"
)
resp = client.chat.completions.create(
    model="local-model",
    messages=[{"role": "user", "content": "Hello"}]
)
print(resp.choices[0].message.content)
Downloads last month
3
GGUF
Model size
4B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ 1 Ask for provider support