When you call an LLM API, you pick a model and hope it's the right one. Claude for reasoning, GPT for code, Gemini for long context... you're doing the routing manually.
I got tired of this, so I built Flint — a smart routing engine that does the model selection for you.
How It Works
Instead of forwarding your prompt to a single model, Flint:
Decomposes — analyzes your prompt and identifies which capability domains it needs (research, analysis, code, content, math...)






