abliteration.ai is a built-in provider in OpenCode (via models.dev), so there’s no config to write — authenticate, pick the model, and choose a reasoning level. OpenCode is a terminal-based AI coding agent.
Install
Or with npm: npm install -g opencode-ai.
Authenticate
Get an ak_... key from the console, then:
Select abliteration.ai from the provider list and paste your key. (You can also do this inside OpenCode with the /connect command, or by setting the ABLIT_KEY environment variable.)
The base URL is filled in automatically from the provider entry — you don’t need to set it.
Choose the model
In OpenCode:
- Run
/models.
- Open the provider list (
Ctrl+A by default — the current keybind is shown in the dialog footer) and choose abliteration.ai.
- Choose Abliterated Model Large (or Abliterated Model for the multimodal base model).
Set the reasoning level
Reasoning depth is a model variant. Cycle it with Ctrl+T, or run /variants to pick from a list:
- Abliterated Model Large —
none, high, max
- Abliterated Model (base) —
none, minimal, low, medium, high, xhigh, max
The selection maps to the reasoning_effort request field. See thinking & reasoning effort for what each level does.
abliterated-model-large is text-only. Use abliterated-model if you need image inputs. If abliteration.ai doesn’t appear in the provider list yet, refresh the models cache with opencode models --refresh.