---
title: "Pricing, as markdown"
description: "Plans, terms, included AI credits and add-ons, rendered from the live catalog at request time."
canonical: "https://www.diali.ai/pricing.md"
last-updated: 2026-09-27
---

# Diali pricing

Read live from the Diali catalog on 2026-09-27. This document is
generated from the same endpoint the pricing page renders from, so the numbers below and the
numbers at https://www.diali.ai/pricing are the same numbers.

Prices are per assistant, in the currency shown, taxes excluded. One account can run any
number of assistants, each with its own subscription.

## Plans

### Starter

A starter assistant for light personal use.

- Catalog slug: `small`
- Monthly: $29.99
- Six-month term, billed up front: $161.94
- Annual term, billed up front: $299.90
- List price before the current offer: $49.99 monthly, 40% off (Launch offer — 40% off)
- Included Diali AI credits: 5,000 a month (1000 credits = 1 USD of AI usage)
- Engines: openclaw, hermes

### Pro

A daily-driver assistant with comfortable headroom.

- Catalog slug: `medium`
- Monthly: $69.99
- Six-month term, billed up front: $377.94
- Annual term, billed up front: $699.90
- List price before the current offer: $119.99 monthly, 42% off (Launch offer — 42% off)
- Included Diali AI credits: 10,000 a month (1000 credits = 1 USD of AI usage)
- Engines: openclaw, hermes

### Max

Maximum resources for heavy, always-busy assistants.

- Catalog slug: `large`
- Monthly: $149.99
- Six-month term, billed up front: $809.94
- Annual term, billed up front: $1,499.90
- List price before the current offer: $249.99 monthly, 40% off (Launch offer — 40% off)
- Included Diali AI credits: 25,000 a month (1000 credits = 1 USD of AI usage)
- Engines: openclaw, hermes

## What every assistant plan includes

The comparison table from https://www.diali.ai/pricing, flattened. Every row in this section
is included on Starter, Pro and Max alike; the section after it lists the only rows that
differ by tier.

### Plan

- Agent engine: Hermes or OpenClaw (your pick)
- Bring your own API keys (BYOK)
- Unlimited assistants on one account

### Your own devices (OpenClaw assistants)

- Connect your own laptop, desktop or server
- It clicks, types and controls the screen
- It uses your signed-in browser and installed apps
- You see what it can do, and approve it before it acts
- Your machine dials out, so no VPN or port forwarding

### Channels

- Telegram & WhatsApp (QR, or Business on Hermes)
- Discord & Slack
- Mattermost & Matrix
- Phone calls (OpenClaw) & SMS on a number you own
- You choose who’s allowed to message it

### Capabilities

- Always-on hosting, even with your computer off
- Persistent memory
- Web browsing
- Voice notes in and out, with a free built-in voice
- Web search out of the box, or your own provider
- Custom personality & presets
- 75,000+ community skills, with ClawHub’s review where one exists
- Connected tools & integrations
- MCP servers, preconfigured or your own

### Security & privacy

- Isolated sandbox for every assistant
- Databases, secrets and backups encrypted with Cloud KMS keys we manage
- Hosted in the EU (Belgium)
- Never used to train AI models
- Two-factor authentication & session control

### Billing & support

- 3-day money-back guarantee
- Self-serve cancel, any time
- See what each assistant costs
- Email support at support@diali.ai

## Where the assistant tiers differ

- Assistant workspace size: Starter: Small, Pro: Medium, Max: Large
- How often it checks in on its own (OpenClaw): Starter: Every 2 hours, Pro: Every hour, Max: Every 30 minutes
- Automatic backups: Starter: Add-on, Pro: Add-on, Max: included

## Add-ons

Priced per assistant, on top of the plan.

- **Extra Storage**: $0.40 per GB per month — Additional persistent storage, billed per GB per month.
- **Backups**: $5 a month — Automatic daily snapshots with one-click restore. Back up on demand, undo anytime.
- **Computer**: $9.99 a month — A private Linux desktop for your assistant: a real browser and desktop apps it can see and drive, with a live view (and hand-over control) from the dashboard.
- **Web Terminal**: $5 a month — Browser-based terminal into your assistant's workspace.
- **Open WebUI (chat)**: $12 a month — A browser chat dashboard for your assistant — conversations, history, and prompt presets. Managed by diali (keeps Open WebUI branding).
- **Hermes WebUI (chat)**: $12 a month — The native Hermes web console for your assistant — chat, sessions, and a workspace file browser, with the Hermes Control Center. A lightweight alternative to Open WebUI.

## Terms

- Billing cycles are monthly, six-monthly or annual. Subscriptions renew automatically and can
  be cancelled from the dashboard at any time; access continues to the end of the paid period.
- The first payment carries a 3-day money-back guarantee, requested from the dashboard.
- There is no free trial. Prices may change with advance notice, effective from the next renewal.

## Reading these numbers programmatically

Do not parse this document — read the catalog. https://www.diali.ai/api/v1/catalog/sizes and
https://www.diali.ai/api/v1/catalog/addons are public GETs that need no key, and they are
what this page was built from. Amounts there are integer minor units of `priceCurrency` (US
cents: 2999 is $29.99); `aiIncludedMonthlyMicro` is micro-dollars, so 1000000 is 1 USD.

Full specification: https://www.diali.ai/openapi.json
