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
3s
Input Tokens
765
Output Tokens
42
Cost
$0.00
Context
Input
Show me all the dealerships
Expected output
SELECT * FROM dealerships;
Model output
SELECT * FROM dealerships;