To use the Anthropic 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 and pass your ak_... key as api_key= (sent as x-api-key) — no other code changes. abliteration.ai implements the Anthropic Messages API, including streaming, tool use, web search, and web fetch.
Configuration
| Base URL | https://api.abliteration.ai |
| Auth | Authorization: Bearer ak_... or x-api-key: ak_... — both work |
| Endpoint | /v1/messages |
Python
curl
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. See thinking toggle.