GPU Inference Cost per Token Anomaly Monitor
Calculate GPU inference cost per million tokens, detect efficiency regressions, and send a FinOps investigation brief.
The full canvas, before you import it
Click any node to see its config.
Click a node to select it — same as the Heym editor; the panel shows its settings.
9 nodes · Free & source-available
GPU Inference Cost per Token Anomaly Monitor
Watch AI infrastructure efficiency as traffic, models, and GPU prices change. The workflow queries hourly usage and cost data, calculates cost per million tokens against a baseline, and explains only material regressions.
What this workflow does
- GpuFinOpsSchedule starts the check every four hours
- QueryGpuInferenceUsage reads cost, token, model, and GPU-hour data from BigQuery
- CalculateInferenceUnitCost derives current and baseline unit economics
- GpuCostAnomalyGate detects regressions above the configured threshold
- ExplainGpuCostAnomaly identifies likely demand, model, batching, and utilization drivers
- EmailAiFinOpsOwners sends the investigation brief
- AppendGpuCostHistory records the observation in Google Sheets
- Separate receipts cover alert and normal states
Use cases
- GPU FinOps monitoring
- LLM inference cost per token tracking
- AI infrastructure unit economics
- Model serving efficiency alerts
Setup
Connect BigQuery, an LLM credential, email, and Google Sheets. Update the table and field names in the query to match your billing export and inference telemetry. Validate the cost allocation model with finance and platform teams before using the metric for chargeback.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
Discover more automations
- Finance OpsPayment Webhook HandlerReceive a Stripe-style webhook payload, parse the event, send a receipt email on success, and Slack-alert your team on failure.
- Finance OpsBinance WebSocket BTC Price AlertSubscribe to the Binance public WebSocket ticker stream and trigger a price alert when BTC/USDT crosses your target threshold — no API key required.
- Finance OpsInvoice Data Extraction from PDFAn AI agent calls LlamaParse to parse a PDF invoice, then returns structured JSON with vendor, amount, line items, and totals.
- Finance OpsQuickBooks Sales Receipts from StripeReceive Stripe payment webhooks, create or find the QuickBooks customer, and generate a sales receipt automatically.
- Finance OpsPortfolio Diversification Slack BriefRead portfolio holdings from Google Sheets, analyze concentration risk with AI, and alert Slack when exposure needs review.
- Finance OpsInvoice Total Calculator (Agent Skill)An agent runs a bundled Python skill that computes line totals, discount, tax, and the grand total from invoice items.
- Finance OpsFinance Evidence S3 ArchiveUpload a finance evidence note to a structured Amazon S3 path and return the stored object key.
- Finance OpsOrder-to-Cash Exception AgentInspect order, fulfillment, invoice, and payment events, then route revenue exceptions before they become customer-facing issues.
- Finance OpsFreight Invoice Audit AgentAudit carrier invoices against shipment milestones, contracts, and accessorial rules before overcharges hit finance.
- Finance OpsDeepfake Vendor Payment Change TriageCross-check urgent vendor payment change emails, require human review, and block social engineering signals before money moves.
- Dev & IT OpsHTML Status PageCheck an upstream service and answer a browser GET with a rendered status page instead of JSON.
- Dev & IT OpsWorkflow Change Audit LogCapture every workflow create, update, and delete on your Heym instance and post a batched summary to Slack.