Skip to main content
To use LangChain with abliteration.ai, instantiate ChatOpenAI with base_url="https://api.abliteration.ai/v1" and your ak_... key. The same class works for LangGraph.

Install

Usage

Streaming

Tool calling

See tool calling for the underlying API.

LangGraph

Pass the same ChatOpenAI instance into any LangGraph node. No other configuration needed.
Last modified on May 3, 2026