AI Invoice Header Data Extraction

9fb1bdc8-7aed-4f95-9ea4-b8813eb7f3da

Latency
769ms
Cost
$0.0001
Tokens
333
Status
success
gemini-3-flash-preview

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "manualTrigger"
    },
    "event": "node_start",
    "nodeId": "t",
    "timestamp": 1783203956808
  },
  {
    "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": 1783203956808
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "manualTrigger"
    },
    "event": "node_end",
    "nodeId": "t",
    "timestamp": 1783203956808
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "l",
    "timestamp": 1783203956811
  },
  {
    "data": {
      "messages": 2,
      "maxTokens": 256
    },
    "event": "calling openai/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1783203956811
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1783203956811
  },
  {
    "data": {
      "model": "gemini-3-flash-preview",
      "costUsd": 0.0001175,
      "provider": "openai",
      "latencyMs": 764,
      "promptTokens": 325,
      "completionTokens": 8
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1783203957577
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "l",
    "timestamp": 1783203957577
  }
]