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-accountant 0.1a4

Simon Willison's Blog

Release of datasette-llm-accountant 0.1a4, an early alpha plugin for Datasette that tracks LLM usage and costs.

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-llm 0.1a8

Simon Willison's Blog

datasette-llm 0.1a8 is a new release of a Datasette plugin that integrates large language models, enabling querying and analysis with LLMs directly within Datasette.

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-acl 0.6a0

Simon Willison's Blog

This datasette-acl 0.6a0 release expands from table-only permissions to a general resource-sharing system.