Managed Proxy
Point any OpenAI-compatible application or SDK at GuardAI. We forward to your model provider with policy enforcement on every request.
GuardAI is an OpenAI-compatible API. Change your base URL, keep your existing code, and get policy enforcement on every request.
Swap your base URL. Everything else stays the same.
1from openai import OpenAI23client = OpenAI(4−api_key="your_openai_key"5+base_url="https://api.guardai.us/v1",6+api_key="your_guardai_key"7)89response = client.chat.completions.create(10model="gpt-5",11messages=[{"role": "user", "content": prompt}]12)1314# That's it. Same SDK, same models, same code.
Policy-first enforcement. No vendor lock-in. No headaches.
Stronger adversarial robustness than built-in model safety. Risk-based routing available for latency-sensitive paths.
OpenAI-compatible means you can switch providers anytime. Works with your existing model or any OpenAI-compatible endpoint.
Managed cloud, your own VPC, or on-prem containers. Deploy wherever your infrastructure lives, with outbound access to Vertex AI for the defense layer.
No security research required. No training custom models. Just integrate and deploy. Production-ready day one.
Comprehensive audit logs, detailed threat analytics, and customizable tuning for your application’s unique requirements.
Prevent chatbots from leaking sensitive data from your knowledge base. Ship RAG applications with confidence knowing your documents are protected.
GuardAI works with your existing tools and workflows out of the box.
Cloud providers, self-hosted models, fine-tuned deployments, or bring your own API. Any OpenAI-compatible endpoint works.
Works with LangChain, LlamaIndex, Haystack, or any framework that uses the OpenAI SDK under the hood.
Use our managed cloud API, deploy in your own VPC, or run containers on-prem. All deployments require outbound access to Vertex AI.
Any application that supports an OpenAI-compatible backend. Your own code using the OpenAI SDK. Or on-prem containers for enterprises with custom solutions and data residency requirements.
Point any OpenAI-compatible application or SDK at GuardAI. We forward to your model provider with policy enforcement on every request.
Run GuardAI containers in your own VPC or on-prem infrastructure. You control network boundaries and data residency.
See the same-base-model benchmark results on the whitepaper.