/v1/chat/completions spec. Any OpenAI SDK works by changing the base URL and API key.
Configuration
| Base URL | https://api.abliteration.ai/v1 |
| Auth | Authorization: Bearer $ABLIT_KEY |
| Endpoints | /chat/completions, /models, /embeddings |
Python
Node
Streaming
Setstream: true. See streaming.
Tool calling
Passtools and tool_choice exactly as with OpenAI. See tool calling.
What’s not supported
- Assistants v1/v2 APIs
- Fine-tuning endpoints (use the console instead)
- File uploads beyond images (see vision)
