Duration
3s
Input Tokens
603
Output Tokens
57
Cost
$0.00
Context
Input
Show me all the customersExpected output
SELECT * FROM customers;Model output
SELECT * FROM customers;Natural language to SQL query generation evaluates text-to-query fidelity and schema reasoning. This task is particularly relevant for analytics chat assistants and simplified database interfaces.
Show me all the customersSELECT * FROM customers;SELECT * FROM customers;