AIAny
AI Infra2025
Icon for item

Models.dev

Provides a community-curated database of AI model metadata—specs, pricing, and capabilities—and exposes it via a JSON API and a TOML-based contributor workflow for programmatic lookup and integration.

Introduction

Centralizing reliable, provider-agnostic model metadata makes it far easier to compare, integrate, and build tooling across multiple LLM vendors. Models.dev keeps normalized model facts and provider-specific serving details in a machine-readable repo and ships a simple JSON API so other tools can consume the catalog programmatically.

What Sets It Apart
  • Provider-agnostic model metadata lives under models/ while provider-specific serving details (pricing, limits, endpoints) live under providers/, avoiding duplication and making it easy to mirror or override facts.
  • Data is stored as human-editable TOML files with CI validation, plus generated JSON endpoints (e.g., models.json, api.json, catalog.json) and SVG logos for programmatic use by SDKs and UIs.
  • Designed for integration: intended consumers include AI SDKs, MLOps tooling, catalog UIs, and internal systems that need consistent model specs rather than vendor docs scattered across sites.
Who It's For and Trade-offs

Great fit if you build developer tools, MLOps pipelines, or SDKs that need normalized model metadata and provider comparisons. The repo’s validation and schema reduce inconsistency, but coverage depends on community contributions and may lag for niche providers; it’s a metadata/catalog service, not a model-weight host—weights/benchmarks are linked where available. Expect to contribute or sync regularly if you rely on the most up-to-date pricing or new provider offerings.

Information

  • Websitegithub.com
  • Organizationsanomalyco, SST
  • Published date2025/06/04

Categories

More Items

AI Infra2026

Indexes chemistry literature as provenance-bearing atomic claims and provides a faceted taxonomy, evidence graph, and REST/SDK/MCP APIs so researchers and AI agents can retrieve verifiable, claim-level findings across papers; live index contains 2.4M claims from 147K papers.

GitHub
AI Infra2026

Measures multiline text layout and block height without triggering browser reflow: it measures text segments once via Canvas+Intl.Segmenter and caches widths, then computes line breaks with pure arithmetic. Useful for streaming AI text, virtualization, and custom per-line rendering.

GitHub
AI Infra2026

Provides high-performance CUDA/CUTLASS kernels implementing Kimi Delta Attention (KDA), accelerating KDA prefill on SM90+ (Hopper) GPUs. Integrates as a drop-in backend for flash-linear-attention, supports native variable-length batching, and targets K=V=128; requires CUDA 12.9+/PyTorch 2.4+.