Simon Willison · · 1 min read

datasette-llm-limits 0.1a0

Mirrored from Simon Willison for archival readability. Support the source by reading on the original site.

15th May 2026

Release datasette-llm-limits 0.1a0 — Plugin for configuring periodic limits on LLM usage in Datasette

This plugin works in conjunction with datasette-llm and datasette-llm-accountant to let you configure a per-user (or global) spending limit for LLM usage inside of Datasette. Configuration looks something like this:

plugins:
  datasette-llm-limits:
    limits:
      per-user-daily:
        scope: actor
        window: rolling-24h
        amount_usd: 1.00
Posted 15th May 2026 at 12:42 am

Recent articles

This is a beat by Simon Willison, posted on 15th May 2026.

datasette 1485 llm 600

Monthly briefing

Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.

Pay me to send you less!

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Simon Willison