Input Tokens
28719
Output Tokens
4020
Duration
339861.799
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';