LLM governance / policy control planeDocumentation
Developer Guides
Integration guides, SDK quickstarts, and API references for the core docs experience.
Guide pages
38
Sections
7
Coverage
SDKs, integrations, governance
Getting started
Base URL switches, Postman collection, and quickstarts to get live fast.
9 guides
DocsUpdated Dec 30, 2025
OpenAI compatibility (base URL switch)
Switch your OpenAI client to abliteration.ai by changing the base URL and API key. OpenAI-compatible /v1/chat/completions requests.
DocsUpdated Jan 4, 2026
Compatibility Matrix
Compatibility overview of popular SDKs and frameworks that work with abliteration.ai, with links to ready-to-run guides.
DocsUpdated Jan 4, 2026
Postman collection and OpenAPI spec
Run the abliteration.ai API in Postman, download the collection/environment, and import the OpenAPI schema into tooling.
DocsUpdated Dec 24, 2025
Python SDK quickstart
Use the OpenAI Python SDK with abliteration.ai by setting base_url and api_key. OpenAI-compatible chat completions.
DocsUpdated Dec 24, 2025
Node.js SDK quickstart
Use the OpenAI Node SDK with abliteration.ai by setting baseURL and apiKey. OpenAI-compatible chat completions.
DocsUpdated Apr 16, 2026
Using Codex CLI with abliteration.ai
Use Codex CLI with abliteration.ai as a custom OpenAI Responses provider. Set ABLITERATION_API_KEY, point base_url at api.abliteration.ai/v1.
DocsUpdated May 1, 2026
Using Claude Code with abliteration.ai
Route Claude Code through abliteration.ai as an Anthropic Messages gateway. Set the base URL and one auth variable, pick a model-selection style, and persist your config via ~/.claude/settings.json or your shell profile.
DocsUpdated Apr 25, 2026
OpenClaw ClawHub plugin
Install @abliterationai/openclaw-abliteration-provider from ClawHub or npm to register abliteration.ai as an OpenClaw provider.
DocsUpdated Apr 16, 2026
Using OpenClaw with abliteration.ai
Manually configure abliteration.ai as a custom Anthropic-compatible provider in OpenClaw. Add a models.providers entry, set baseUrl and apiKey, select abliterated-model.
Models
Model specs and intent-specific landing pages.
1 guide
Frameworks & SDKs
Plug abliteration.ai into popular AI tooling and edge runtimes.
4 guides
DocsUpdated Dec 24, 2025
LangChain integration
Connect LangChain to abliteration.ai with a base URL and API key. Use ChatOpenAI against an OpenAI-compatible endpoint.
DocsUpdated Dec 24, 2025
LlamaIndex integration
Point LlamaIndex's OpenAI LLM to abliteration.ai by setting api_base and api_key. OpenAI-compatible chat completions.
DocsUpdated Apr 25, 2026
Vercel AI SDK integration
Use the official abliteration.ai provider with the Vercel AI SDK. Configure ABLIT_KEY once and choose chat, responses, or messages.
DocsUpdated Dec 24, 2025
Cloudflare Workers integration
Call abliteration.ai from a Cloudflare Worker using fetch. Store your API key in env and call /v1/chat/completions.
Integrations
Production-ready examples for web frameworks, runtimes, and app stacks.
10 guides
IntegrationsUpdated Jan 3, 2026
Next.js integration
Call abliteration.ai from a Next.js Route Handler with a minimal fetch wrapper. OpenAI-compatible /v1/chat/completions.
IntegrationsUpdated Jan 3, 2026
FastAPI integration
Proxy abliteration.ai through FastAPI with an async httpx client. OpenAI-compatible chat completions.
IntegrationsUpdated Jan 3, 2026
Spring Boot integration
Send OpenAI-compatible chat completions from Spring Boot using WebClient.
IntegrationsUpdated Jan 3, 2026
Bun integration
Call the OpenAI-compatible /v1/chat/completions endpoint from Bun with fetch.
IntegrationsUpdated Jan 3, 2026
Cloud Run integration
Deploy a minimal Cloud Run service that proxies prompts to abliteration.ai.
IntegrationsUpdated Jan 3, 2026
AWS Lambda integration
Call abliteration.ai from AWS Lambda with a minimal handler and fetch.
DocsUpdated Apr 16, 2026
Using Codex CLI with abliteration.ai
Use Codex CLI with abliteration.ai as a custom OpenAI Responses provider. Set ABLITERATION_API_KEY, point base_url at api.abliteration.ai/v1.
DocsUpdated May 1, 2026
Using Claude Code with abliteration.ai
Route Claude Code through abliteration.ai as an Anthropic Messages gateway. Set the base URL and one auth variable, pick a model-selection style, and persist your config via ~/.claude/settings.json or your shell profile.
DocsUpdated Apr 25, 2026
OpenClaw ClawHub plugin
Install @abliterationai/openclaw-abliteration-provider from ClawHub or npm to register abliteration.ai as an OpenClaw provider.
DocsUpdated Apr 16, 2026
Using OpenClaw with abliteration.ai
Manually configure abliteration.ai as a custom Anthropic-compatible provider in OpenClaw. Add a models.providers entry, set baseUrl and apiKey, select abliterated-model.
Core API
Streaming, vision, video, and platform behavior you need before shipping.
6 guides
DocsUpdated Dec 30, 2025
Streaming chat completions
Stream chat completions with abliteration.ai. Set stream: true and iterate over delta chunks.
DocsUpdated May 1, 2026
Vision and multimodal inputs
Send images and text to vision-capable models using the OpenAI-compatible message content array.
DocsUpdated May 1, 2026
Video inputs
Send short videos to vision-capable models on /v1/chat/completions. Authenticated callers only — anon free-tier is text + image.
DocsUpdated Dec 30, 2025
Rate limits and retries
Learn how rate limits work and how to implement backoff, retries, and concurrency control.
DocsUpdated Apr 14, 2026
OpenAI Responses API (v1/responses)
Full reference for the OpenAI-compatible POST /v1/responses endpoint on abliteration.ai. Request schema, structured input, streaming events, authentication, rate limits, and billing fields.
DocsUpdated May 1, 2026
Anthropic Messages API (v1/messages)
Full reference for the Anthropic-compatible POST /v1/messages endpoint on abliteration.ai. Request schema, streaming, authentication, rate limits, and error codes.
Policy Gateway
Integration contract, onboarding, and enterprise governance.
7 guides
GuidesUpdated Jan 14, 2026
Policy Gateway backend guide
Configure Policy Gateway, manage projects and keys, and enforce policy with /policy/chat/completions.
DocsUpdated Jan 13, 2026
Policy Gateway connectors
Open-source connectors for Next.js, FastAPI, LangChain, and LiteLLM to route traffic through Policy Gateway.
DocsUpdated Jan 13, 2026
Policy Gateway Integration: request/response contract
The exact contract for /policy/chat/completions: required fields, optional headers, and decision metadata.
DocsUpdated Jan 14, 2026
Policy Gateway Security & Privacy
What Policy Gateway stores, what it does not store, and how audit logs, redaction, and scoped keys work.
GuidesUpdated Jan 13, 2026
Policy Gateway onboarding checklist
Step-by-step rollout checklist for enterprise Policy Gateway deployment, including projects, keys, quotas, and audits.
Policy GatewayUpdated Jan 21, 2026
Migrate from Azure OpenAI to Policy Gateway
Move your Azure OpenAI workloads to Policy Gateway to gain full control over safety filters, quotas, and audit logs.
Policy GatewayUpdated Jan 21, 2026
Azure AI Content Safety vs Policy Gateway
Compare Azure AI Content Safety with Policy Gateway. Understand the difference between provider-imposed filters and full policy control.
Agent governance
MCP tool-call governance and audit trails.
1 guide