AI Invoice Header Data Extraction
ab1a784c-42fc-4754-9afb-af542ba33d3c
Latency
385ms
Cost
$0.0001
Tokens
333
Status
successgemini-2.5-flash
Workflow Graph
Trace
[
{
"data": {
"nodeType": "manualTrigger"
},
"event": "node_start",
"nodeId": "t",
"timestamp": 1783203956418
},
{
"data": {
"initialData": {
"text": "Please extract the following information from the invoice below: Invoice Number, Invoice Date, Vendor Name, Vendor Address, Customer Name, Customer Address, Total Amount, and Due Date.\n\n--- INVOICE ---\n\n**TechSolutions Inc.**\n123 Innovation Drive\nTechville, CA 90210\n\n**Invoice To:**\nGlobal Enterprises Ltd.\n456 Business Avenue\nMetropolis, NY 10001\n\n**Invoice Number:** INV-2023-00789\n**Invoice Date:** 2023-10-26\n\n**Description** | **Quantity** | **Unit Price** | **Line Total**\n----------------|------------|----------------|---------------\nCloud Services | 1 | $1500.00 | $1500.00\nConsulting | 20 | $100.00 | $2000.00\nHardware | 5 | $250.00 | $1250.00\n\n**Subtotal:** $4750.00\n**Tax (8%):** $380.00\n**Total Amount:** $5130.00\n\n**Payment Terms:** Net 30 Days\n**Due Date:** 2023-11-25\n\nThank you for your business!"
}
},
"event": "triggered",
"nodeId": "manualTrigger",
"timestamp": 1783203956418
},
{
"data": {
"status": "ok",
"nodeType": "manualTrigger"
},
"event": "node_end",
"nodeId": "t",
"timestamp": 1783203956418
},
{
"data": {
"nodeType": "llm"
},
"event": "node_start",
"nodeId": "l",
"timestamp": 1783203956421
},
{
"data": {
"messages": 2,
"maxTokens": 256
},
"event": "calling openai/gpt-4o-mini",
"nodeId": "llm",
"timestamp": 1783203956422
},
{
"data": {
"model": "gpt-4o-mini",
"provider": "openai"
},
"event": "llm_call",
"nodeId": "_context",
"timestamp": 1783203956422
},
{
"data": {
"model": "gemini-2.5-flash",
"costUsd": 0.0001175,
"provider": "openai",
"latencyMs": 379,
"promptTokens": 325,
"completionTokens": 8
},
"event": "llm_result",
"nodeId": "_context",
"timestamp": 1783203956803
},
{
"data": {
"status": "ok",
"nodeType": "llm"
},
"event": "node_end",
"nodeId": "l",
"timestamp": 1783203956803
}
]