To use any OpenAI SDK with abliteration.ai, set the base URL toDocumentation Index
Fetch the complete documentation index at: https://docs.abliteration.ai/llms.txt
Use this file to discover all available pages before exploring further.
https://api.abliteration.ai/v1 and your API key to an ak_... key from the console. abliteration.ai implements the OpenAI /v1/chat/completions, /v1/responses, and /v1/models endpoints — no other code changes needed.
Configuration
| Base URL | https://api.abliteration.ai/v1 |
| Auth | Authorization: Bearer $ABLIT_KEY |
| Endpoints | /chat/completions, /responses, /models |
Python
Node
Streaming
Setstream: true. See streaming.
Tool calling
Passtools and tool_choice exactly as with OpenAI. See tool calling.
Thinking
abliterated-model is a reasoning model. Set "thinking": false at the top level of the request body to skip reasoning and return only the final answer. Works on /v1/chat/completions; not yet on /v1/responses. See thinking toggle.
See the compatibility matrix for a full feature-by-feature list.