SQL Generation

Turn plain-English questions into correct SQL against a schema. The skill behind analytics chat, natural-language dashboards, and 'just ask the database' interfaces.

100
Duration
2s
Input Tokens
611
Output Tokens
30
Cost
$0.00
Context
Input
Show me all the customers
Expected output
SELECT * FROM customers;
Model output
SELECT *
FROM customers;