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
18s
Input Tokens
772
Output Tokens
415
Cost
$0.01
Context
Input
Show me all the dealerships
Expected output
SELECT * FROM dealerships;
Model output
SELECT * FROM dealerships;