awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
anomalyco avatar

anomalyco/models.dev

0
View on GitHub↗
2,694 stars·543 forks·TypeScript·mit·14 viewsmodels.dev↗

Models.dev

models.dev is a directory and intelligence system for large language models that provides a standardized catalog of technical specifications, provider mappings, and pricing data. It serves as a central index for model metadata, including context windows, output limits, and release dates.

The project functions as a capability index and pricing comparison tool, allowing for the analysis of token costs across different hosting providers. It maps generic model names to the specific API identifiers required by various third-party platforms and tracks support for functional features such as tool calling, reasoning, and structured outputs.

The system manages these datasets using a flat-file architecture with static JSON storage and schema-based standardization. It also includes an asset index for retrieving provider branding and logos via SVG files.

Features

  • LLM Model Catalogs - AI Model Intelligence retrieves technical metadata including context windows, output limits, and supported capabilities for a specific model.
  • Capability Indices - Serves as a comprehensive capability index tracking context windows, tool calling, and structured outputs.
  • Unified Model Catalogs - Provides a unified catalog of AI model metadata, including provider identities and release dates.
  • Provider Mappings - Maps generic model names to the specific API identifiers required by various third-party hosting platforms.
  • Language Model Directories - Maintains a standardized, structured directory of language model specifications, pricing, and provider details.
  • LLM Capability Indices - AI Model Intelligence identifies which models support specific features such as tool calling and reasoning.
  • LLM Cost Management - Provides token cost analysis and comparison tools to identify the most economical hosting providers.
  • Provider Directories - Maintains a mapping of models to their respective API hosting providers and unique model identifiers.
  • Model Capability Registries - Indexes specific AI model capabilities, such as tool calling and structured outputs, for discovery and verification.
  • Model Identifier Mappings - Maps generic model names to the specific API identifier strings required by different third-party hosting providers.
  • Model Pricing Managers - Maintains a comprehensive database of token costs for various AI models to enable financial analysis and comparison.
  • AI Metadata Managers - Maintains a standardized system for organizing technical metadata and specifications for LLMs.
  • Model Specifications - Provides retrieval of specific technical details such as knowledge cutoff dates and context window sizes.
  • LLM Comparison Interfaces - Enables comparative analysis of technical specifications like context windows and output limits across different models.
  • Technical Specification Comparisons - Enables side-by-side comparison of technical details like context windows and output limits across different models.
  • Capability Comparisons - Identifies which hosting providers support specific features like structured outputs and tool calling.
  • Provider-Specific Configurations - Tracks provider-specific feature flags and capabilities like reasoning effort for given models.
  • Feature Verification - Tracks support for functional features such as tool calling, reasoning, and structured outputs.
  • Token Pricing Comparators - Allows for the direct comparison of input and output token costs across different hosting providers.
  • Static JSON Stores - Stores model specifications and pricing as structured, read-only JSON files for fast access.
  • Metadata Schemas - Employs schema-based structured formats to organize and standardize metadata across diverse model providers.
  • Flat-File Databases - Uses a version-controlled flat-file structure to store and manage a comprehensive directory of model details.
  • Model Metadata Retrieval - Fetches structured specifications and pricing data via a standardized metadata retrieval interface.

Star history

Star history chart for anomalyco/models.devStar history chart for anomalyco/models.dev

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Models.dev

Similar open-source projects, ranked by how many features they share with Models.dev.
  • ryoppippi/ccusageryoppippi avatar

    ryoppippi/ccusage

    10,826View on GitHub↗

    This project is a command-line utility designed to monitor and analyze token consumption and financial expenditure for AI coding assistants. By parsing local session logs directly on the user's machine, it provides a privacy-focused way to track development activity without transmitting sensitive data to external servers. The tool distinguishes itself through its ability to aggregate disparate log formats from multiple coding assistants into a unified, schema-agnostic representation. It features a decoupled pricing engine that allows users to apply custom model-specific cost multipliers, over

    TypeScript
    View on GitHub↗10,826
  • crmne/ruby_llmcrmne avatar

    crmne/ruby_llm

    3,566View on GitHub↗

    ruby_llm is an LLM integration framework and AI agent orchestrator designed to connect applications to multiple large language model providers through a unified interface. It serves as a toolkit for building autonomous assistants with custom personas, managing structured output via JSON schemas, and implementing vector embedding engines for semantic search. The project distinguishes itself as an observability suite and multimodal toolkit. It provides specialized capabilities for tracking token usage, calculating model costs, and tracing workflows via OpenTelemetry, while supporting the proces

    Rubyaianthropicchatgpt
    View on GitHub↗3,566
  • diegosouzapw/omniroutediegosouzapw avatar

    diegosouzapw/OmniRoute

    6,391View on GitHub↗

    OmniRoute is a unified LLM API gateway that connects multiple AI providers to a single endpoint. Its primary purpose is to simplify the integration of various AI models into tools and agents by translating different provider formats into a standardized API. The project distinguishes itself through a multi-strategy request routing system that optimizes for cost, speed, and availability, including automatic model fallbacks and a circuit-breaker resilience model to isolate provider failures. It employs a local-first security posture, using AES-256-GCM encryption to store API keys and conversatio

    TypeScript
    View on GitHub↗6,391
  • cheahjs/free-llm-api-resourcescheahjs avatar

    cheahjs/free-llm-api-resources

    11,612View on GitHub↗

    This project is a community-driven repository that serves as a directory for artificial intelligence providers offering free usage tiers and trial credits for large language model inference. It functions as a resource for developers to discover and integrate external AI services into applications while minimizing initial infrastructure costs. The repository provides structured metadata that enables developers to track request constraints, token limits, and rate requirements across multiple providers. By utilizing standardized data structures and declarative configuration, it assists in managi

    Pythonaiclaudegemini
    View on GitHub↗11,612
See all 30 alternatives to Models.dev→

Frequently asked questions

What does anomalyco/models.dev do?

models.dev is a directory and intelligence system for large language models that provides a standardized catalog of technical specifications, provider mappings, and pricing data. It serves as a central index for model metadata, including context windows, output limits, and release dates.

What are the main features of anomalyco/models.dev?

The main features of anomalyco/models.dev are: LLM Model Catalogs, Capability Indices, Unified Model Catalogs, Provider Mappings, Language Model Directories, LLM Capability Indices, LLM Cost Management, Provider Directories.

What are some open-source alternatives to anomalyco/models.dev?

Open-source alternatives to anomalyco/models.dev include: ryoppippi/ccusage — This project is a command-line utility designed to monitor and analyze token consumption and financial expenditure for… crmne/ruby_llm — ruby_llm is an LLM integration framework and AI agent orchestrator designed to connect applications to multiple large… diegosouzapw/omniroute — OmniRoute is a unified LLM API gateway that connects multiple AI providers to a single endpoint. Its primary purpose… cheahjs/free-llm-api-resources — This project is a community-driven repository that serves as a directory for artificial intelligence providers… pheralb/svgl. llmware-ai/llmware — llmware is a Python framework for AI agent orchestration and model management, designed to coordinate multi-model…