From 574436ad7c34db8dd0048ada99aa584ecfa75338 Mon Sep 17 00:00:00 2001 From: liushuai Date: Thu, 21 May 2026 23:32:04 +0800 Subject: [PATCH] =?UTF-8?q?Add=20AI=20Models=20Catalog=20=E2=80=94=20struc?= =?UTF-8?q?tured=20database=20of=204,587+=20AI=20models?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Essential resource for agent builders who need to choose models by tool calling, reasoning, structured output, and pricing. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 2918029..b31b301 100644 --- a/README.md +++ b/README.md @@ -221,3 +221,23 @@ An open source library for building AI-powered user interfaces. + +## [AI Models Catalog](https://github.com/i-need-token/ai-models) +AI Models Catalog is a structured, open-source database of 4,587+ AI models across 95 providers with pricing, context windows, modalities, and capabilities. Essential for agent builders who need to choose the right model for tool calling, reasoning, vision, and more. + +
+ +### Why it's useful for agent builders +- **Model selection for agents**: Filter models by tool calling, reasoning, structured output, and other agent-critical capabilities +- **Pricing comparison**: Calculate costs across providers to optimize agent economics +- **Interactive catalog**: Search, filter, and compare models at [i-need-token.github.io/ai-models](https://i-need-token.github.io/ai-models/) +- **First-party data**: All data sourced from provider APIs, not third-party aggregators +- **Free & open-weight models**: Find models you can run locally for private agent deployments + +### Links +- [GitHub](https://github.com/i-need-token/ai-models) +- [Interactive Catalog](https://i-need-token.github.io/ai-models/) +- [npm package](https://www.npmjs.com/package/ai-models) +- [Best AI Models for Agents](https://i-need-token.github.io/ai-models/best-ai-models-for-agents.html) + +