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
8s
Input Tokens
644
Output Tokens
417
Cost
$0.00
Context
Input
Show me all the customers
Expected output
SELECT * FROM customers;
Model output
SELECT * FROM customers;