Model

Mistral 7B roleplay API - Developer Controlled

Looking for Mistral 7B roleplay API? Use abliteration.ai's abliterated-model with an OpenAI-compatible /v1/chat/completions endpoint.

Updated 2026-08-04

Looking for Mistral 7B roleplay API? abliteration.ai offers a developer-controlled, less-censored API you can call today.

Use model abliterated-model on the OpenAI-compatible endpoint at https://api.abliteration.ai/v1.

{
  "model": "abliterated-model",
  "messages": [
    { "role": "user", "content": "Write a two-person roleplay scene set in a neon-lit city." }
  ],
  "temperature": 0.2
}

Why developers choose abliteration.ai for Mistral 7B roleplay API

Model specs (abliterated-model)

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

Implementation checklist

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.