abliteration.ai exposes HTTP APIs compatible with both the OpenAI and Anthropic SDKs. Point any client library at our base URL and you’re done.
Base URL
The same base URL serves both API surfaces:
| Path | Surface | Reference |
|---|
/v1/chat/completions | OpenAI | Chat Completions |
/v1/responses | OpenAI | Responses |
/v1/messages | Anthropic | Messages |
/v1/messages/count_tokens | Anthropic | Count tokens |
/v1/models | OpenAI | Models |
Authentication
All requests require a bearer token:
See Authentication.
Example
Versioning
The API is stable and backwards-compatible. Deprecations are announced in release notes with at least 30 days of notice. Last modified on May 3, 2026