| 开发者 | axtolab |
|---|---|
| 更新时间 | 2026年6月19日 05:44 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
aismon_usage_recorded — action fired after each recorded call.aismon_cost_rates — filter the model price table used for estimates.aismon_retention_days — filter the data retention window (default 90 days).aismon_dashboard_after_summary — action to render additional dashboard panels.The plugin activates on older versions but can only record usage on WordPress 7.0 or newer, because it relies on the AI Client that ships with 7.0.
No — they are estimates. Costs are calculated from recorded token counts using published list prices per model (standard tier). Caching and batch discounts are not modeled, and providers change prices. Always treat your provider's invoice as the source of truth. You can adjust any per-model price on the Cost rates tab (no code required); saving also re-estimates previously recorded calls. Developers can layer further changes on the aismon_cost_rates filter.
No. Only token counts, provider, model, capability, and the calling plugin are stored. Prompt and response content is never recorded.
No. Recording happens after the AI call completes and is a single local database insert. If recording ever fails, the original AI call is unaffected.
Yes — set a monthly dollar amount on the dashboard and the plugin emails you once per month when estimated sitewide spend passes it. This is a notification only.
This plugin is a monitor: it shows you usage and cost, and can notify you. It does not block calls or enforce budgets.