Input Tokens
23751
Output Tokens
3049
Duration
241086.513
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';