Input Tokens
28719
Output Tokens
4400
Duration
607339.871
Cost
0
Context
Input
Give me the name and email of customers who live in Stockholm.
Expected output
SELECT name, email FROM customers WHERE city = 'Stockholm';
Model output
SELECT name, email FROM customers WHERE city = 'Stockholm';