LLM governance / policy control planeDocumentation

More Docs

Use cases, uncensored model pages, and additional references separated from the main docs index.

Guide pages
104
Sections
5
Includes
Use cases, uncensored models, overflow

Uncensored & specialty models

Uncensored model landing pages plus specialty pages like Mistral-7B roleplay.

7 guides

AI policy watch

Fast explainers for active AI procurement and governance stories.

3 guides

Compliance integrations

Export Policy Gateway audit logs to SIEM and log platforms.

5 guides

Use cases & products

Applied guides for security testing, regulated research, trust and safety, publishing, synthetic data, and other high-control workflows.

17 guides
IntegrationsUpdated Jan 8, 2026
SillyTavern Integration Guide
How to use abliteration.ai as a developer-controlled, less-censored backend for SillyTavern roleplay.
GuidesUpdated Jan 8, 2026
Roleplay backend guide for interactive entertainment
Architecture, prompts, and reliability tips for roleplay and interactive entertainment apps using an OpenAI-compatible backend.
GuidesUpdated Apr 5, 2026
Synthetic data API for LLM evals
Generate synthetic training data, LLM eval rows, classifier examples, synthetic datasets, and labeled datasets with an OpenAI-compatible API.
Use CasesUpdated Apr 7, 2026
AI for authorized pentesting and red teams
For AI red teaming, LLM security testing, and security firms whose authorized penetration testing prompts trigger generic hacking filters. Developer-controlled AI with policy controls and audit logs.
Use CasesUpdated Apr 7, 2026
AI for medical and pharmaceutical research without harm filters
For medical and pharmaceutical research teams whose prompts trigger generic harm filters. Developer-controlled AI for governed, high-context research workflows.
Use CasesUpdated Apr 7, 2026
AI for trust and safety teams training toxic content classifiers
Generate toxic and non-toxic examples for internal safety classifier training, evaluation, and adversarial coverage with developer-controlled AI and policy logs.
Use CasesUpdated Apr 7, 2026
AI for creative and publishing teams without overcautious filters
For creative and publishing enterprises whose authors are blocked by overly cautious content filters. Developer-controlled AI for fiction, scripts, editing, and publishing workflows.
Use CasesUpdated Apr 7, 2026
AI for defense and government contractors with mission-critical workflows
Developer-controlled AI for defense and government contractors that require stable, unrestricted model access for mission-critical applications with audits, quotas, and policy ownership.
IntegrationsUpdated Dec 30, 2025
Uncensored LLM for PHP & Laravel
How to use abliteration.ai with PHP. A drop-in replacement for OpenAI in Laravel applications.
IntegrationsUpdated Dec 30, 2025
Uncensored LLM for Ruby on Rails
Call the OpenAI-compatible /v1/chat/completions endpoint from Ruby or Rails with your abliteration.ai API key.
IntegrationsUpdated Dec 30, 2025
Uncensored LLM for Go
Send OpenAI-compatible chat completions from Go by pointing your HTTP client at abliteration.ai.
IntegrationsUpdated Dec 31, 2025
Uncensored LLM API for Rust
Call the OpenAI-compatible /v1/chat/completions endpoint from Rust using reqwest.
IntegrationsUpdated Dec 31, 2025
Uncensored AI for Unity Games
Send OpenAI-compatible chat completions from Unity with UnityWebRequest.
IntegrationsUpdated Dec 31, 2025
Uncensored LLM for iOS
Use URLSession in Swift to call the OpenAI-compatible /v1/chat/completions endpoint.
IntegrationsUpdated Dec 31, 2025
Uncensored AI for Java
Send OpenAI-compatible chat completions from Java using java.net.http.HttpClient.
DefinitionsUpdated Jun 6, 2026
What is an uncensored LLM? Enterprise definition and use cases
Enterprise definition, use cases, and examples of uncensored AI, unrestricted AI, and uncensored LLM APIs for security, trust and safety, ML research, synthetic data, and defense teams.
APIUpdated May 21, 2026
Enterprise uncensored LLM API with developer-owned controls
OpenAI-compatible enterprise uncensored LLM API alternative for teams that need less-refusal model behavior plus their own policy, billing, and audit controls.

More docs

Additional references and guides that don't fit elsewhere.

