syda run report

2026-06-09 02:27 UTC  ·  model: grok-3

600
total rows
36
LLM calls
10,236
input tokens
18,382
output tokens
$0.3064
est. cost
389.1s
total time

Summary

Table Rows Mode LLM calls In tokens Out tokens Cost Time Cache
product 600 codegen 36 10,236 18,382 $0.3064 389.0s HIT
TOTAL 600 36 10,236 18,382 $0.3064

Per-table details

product 600 rows  ·  codegen  ·  389.0s HIT 1a1922f2fcf45b1e

Column Strategy Calls In tok Out tok Cost Cache Function
product_id Code-gen 0 0 0 HIT
View generated function
def generate_product_id(row, col_name):
    return row.name + 1
category Code-gen 0 0 0 HIT
View generated function
def generate_category(row, col_name):
    import random
    return random.choice(["Electronics", "Clothing", "Home & Kitchen", "Sports", "Books"])
unit_price Code-gen 0 0 0 HIT
View generated function
def generate_unit_price(row, col_name):
    import random
    val = random.uniform(5.0, 500.0)
    return round(val, 2)
stock_qty Code-gen 0 0 0 HIT
View generated function
def generate_stock_qty(row, col_name):
    import random
    return random.randint(0, 5000)
product_name Semantic LLM 12 3,420 4,887 $0.08357
brand Semantic LLM 12 3,408 2,827 $0.05263
description Semantic LLM 12 3,408 10,668 $0.17024