Track AI Token Usage Metrics for OpenAI & Gemini in n8n - n8n Workflow | Neura Market
Track AI Token Usage Metrics for OpenAI & Gemini in n8n
Extracts and summarizes prompt, completion, and total token usage from n8n executions for OpenAI and Gemini nodes, delivering aggregated metrics and per-model breakdowns.
This n8n workflow is designed to track and monitor AI token consumption in workflows utilizing OpenAI and Gemini models. By providing an execution_id and an array of AI node names (e.g., ['openai', 'gemini']), it fetches the full execution data, scans the specified nodes for token usage details, aggregates prompt, completion, and total tokens, and compiles a list of models used. The output includes comprehensive totals and a detailed breakdown per model, making it easy to analyze resource usage
Platform
n8n
Category
Media & Entertainment
Price
$14.99
Creator
Bryce Yu
n8n
AI
OpenAI
Gemini
token-usage
monitoring
analytics
cost-tracking
devtools
automation
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.