> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abliteration.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# abliteration.ai models

> Available abliteration.ai models — `abliterated-model` is an unrestricted, uncensored open-weight LLM with vision and tool use.

`abliterated-model` is an unrestricted, uncensored open-weight reasoning LLM hosted on abliteration.ai. It thinks before answering by default; set [`thinking: false`](/capabilities/thinking) to skip that step. Supports streaming, tool calling, image inputs, and (on Chat Completions) video inputs. Request it by passing the identifier in the `model` field:

```json theme={"system"}
{ "model": "abliterated-model", "messages": [...] }
```

| Model               | Context | Streaming | Tools | Images |
| ------------------- | ------- | --------- | ----- | ------ |
| `abliterated-model` | 150K    | ✓         | ✓     | ✓      |

## Capabilities

| Capability                                    | Supported |
| --------------------------------------------- | --------- |
| Chat completions                              | ✓         |
| Streaming                                     | ✓         |
| Tool / function calling                       | ✓         |
| Thinking toggle (Chat Completions + Messages) | ✓         |
| Images                                        | ✓         |
| Video (Chat Completions only)                 | ✓         |
| Web search                                    | ✓         |
| Web fetch (Anthropic only)                    | ✓         |

See [compatibility matrix](/compatibility-matrix) for the full per-endpoint breakdown.

## Model listing

The live list is returned by `GET /v1/models`:

```sh theme={"system"}
curl https://api.abliteration.ai/v1/models \
  -H "Authorization: Bearer $ABLIT_KEY"
```

## Pricing

Usage-based, billed on total tokens (input + output). See the [pricing page](https://abliteration.ai/pricing) for current rates.
