Model

abliterated-model

Model specs and benchmark scores for abliterated-model.

Updated 2026-08-04

Model ID: abliterated-model. Use this exact value in the model field of your requests.

Benchmark scores and refusal rate for the model are listed below.

{
  "model": "abliterated-model",
  "messages": [
    { "role": "user", "content": "Summarize this report in one paragraph." }
  ],
  "temperature": 0.2
}

Pricing at a glance

Effective price: ~$3 per 1M tokens (based on $10 for ~3.3M tokens).

Billing uses total tokens (input + output). Image inputs are metered as token equivalents and count as input tokens.

Subscription credits reset monthly and do not roll over. Prepaid credits are one-time and do not expire.

See the pricing page for current plans.

Model specs

Latest published benchmark scores and refusal rate for abliterated-model.

Metric Score
mmlu_pro 82.1
gpqa 73.1
aime_2025 83.7
mmmu_pro 68.1
refusals (mlabonne/harmful_behaviors) 3/100
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.