anomalyco/models.dev
An open-source database of AI models.
解决的问题
它解决了缺乏统一、全面的 AI 模型规格、价格和功能数据库的问题,为开发者提供了一个社区贡献的单一事实来源。
工作原理
数据以按提供商和模型组织的 TOML 文件形式存储。该项目将与提供商无关的模型元数据(例如:发布日期、功能)与特定提供商的服务详情(例如:价格、上下文限制)分离开来。这些数据随后用于驱动网站和公开 API,用户可以通过 JSON 端点查找模型 ID、元数据和提供商徽标。
适用对象
需要可靠、标准化的各种 AI 模型元数据和价格信息,以便将其集成到应用程序中或比较不同提供商的开发人员。
亮点
- 与提供商无关的元数据:将有关模型的内核事实与其特定提供商的服务方式分离开来。
- API 访问:为完整目录、仅限模型的元数据和提供商徽标提供专用的 JSON 端点。
- AI SDK 集成:使用与 AI SDK 兼容的 Model IDs。
- 社区驱动:开源且由社区贡献数据更新。
相关
- Dispatch
- 项目
- 项目
- 项目
pydantic/genai-pricesGenAI Prices 是一个支持多语言(Python、JS/TS、Go)的库,提供数百个 LLM 模型在数十家提供商中的最新价格数据和查询逻辑,支持历史价格、分层定价和每日价格变动。
- 项目
FB208/OpenBidKit_YibiaoOpenBidKit Yibiao is an open‑source Electron‑based desktop app that uses LLMs (OpenAI‑compatible, Ollama, LM Studio, etc.) to parse tender documents, generate full bid proposals (text, images, charts), manage a local knowledge base, and run quality checks such as plagiarism, typo, and logical error detection. It runs entirely on the user’s machine (Windows), stores data in SQLite, and is built with React, TypeScript, Vite, and a .NET 10 helper for Word/Open XML handling. Licensed under AGPL‑3.0.