LLM governance / policy control planeDocumentation

More Docs

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

Guide pages
103
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.

16 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 generation for AI training models
Generate synthetic training data, fine-tuning examples, evaluation sets, and labeled datasets with an OpenAI-compatible API.
Use CasesUpdated Apr 7, 2026
AI for legitimate penetration testing without hacking filters
For red teaming 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 Dec 24, 2025
What is an uncensored LLM?
Definition, use cases, and examples of uncensored large language models. Learn how they work and why developers use them.

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
How to use LangChain with an OpenAI-compatible endpoint (Python)
LangChain integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use LangChain with an OpenAI-compatible endpoint (JavaScript)
LangChain integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use LlamaIndex with an OpenAI-compatible endpoint (Python)
LlamaIndex integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use LlamaIndex with an OpenAI-compatible endpoint (TypeScript)
LlamaIndex integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Vercel AI SDK with an OpenAI-compatible endpoint (TypeScript)
Vercel AI SDK integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Vercel AI SDK with an OpenAI-compatible endpoint (JavaScript)
Vercel AI SDK integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use OpenAI SDK with an OpenAI-compatible endpoint (Python)
OpenAI SDK integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use OpenAI SDK with an OpenAI-compatible endpoint (JavaScript)
OpenAI SDK integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use LiteLLM with an OpenAI-compatible endpoint (Python)
LiteLLM integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Haystack with an OpenAI-compatible endpoint (Python)
Haystack integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Semantic Kernel with an OpenAI-compatible endpoint (Python)
Semantic Kernel integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Semantic Kernel with an OpenAI-compatible endpoint (C#)
Semantic Kernel integration guide for C#. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Semantic Kernel with an OpenAI-compatible endpoint (Java)
Semantic Kernel integration guide for Java. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use AutoGen with an OpenAI-compatible endpoint (Python)
AutoGen integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use CrewAI with an OpenAI-compatible endpoint (Python)
CrewAI integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Next.js with an OpenAI-compatible endpoint (TypeScript)
Next.js integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Next.js with an OpenAI-compatible endpoint (JavaScript)
Next.js integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Express with an OpenAI-compatible endpoint (JavaScript)
Express integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Express with an OpenAI-compatible endpoint (TypeScript)
Express integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use FastAPI with an OpenAI-compatible endpoint (Python)
FastAPI integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Django with an OpenAI-compatible endpoint (Python)
Django integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Flask with an OpenAI-compatible endpoint (Python)
Flask integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use NestJS with an OpenAI-compatible endpoint (TypeScript)
NestJS integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use SvelteKit with an OpenAI-compatible endpoint (TypeScript)
SvelteKit integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use SvelteKit with an OpenAI-compatible endpoint (JavaScript)
SvelteKit integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Nuxt with an OpenAI-compatible endpoint (TypeScript)
Nuxt integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Nuxt with an OpenAI-compatible endpoint (JavaScript)
Nuxt integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Remix with an OpenAI-compatible endpoint (TypeScript)
Remix integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Remix with an OpenAI-compatible endpoint (JavaScript)
Remix integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Ruby on Rails with an OpenAI-compatible endpoint (Ruby)
Ruby on Rails integration guide for Ruby. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Laravel with an OpenAI-compatible endpoint (PHP)
Laravel integration guide for PHP. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Spring Boot with an OpenAI-compatible endpoint (Java)
Spring Boot integration guide for Java. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use ASP.NET Core with an OpenAI-compatible endpoint (C#)
ASP.NET Core integration guide for C#. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Go net/http with an OpenAI-compatible endpoint (Go)
Go net/http integration guide for Go. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Gin with an OpenAI-compatible endpoint (Go)
Gin integration guide for Go. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Fiber with an OpenAI-compatible endpoint (Go)
Fiber integration guide for Go. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Deno with an OpenAI-compatible endpoint (TypeScript)
Deno integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Deno with an OpenAI-compatible endpoint (JavaScript)
Deno integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Bun with an OpenAI-compatible endpoint (TypeScript)
Bun integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Bun with an OpenAI-compatible endpoint (JavaScript)
Bun integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Cloudflare Workers with an OpenAI-compatible endpoint (TypeScript)
Cloudflare Workers integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Cloudflare Workers with an OpenAI-compatible endpoint (JavaScript)
Cloudflare Workers integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use AWS Lambda with an OpenAI-compatible endpoint (Python)
AWS Lambda integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use AWS Lambda with an OpenAI-compatible endpoint (JavaScript)
AWS Lambda integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use AWS Lambda with an OpenAI-compatible endpoint (TypeScript)
AWS Lambda integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use AWS Lambda with an OpenAI-compatible endpoint (Go)
AWS Lambda integration guide for Go. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use AWS Lambda with an OpenAI-compatible endpoint (Java)
AWS Lambda integration guide for Java. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use AWS Lambda with an OpenAI-compatible endpoint (C#)
AWS Lambda integration guide for C#. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use AWS Lambda with an OpenAI-compatible endpoint (Ruby)
AWS Lambda integration guide for Ruby. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Azure Functions with an OpenAI-compatible endpoint (Python)
Azure Functions integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Azure Functions with an OpenAI-compatible endpoint (JavaScript)
Azure Functions integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Azure Functions with an OpenAI-compatible endpoint (TypeScript)
Azure Functions integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Azure Functions with an OpenAI-compatible endpoint (C#)
Azure Functions integration guide for C#. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use GCP Cloud Functions with an OpenAI-compatible endpoint (Python)
GCP Cloud Functions integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use GCP Cloud Functions with an OpenAI-compatible endpoint (JavaScript)
GCP Cloud Functions integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use GCP Cloud Functions with an OpenAI-compatible endpoint (TypeScript)
GCP Cloud Functions integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use GCP Cloud Functions with an OpenAI-compatible endpoint (Go)
GCP Cloud Functions integration guide for Go. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Supabase Edge Functions with an OpenAI-compatible endpoint (TypeScript)
Supabase Edge Functions integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Supabase Edge Functions with an OpenAI-compatible endpoint (JavaScript)
Supabase Edge Functions integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Netlify Functions with an OpenAI-compatible endpoint (JavaScript)
Netlify Functions integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Netlify Functions with an OpenAI-compatible endpoint (TypeScript)
Netlify Functions integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Vercel Serverless with an OpenAI-compatible endpoint (JavaScript)
Vercel Serverless integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Vercel Serverless with an OpenAI-compatible endpoint (TypeScript)
Vercel Serverless integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Vercel Serverless with an OpenAI-compatible endpoint (Python)
Vercel Serverless integration guide for Python. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Fastify with an OpenAI-compatible endpoint (JavaScript)
Fastify integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Fastify with an OpenAI-compatible endpoint (TypeScript)
Fastify integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Hono with an OpenAI-compatible endpoint (JavaScript)
Hono integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Hono with an OpenAI-compatible endpoint (TypeScript)
Hono integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Astro with an OpenAI-compatible endpoint (JavaScript)
Astro integration guide for JavaScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.
Integration guideUpdated Jan 6, 2026
How to use Astro with an OpenAI-compatible endpoint (TypeScript)
Astro integration guide for TypeScript. Connect to an OpenAI-compatible endpoint with a base URL swap and keep the same request schema.