LLM governance / policy control planeDocumentation
OpenAI-Compatible API Docs
Base URL setup, Chat Completions, Responses, SDK quickstarts, Codex, Claude Code, streaming, tool calling, and Policy Gateway guides for abliteration.ai.
Guide pages
38
Sections
7
Coverage
OpenAI, agents, governance
Getting started
OpenAI-compatible base URL setup, Chat Completions, Responses, Postman, and quickstarts.
9 guides
DocsUpdated Aug 4, 2026
OpenAI-compatible API docs: base URL, Chat Completions, and Responses
OpenAI-compatible API docs for abliteration.ai. Change the SDK base URL, keep Chat Completions or Responses request shapes, use role/content messages and response_format, and migrate Python, Node, or framework clients.
DocsUpdated Aug 4, 2026
Compatibility Matrix
Compatibility overview of popular SDKs and frameworks that work with abliteration.ai, with links to ready-to-run guides.
DocsUpdated Aug 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 Aug 4, 2026
Python SDK quickstart
Use the OpenAI Python SDK with abliteration.ai by setting base_url and api_key. OpenAI-compatible chat completions.
DocsUpdated Aug 4, 2026
Node.js SDK quickstart
Use the OpenAI Node SDK with abliteration.ai by setting baseURL and apiKey. OpenAI-compatible chat completions.
DocsUpdated Aug 4, 2026
Codex CLI custom Responses provider
Use Codex CLI or the Codex TUI with abliteration.ai as a custom OpenAI Responses provider. Configure base_url, env_key, model_providers, and wire_api = responses.
DocsUpdated Aug 4, 2026
Claude Code custom Anthropic gateway
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 Aug 4, 2026
OpenClaw ClawHub plugin
Install @abliterationai/openclaw-abliteration-provider from ClawHub or npm to register abliteration.ai as an OpenClaw provider.
DocsUpdated Aug 4, 2026
OpenClaw custom Anthropic provider
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 Aug 4, 2026
LangChain OpenAI-compatible Python integration
Use LangChain OpenAI integrations with abliteration.ai. Configure ChatOpenAI with base_url, api_key, abliterated-model, and the OpenAI-compatible chat completions endpoint.
DocsUpdated Aug 4, 2026
LlamaIndex integration
Point LlamaIndex's OpenAI LLM to abliteration.ai by setting api_base and api_key. OpenAI-compatible chat completions.
DocsUpdated Aug 4, 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 Aug 4, 2026
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 Codex, Claude Code, web frameworks, runtimes, and app stacks.
10 guides
IntegrationsUpdated Aug 4, 2026
Next.js integration
Call abliteration.ai from a Next.js Route Handler with a minimal fetch wrapper. OpenAI-compatible /v1/chat/completions.
IntegrationsUpdated Aug 4, 2026
FastAPI integration
Proxy abliteration.ai through FastAPI with an async httpx client. OpenAI-compatible chat completions.
IntegrationsUpdated Aug 4, 2026
Spring Boot integration
Send OpenAI-compatible chat completions from Spring Boot using WebClient.
IntegrationsUpdated Aug 4, 2026
Bun integration
Call the OpenAI-compatible /v1/chat/completions endpoint from Bun with fetch.
IntegrationsUpdated Aug 4, 2026
Cloud Run integration
Deploy a minimal Cloud Run service that proxies prompts to abliteration.ai.
IntegrationsUpdated Aug 4, 2026
AWS Lambda integration
Call abliteration.ai from AWS Lambda with a minimal handler and fetch.
DocsUpdated Aug 4, 2026
Codex CLI custom Responses provider
Use Codex CLI or the Codex TUI with abliteration.ai as a custom OpenAI Responses provider. Configure base_url, env_key, model_providers, and wire_api = responses.
DocsUpdated Aug 4, 2026
Claude Code custom Anthropic gateway
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 Aug 4, 2026
OpenClaw ClawHub plugin
Install @abliterationai/openclaw-abliteration-provider from ClawHub or npm to register abliteration.ai as an OpenClaw provider.
DocsUpdated Aug 4, 2026
OpenClaw custom Anthropic provider
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 Aug 4, 2026
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 Aug 4, 2026
Video inputs
Send short videos to vision-capable models on /v1/chat/completions. Authenticated callers only — anon free-tier is text + image.
DocsUpdated Aug 4, 2026
Rate limits and retries
Learn how rate limits work and how to implement backoff, retries, and concurrency control.
DocsUpdated Aug 4, 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 Aug 4, 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 Aug 4, 2026
Policy Gateway backend guide
Configure Policy Gateway, manage projects and keys, and enforce policy with /policy/chat/completions.
DocsUpdated Aug 4, 2026
Policy Gateway connectors
Open-source connectors for Next.js, FastAPI, LangChain, and LiteLLM to route traffic through Policy Gateway.
DocsUpdated Aug 4, 2026
Policy Gateway integration: AI model gateway request contract
The request/response contract for /policy/chat/completions: custom moderation rules, policy_id, optional headers, quotas, and audit decision metadata.
DocsUpdated Aug 4, 2026
Policy Gateway Security & Privacy
What Policy Gateway stores, what it does not store, and how audit logs, redaction, and scoped keys work.
GuidesUpdated Aug 4, 2026
Policy Gateway onboarding: custom moderation rules and audit logs
Set up an AI model gateway with custom moderation rules, scoped keys, quotas, shadow mode, canary rollout, and structured audit logs.
Policy GatewayUpdated Aug 4, 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 Aug 4, 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