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