Integrations

SillyTavern Integration Guide

How to use abliteration.ai as a developer-controlled, less-censored backend for SillyTavern roleplay.

Updated 2026-08-04

SillyTavern is a popular frontend for AI roleplay and interactive entertainment. You can use abliteration.ai as a drop-in OpenAI-compatible backend when standard providers refuse roleplay scenarios.

Uncensored models are available for teams that need them, with developer-controlled policy enforcement.

Configuration Steps

1. Open SillyTavern and go to the API Connections menu (plug icon).

Why use this backend?

Standard providers often refuse roleplay scenarios. This API is designed to process your character cards and system prompts without moralizing refusals.

FAQ

Frequently asked questions.

How do I fix a 401 Unauthorized error from abliteration.ai?

Check that your API key is set and sent as a Bearer token.

How do I fix a 404 Not Found error from abliteration.ai?

Make sure the base URL ends with /v1 and you call /chat/completions.

How do I fix a 400 Bad Request error from abliteration.ai?

Verify the model id and that messages are an array of { role, content } objects.

How do I fix a 429 Rate limit error from abliteration.ai?

Back off and retry. Use the Retry-After header for pacing.