> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abliteration.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# abliteration.ai documentation

> abliteration.ai is an inference API for unrestricted, uncensored open-weight models, compatible with the OpenAI and Anthropic SDKs, with a built-in policy gateway.

[abliteration.ai](https://abliteration.ai) is an inference API for unrestricted, uncensored open-weight models. Drop in for the OpenAI and Anthropic SDKs by changing the base URL — same code, fewer refusals, optional [policy gateway](/policy-gateway/overview) for governance.

<CardGroup cols={2}>
  <Card title="What is abliteration?" icon="circle-question" href="/what-is-abliteration">
    The technique behind the unrestricted model
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first request in under a minute
  </Card>

  <Card title="API reference" icon="terminal" href="/api/introduction">
    Endpoints compatible with OpenAI and Anthropic
  </Card>

  <Card title="Policy Gateway" icon="shield" href="/policy-gateway/overview">
    Governance, policy logs, and streaming policy metadata
  </Card>

  <Card title="Compatibility" icon="list-check" href="/compatibility-matrix">
    Exactly what's supported — and what isn't
  </Card>
</CardGroup>

## Common tasks

<CardGroup cols={2}>
  <Card title="Stream tokens" icon="play" href="/capabilities/streaming">
    Server-sent events with policy metadata on /policy/\*
  </Card>

  <Card title="Call tools" icon="wrench" href="/capabilities/tool-calling">
    Function calling on OpenAI and Anthropic
  </Card>

  <Card title="Search the web" icon="globe" href="/capabilities/web-search">
    Three shapes, one per API surface
  </Card>

  <Card title="Count tokens" icon="calculator" href="/capabilities/count-tokens">
    Measure cost before you send
  </Card>
</CardGroup>

## SDKs

<CardGroup cols={2}>
  <Card title="Python" icon="python" href="/integrations/python">
    OpenAI and Anthropic SDKs
  </Card>

  <Card title="Node / TypeScript" icon="js" href="/integrations/node">
    OpenAI and Anthropic SDKs
  </Card>

  <Card title="LangChain" icon="link" href="/integrations/langchain">
    Drop-in OpenAI-compatible provider
  </Card>

  <Card title="Vercel AI SDK" icon="triangle" href="/integrations/vercel-ai-sdk">
    Stream to React and edge runtimes
  </Card>
</CardGroup>
