Build Fearlessly
with AI Guardrails for Developers
Developer-first AI security platform protecting against prompt injection, content safety risks, and data leakage. Multi-cloud support for all your AI models - open source or proprietary, anywhere they run.
Built for Developers
Everything you need to secure AI applications across any cloud or deployment
Multi-Cloud Support
Protect AI models across AWS, Azure, GCP, and on-premise deployments. Works with OpenAI, Anthropic, open-source models, and custom LLMs - wherever they run.
Developer-First API
RESTful API with SDKs for Python, Node.js, Java, and Go. Get started in minutes with comprehensive docs and code examples.
Prompt Injection Defense
Advanced protection against jailbreaks, prompt injection, code-interpreter abuse, and malicious code generation attempts.
Content Safety Detection
Detect harmful, hateful, illegal, or sexually explicit content across 12 risk categories with configurable sensitivity thresholds.
Data Leakage Prevention
Identify and redact sensitive personal and organizational information using NER pipelines and regex-based detection.
Real-Time Performance
P95 latency of 274.6ms ensures your applications stay fast. High concurrency support for production workloads.
State-of-the-Art Technology
Leading the industry in AI safety and guardrails performance
Key Innovations
Configurable Policy Adaptation
Dynamic per-request policy configuration with continuous probabilistic sensitivity thresholds (τ ∈ [0,1]). Unlike static "strict/loose" modes, OpenGuardrails enables real-time sensitivity tuning for safety governance.
Unified LLM Architecture
Single 14B→3.3B (GPTQ quantized) model handling both content-safety and model-manipulation detection. Achieves superior semantic understanding compared to hybrid BERT-style architectures while maintaining production-level efficiency.
Multilingual Excellence
Robust performance across 119 languages and dialects, with SOTA results on English, Chinese, and multilingual benchmarks. Includes OpenGuardrailsMixZh 97k dataset contribution under Apache 2.0 license.
Production-Ready Platform
First fully open-source guardrail system with both large-scale safety LLM and deployable platform. RESTful APIs, Docker deployment, and modular components for seamless private/on-premise integration.
Get Started in Minutes
Simple integration, powerful protection for all your AI models
Quick Start with SDK
Install SDK and protect your AI apps in 3 lines of code. Works with any model, any cloud.
from openguardrails import OpenGuardrails
client = OpenGuardrails(api_key="your-api-key")
# Works with OpenAI, Anthropic, AWS Bedrock, Azure OpenAI...
response = client.chat.completions.create(
model="gpt-4", # or claude-3, llama-3, your-custom-model
messages=[{"role": "user", "content": "Hello"}],
guardrails={"prompt_injection": True, "pii": True}
)
# Auto-protected! No code changes needed.Universal Gateway
One API endpoint for all clouds. Change just the base URL to protect OpenAI, Azure, AWS Bedrock, GCP, or any API.
from openai import OpenAI
# Works with ANY OpenAI-compatible API
client = OpenAI(
base_url="https://api.openguardrails.com/v1/gateway",
api_key="your-openguardrails-key"
)
# Your existing code stays the same
response = client.chat.completions.create(
model="gpt-4", # Azure OpenAI, Bedrock, etc.
messages=[{"role": "user", "content": "Hello"}]
)
# Protected across all clouds automatically!Multi-Language SDK Support
Python
pip install openguardrailsNode.js
npm install openguardrailsJava
com.openguardrails:openguardrailsGo
go get github.com/openguardrails/openguardrails-goSimple, Developer-Friendly Pricing
Start free, scale as you grow. No hidden fees.
Free
- ✓10,000 requests/month
- ✓All detection features
- ✓Multi-cloud support
- ✓Community support
Pro
- ✓1M requests/month
- ✓Priority support
- ✓Custom sensitivity tuning
- ✓Advanced analytics
- ✓SLA guarantee
Enterprise
- ✓Unlimited requests
- ✓Dedicated support
- ✓Custom model training
- ✓On-premise deployment
- ✓Partnership opportunities
Enterprise Add-ons
Custom Model Training
Tailored guardrail models for region-specific policies, industry requirements, or cultural sensitivities.
Partner Program
Join our global reseller network with competitive margins, co-marketing, and technical enablement.
Join Our Global Partner Network
We're actively seeking partners and resellers worldwide to bring AI security to organizations globally. Whether you're a systems integrator, technology consultant, or regional distributor, we offer comprehensive support to help you succeed.
Reseller Program
Competitive margins and sales support
Technical Enablement
Training and certification programs
Regional Adaptation
Localized support and customization
Get in Touch
Ready to secure your AI applications? Contact us for partnership opportunities, custom model training, or technical inquiries.
