Duration
6s
Input Tokens
677
Output Tokens
49
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;