LLM governance / policy control planeDocumentation
More Docs
Use cases, uncensored model pages, and additional references separated from the main docs index.
Guide pages133
Sections5
IncludesUse cases, uncensored models, overflow docs
Uncensored & specialty models
Uncensored model landing pages plus specialty pages like Mistral-7B roleplay.
Uncensored Qwen 3 API - Developer Controlled
Looking for Uncensored Qwen 3 API? Use abliteration.ai's abliterated-model with an OpenAI-compatible /v1/chat/completions endpoint.
Uncensored Llama 3 API - Developer Controlled
Looking for Uncensored Llama 3 API? Use abliteration.ai's abliterated-model with an OpenAI-compatible /v1/chat/completions endpoint.
Uncensored Llama 3.1 API - Developer Controlled
Looking for Uncensored Llama 3.1 API? Use abliteration.ai's abliterated-model with an OpenAI-compatible /v1/chat/completions endpoint.
Mistral 7B roleplay API - Developer Controlled
Looking for Mistral 7B roleplay API? Use abliteration.ai's abliterated-model with an OpenAI-compatible /v1/chat/completions endpoint.
Uncensored Mixtral 8x7B API - Developer Controlled
Looking for Uncensored Mixtral 8x7B API? Use abliteration.ai's abliterated-model with an OpenAI-compatible /v1/chat/completions endpoint.
Uncensored Gemma 2 API - Developer Controlled
Looking for Uncensored Gemma 2 API? Use abliteration.ai's abliterated-model with an OpenAI-compatible /v1/chat/completions endpoint.
Uncensored DeepSeek R1 API - Developer Controlled
Looking for Uncensored DeepSeek R1 API? Use abliteration.ai's abliterated-model with an OpenAI-compatible /v1/chat/completions endpoint.
AI policy watch
Fast explainers for active AI procurement and governance stories.
Anthropic Pentagon case explained
What happened in the Anthropic-Pentagon dispute, why it matters for AI procurement, and how engineering teams can prepare for policy volatility.
Anthropic supply chain risk designation explained
What an AI supply-chain-risk designation means, why the government is considering one for Anthropic, and how to prepare your stack for vendor risk events.
Defense Production Act for AI models explained
What the Defense Production Act is, how it could apply to AI companies, and what engineering teams should do to prepare.
Compliance integrations
Export Policy Gateway audit logs to SIEM and log platforms.
Export Policy Gateway audit logs to Splunk HEC
Stream Policy Gateway audit logs to Splunk HEC so security teams can search AI decisions inside their SIEM.
Export Policy Gateway audit logs to Datadog Logs
Send Policy Gateway audit logs to Datadog Logs for SIEM search, dashboards, and retention.
Export Policy Gateway audit logs to Elastic
Send Policy Gateway audit logs into Elastic for SIEM queries, data streams, and dashboards.
Export Policy Gateway audit logs to Amazon S3
Store Policy Gateway audit logs in S3 for durable retention, batch analytics, and compliance archives.
Export Policy Gateway audit logs to Azure Monitor / Log Analytics
Send Policy Gateway audit logs to Azure Monitor or Log Analytics workspaces for enterprise compliance.
Use cases & products
Applied guides for security testing, regulated research, trust and safety, publishing, synthetic data generation, and other high-control workflows.
SillyTavern Integration Guide
How to use abliteration.ai as a developer-controlled, less-censored backend for SillyTavern roleplay.
Roleplay backend guide for interactive entertainment
Architecture, prompts, and reliability tips for roleplay and interactive entertainment apps using an OpenAI-compatible backend.
Synthetic data generation for AI training models
Generate synthetic training data, fine-tuning examples, evaluation sets, and labeled datasets with an OpenAI-compatible API.
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.
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.
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.
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.
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.
Uncensored LLM for PHP & Laravel
How to use abliteration.ai with PHP. A drop-in replacement for OpenAI in Laravel applications.
Uncensored LLM for Ruby on Rails
Call the OpenAI-compatible /v1/chat/completions endpoint from Ruby or Rails with your abliteration.ai API key.
Uncensored LLM for Go
Send OpenAI-compatible chat completions from Go by pointing your HTTP client at abliteration.ai.
Uncensored LLM API for Rust
Call the OpenAI-compatible /v1/chat/completions endpoint from Rust using reqwest.
Uncensored AI for Unity Games
Send OpenAI-compatible chat completions from Unity with UnityWebRequest.
Uncensored LLM for iOS
Use URLSession in Swift to call the OpenAI-compatible /v1/chat/completions endpoint.
Uncensored AI for Java
Send OpenAI-compatible chat completions from Java using java.net.http.HttpClient.
More docs
Additional references and guides that don't fit elsewhere.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
OpenAI API base URL not working
Fix base URL issues when calling an OpenAI-compatible endpoint.
401 unauthorized OpenAI-compatible
Resolve authentication errors when using an OpenAI-compatible API.
Streaming chunks not parsing
Fix broken SSE parsing when streaming OpenAI-compatible responses.
Tool calling schema invalid
Validate tool calling payloads for OpenAI-compatible endpoints.
Migrate from OpenAI to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from OpenAI in minutes with OpenAI-compatible requests.
Migrate from Azure OpenAI to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Azure OpenAI in minutes with OpenAI-compatible requests.
Migrate from Anthropic to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Anthropic in minutes with OpenAI-compatible requests.
Migrate from Google Gemini to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Google Gemini in minutes with OpenAI-compatible requests.
Migrate from Cohere to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Cohere in minutes with OpenAI-compatible requests.
Migrate from Mistral to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Mistral in minutes with OpenAI-compatible requests.
Migrate from Perplexity to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Perplexity in minutes with OpenAI-compatible requests.
Migrate from Groq to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Groq in minutes with OpenAI-compatible requests.
Migrate from Together AI to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Together AI in minutes with OpenAI-compatible requests.
Migrate from Fireworks AI to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Fireworks AI in minutes with OpenAI-compatible requests.
Migrate from DeepSeek to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from DeepSeek in minutes with OpenAI-compatible requests.
Migrate from xAI to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from xAI in minutes with OpenAI-compatible requests.
Migrate from OpenRouter to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from OpenRouter in minutes with OpenAI-compatible requests.
Migrate from AWS Bedrock to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from AWS Bedrock in minutes with OpenAI-compatible requests.
Migrate from Hugging Face Inference to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Hugging Face Inference in minutes with OpenAI-compatible requests.
Migrate from Replicate to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Replicate in minutes with OpenAI-compatible requests.
Migrate from AI21 to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from AI21 in minutes with OpenAI-compatible requests.
Migrate from Aleph Alpha to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Aleph Alpha in minutes with OpenAI-compatible requests.
Migrate from NVIDIA NIM to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from NVIDIA NIM in minutes with OpenAI-compatible requests.
Migrate from IBM watsonx to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from IBM watsonx in minutes with OpenAI-compatible requests.
Migrate from Vertex AI to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Vertex AI in minutes with OpenAI-compatible requests.
Migrate from Databricks to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Databricks in minutes with OpenAI-compatible requests.
Migrate from Cerebras to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from Cerebras in minutes with OpenAI-compatible requests.
Migrate from AnyScale to an OpenAI-compatible endpoint
Swap base URL and API key to migrate from AnyScale in minutes with OpenAI-compatible requests.
OpenAI-compatible endpoints supported
Compatibility matrix of endpoints and features (chat, streaming, embeddings, responses, tool calling).
OpenAI-compatible rate limit matrix
Understand rate limits, headers, and retry guidance for OpenAI-compatible APIs.
OpenAI-compatible example payloads
Copy-ready request payloads for chat, streaming, and tool calling schemas.