Capability Split: Cost/Allowance Tracking Moved To Separate Plugin
Sources: 1 • Confidence: High • Updated: 2026-04-02 03:46
Key takeaways
- datasette-llm-usage 0.2a0 removed features related to allowances and estimated pricing.
- datasette-llm-usage now depends on datasette-llm for model configuration.
- If the datasette-llm-usage.log_prompts plugin setting is enabled, full prompts, responses, and tool calls can be logged to the internal llm_usage_prompt_log table.
- The /-/llm-usage-simple-prompt page was redesigned and now requires the llm-usage-simple-prompt permission to access.
- Allowances and estimated pricing functionality is now handled by datasette-llm-accountant instead of datasette-llm-usage.
Sections
Capability Split: Cost/Allowance Tracking Moved To Separate Plugin
- datasette-llm-usage 0.2a0 removed features related to allowances and estimated pricing.
- Allowances and estimated pricing functionality is now handled by datasette-llm-accountant instead of datasette-llm-usage.
Centralization Of Model Configuration Via Datasette-Llm Dependency
- datasette-llm-usage now depends on datasette-llm for model configuration.
Optional Prompt/Response/Tool-Call Logging To An Internal Table
- If the datasette-llm-usage.log_prompts plugin setting is enabled, full prompts, responses, and tool calls can be logged to the internal llm_usage_prompt_log table.
Access Control Tightening For Simple Prompt Ui Endpoint
- The /-/llm-usage-simple-prompt page was redesigned and now requires the llm-usage-simple-prompt permission to access.
Unknowns
- What version boundary (previous release number and exact prior behavior) defines the before/after for the removed allowances and estimated pricing features?
- Does datasette-llm-accountant fully replace the removed allowances/estimated pricing features, and is its data model compatible with existing datasette-llm-usage data?
- What exact configuration changes are required in deployments due to the new dependency on datasette-llm for model configuration?
- What schema, retention expectations, and security considerations apply to the llm_usage_prompt_log table when prompt logging is enabled?
- What roles or permission configuration patterns are recommended to manage access to /-/llm-usage-simple-prompt after the new permission requirement?