72 guides
DocsUpdated Jan 8, 2026
Does abliteration ruin models? A technical explanation
Technical explanation of why abliteration does not ruin models, covering refusal vector ablation, model integrity, and LLM performance validation.
DocsUpdated Feb 28, 2026
Tool calling (function calling)
Use tool calling with abliteration.ai to let models invoke external functions. OpenAI-compatible tools parameter with full examples in curl, Python, JavaScript, Java, and Go.
Integration guideUpdated Jan 6, 2026
LangChain OpenAI-compatible API guide (Python)
LangChain Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
LangChain OpenAI-compatible API guide (JavaScript)
LangChain JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
LlamaIndex OpenAI-compatible API guide (Python)
LlamaIndex Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
LlamaIndex OpenAI-compatible API guide (TypeScript)
LlamaIndex TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Vercel AI SDK OpenAI-compatible API guide (TypeScript)
Vercel AI SDK TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Vercel AI SDK OpenAI-compatible API guide (JavaScript)
Vercel AI SDK JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
OpenAI SDK OpenAI-compatible API guide (Python)
OpenAI SDK Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
OpenAI SDK OpenAI-compatible API guide (JavaScript)
OpenAI SDK JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
LiteLLM OpenAI-compatible API guide (Python)
LiteLLM Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Haystack OpenAI-compatible API guide (Python)
Haystack Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Semantic Kernel OpenAI-compatible API guide (Python)
Semantic Kernel Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Semantic Kernel OpenAI-compatible API guide (C#)
Semantic Kernel C# guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Semantic Kernel OpenAI-compatible API guide (Java)
Semantic Kernel Java guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
AutoGen OpenAI-compatible API guide (Python)
AutoGen Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
CrewAI OpenAI-compatible API guide (Python)
CrewAI Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Next.js OpenAI-compatible API guide (TypeScript)
Next.js TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Next.js OpenAI-compatible API guide (JavaScript)
Next.js JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Express OpenAI-compatible API guide (JavaScript)
Express JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Express OpenAI-compatible API guide (TypeScript)
Express TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
FastAPI OpenAI-compatible API guide (Python)
FastAPI Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Django OpenAI-compatible API guide (Python)
Django Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Flask OpenAI-compatible API guide (Python)
Flask Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
NestJS OpenAI-compatible API guide (TypeScript)
NestJS TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
SvelteKit OpenAI-compatible API guide (TypeScript)
SvelteKit TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
SvelteKit OpenAI-compatible API guide (JavaScript)
SvelteKit JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Nuxt OpenAI-compatible API guide (TypeScript)
Nuxt TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Nuxt OpenAI-compatible API guide (JavaScript)
Nuxt JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Remix OpenAI-compatible API guide (TypeScript)
Remix TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Remix OpenAI-compatible API guide (JavaScript)
Remix JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Ruby on Rails OpenAI-compatible API guide (Ruby)
Ruby on Rails Ruby guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Laravel OpenAI-compatible API guide (PHP)
Laravel PHP guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Spring Boot OpenAI-compatible API guide (Java)
Spring Boot Java guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
ASP.NET Core OpenAI-compatible API guide (C#)
ASP.NET Core C# guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Go net/http OpenAI-compatible API guide (Go)
Go net/http Go guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Gin OpenAI-compatible API guide (Go)
Gin Go guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Fiber OpenAI-compatible API guide (Go)
Fiber Go guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Deno OpenAI-compatible API guide (TypeScript)
Deno TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Deno OpenAI-compatible API guide (JavaScript)
Deno JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Bun OpenAI-compatible API guide (TypeScript)
Bun TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Bun OpenAI-compatible API guide (JavaScript)
Bun JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Cloudflare Workers OpenAI-compatible API guide (TypeScript)
Cloudflare Workers TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Cloudflare Workers OpenAI-compatible API guide (JavaScript)
Cloudflare Workers JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
AWS Lambda OpenAI-compatible API guide (Python)
AWS Lambda Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
AWS Lambda OpenAI-compatible API guide (JavaScript)
AWS Lambda JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
AWS Lambda OpenAI-compatible API guide (TypeScript)
AWS Lambda TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
AWS Lambda OpenAI-compatible API guide (Go)
AWS Lambda Go guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
AWS Lambda OpenAI-compatible API guide (Java)
AWS Lambda Java guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
AWS Lambda OpenAI-compatible API guide (C#)
AWS Lambda C# guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
AWS Lambda OpenAI-compatible API guide (Ruby)
AWS Lambda Ruby guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Azure Functions OpenAI-compatible API guide (Python)
Azure Functions Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Azure Functions OpenAI-compatible API guide (JavaScript)
Azure Functions JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Azure Functions OpenAI-compatible API guide (TypeScript)
Azure Functions TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Azure Functions OpenAI-compatible API guide (C#)
Azure Functions C# guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
GCP Cloud Functions OpenAI-compatible API guide (Python)
GCP Cloud Functions Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
GCP Cloud Functions OpenAI-compatible API guide (JavaScript)
GCP Cloud Functions JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
GCP Cloud Functions OpenAI-compatible API guide (TypeScript)
GCP Cloud Functions TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
GCP Cloud Functions OpenAI-compatible API guide (Go)
GCP Cloud Functions Go guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Supabase Edge Functions OpenAI-compatible API guide (TypeScript)
Supabase Edge Functions TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Supabase Edge Functions OpenAI-compatible API guide (JavaScript)
Supabase Edge Functions JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Netlify Functions OpenAI-compatible API guide (JavaScript)
Netlify Functions JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Netlify Functions OpenAI-compatible API guide (TypeScript)
Netlify Functions TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Vercel Serverless OpenAI-compatible API guide (JavaScript)
Vercel Serverless JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Vercel Serverless OpenAI-compatible API guide (TypeScript)
Vercel Serverless TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Vercel Serverless OpenAI-compatible API guide (Python)
Vercel Serverless Python guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Fastify OpenAI-compatible API guide (JavaScript)
Fastify JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Fastify OpenAI-compatible API guide (TypeScript)
Fastify TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Hono OpenAI-compatible API guide (JavaScript)
Hono JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Hono OpenAI-compatible API guide (TypeScript)
Hono TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Astro OpenAI-compatible API guide (JavaScript)
Astro JavaScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.
Integration guideUpdated Jan 6, 2026
Astro OpenAI-compatible API guide (TypeScript)
Astro TypeScript guide for OpenAI-compatible APIs: set the base URL to https://api.abliteration.ai/v1, call /v1/chat/completions, and keep the same request schema.