AI Invoice Header Data Extraction

4074a60e-d4ac-49ff-a094-8be88de520a7

Latency
443ms
Cost
$0.0007
Tokens
278
Status
success
gpt-4o-mini

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "manualTrigger"
    },
    "event": "node_start",
    "nodeId": "t",
    "timestamp": 1783203955068
  },
  {
    "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": 1783203955068
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "manualTrigger"
    },
    "event": "node_end",
    "nodeId": "t",
    "timestamp": 1783203955068
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "l",
    "timestamp": 1783203955071
  },
  {
    "data": {
      "messages": 2,
      "maxTokens": 256
    },
    "event": "calling openai/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1783203955071
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1783203955071
  },
  {
    "data": {
      "model": "gpt-4o-mini-2024-07-18",
      "costUsd": 0.0007325,
      "provider": "openai",
      "latencyMs": 439,
      "promptTokens": 273,
      "completionTokens": 5
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1783203955511
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "l",
    "timestamp": 1783203955511
  }
]