datasette-llm-limits 0.1a0

Simon Willison's Blog Tools

Summary

datasette-llm-limits 0.1a0 is a new plugin for Datasette that allows configuring per-user or global spending limits for LLM usage, working alongside datasette-llm and datasette-llm-accountant.

No content available
Original Article
View Cached Full Text

Cached at: 05/16/26, 12:26 AM

# Release: datasette-llm-limits 0.1a0 Source: [https://simonwillison.net/2026/May/15/datasette-llm-limits/](https://simonwillison.net/2026/May/15/datasette-llm-limits/) 15th May 2026 Release[datasette\-llm\-limits 0\.1a0](https://github.com/datasette/datasette-llm-limits/releases/tag/0.1a0)— Plugin for configuring periodic limits on LLM usage in Datasette This plugin works in conjunction with[datasette\-llm](https://github.com/datasette/datasette-llm)and[datasette\-llm\-accountant](https://github.com/datasette/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](https://simonwillison.net/2026/May/15/)at 12:42 am

Similar Articles

datasette-llm 0.1a7

Simon Willison's Blog

Datasette-llm 0.1a7 is a new alpha release of a plugin that provides LLM integration for Datasette, enabling plugins to configure default options for specific models.

datasette-ip-rate-limit 0.1a0

Simon Willison's Blog

datasette-ip-rate-limit 0.1a0 is a configurable rate-limiting plugin for Datasette, built to block aggressive crawlers.

datasette 1.0a29

Simon Willison's Blog

Datasette 1.0a29 is released with new utility methods, UI improvements for empty tables, and bug fixes including a race condition resolved with help from Codex CLI.

datasette-ports 0.3

Simon Willison's Blog

datasette-ports 0.3 released with improvements to show working directories and full paths to database files for running Datasette instances on a machine.

llm 0.32a0

Simon Willison's Blog

This article announces the release of version 0.32a0 of the 'llm' command-line tool by Simon Willison, providing a monthly briefing on LLM developments.