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
561
Output Tokens
55
Cost
$0.00
Context
Input
Count the number of vehicles.
Expected output
SELECT COUNT(*) FROM vehicles;
Model output
SELECT COUNT(*) FROM vehicles;