ModelPick
ModelPick is a provider-neutral LLM model recommendation API that tells you which model to use for a given task — without executing the model itself. **How it works** Send a task description, optional list of candidate models or providers, and your optimization criteria (quality, speed, cost, or balanced). ModelPick returns a ranked list with composite scores and raw benchmark metrics for each…
ModelPick endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Recommend Models /v1/recommend |
Returns a ranked list of models for a given task. Specify models or providers to filter candidates, or omit both to get the top 10 across all models. |
| GET |
Get Models /v1/models |
Returns all models in the database with their latest benchmark data including quality scores, speed metrics, and pricing. **Query parameters:** `provider` (string, optional) -… |
| GET |
Get Providers /v1/providers |
Returns all providers currently represented in the model database, along with their model counts and model slugs. Use the provider names returned here as valid values for the… |
ModelPick pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $30 / month | — |
|
| MEGA | $80 / month | — |
|