Natural Language to SQL Query Generator
c8a1a625-4f75-4229-b0a4-d7772690dc47
Latency
1104ms
Cost
$0.0002
Tokens
143
Status
successgemini-3-flash-preview
Workflow Graph
Trace
[
{
"data": {
"nodeType": "manualTrigger"
},
"event": "node_start",
"nodeId": "n0",
"timestamp": 1780648864086
},
{
"data": {
"initialData": {
"schema": "Table: customers (id, name, email, signup_date); Table: orders (id, customer_id, total_amount, status, created_at)",
"question": "Find the names of customers who spent more than $500 in total across all their completed orders."
}
},
"event": "triggered",
"nodeId": "manualTrigger",
"timestamp": 1780648864086
},
{
"data": {
"status": "ok",
"nodeType": "manualTrigger"
},
"event": "node_end",
"nodeId": "n0",
"timestamp": 1780648864086
},
{
"data": {
"nodeType": "llm"
},
"event": "node_start",
"nodeId": "n1",
"timestamp": 1780648864090
},
{
"data": {
"messages": 2,
"maxTokens": 160
},
"event": "calling openai/gpt-4o-mini",
"nodeId": "llm",
"timestamp": 1780648864090
},
{
"data": {
"model": "gpt-4o-mini",
"provider": "openai"
},
"event": "llm_call",
"nodeId": "_context",
"timestamp": 1780648864090
},
{
"data": {
"model": "gemini-3-flash-preview",
"costUsd": 0.0002035,
"provider": "openai",
"latencyMs": 1100,
"promptTokens": 70,
"completionTokens": 73
},
"event": "llm_result",
"nodeId": "_context",
"timestamp": 1780648865190
},
{
"data": {
"status": "ok",
"nodeType": "llm"
},
"event": "node_end",
"nodeId": "n1",
"timestamp": 1780648865190
}
]