Input Tokens
24446
Output Tokens
5567
Duration
138424.297
Cost
0
Context
Input
List all employees hired after 2021
Expected output
SELECT * FROM employees WHERE hired_at > '2021-12-31';
Model output
SELECT * FROM employees WHERE hired_at > '2021-12-31';