Query the AI model catalog
Free aggregated AI model catalog API. Fetch detailed metadata and live per-token pricing for large language models (LLM), vision models, and speech models from major providers such as DeepSeek, OpenAI, Anthropic, and Google. Supports multi-condition search, modality filtering, context-window sorting, and capability filters such as Reasoning and Tools. Ideal for building dynamic model pickers, price comparison tools, and LLM dashboards. · AI clients building dynamic model pickers, LLM price comparison tools, multimodal capability detection, model aggregation platforms, and developer dashboards. · Query the AI model catalog
AI model catalog API, LLM directory API, DeepSeek model list, OpenAI model pricing, OpenRouter model lookup, aggregated LLM API, multimodal model API, LLM price comparison
GET /ai/models - Query the AI model catalog
Want to build a dynamic "model picker" into your AI application? Or compare the parameters and billing prices of LLMs across aggregation platforms? This endpoint gives you the full picture of mainstream AI models in one call.
Overview
Calling this endpoint returns a model catalog aggregated from multiple sources (such as OpenRouter, Vercel, and more). Along with each model's ID, name, and provider, it details the supported input/output modalities (text, image, file, etc.) and advanced capabilities such as deep reasoning and tool calling.
Multi-dimensional filtering and sorting
Use the query parameters to precisely trim the large catalog. For example, filter models from the deepseek provider, or only keep models that support the image modality. You can also sort by release date or context window size.
Pagination and size control
Set limit to 0 (the default) to pull the entire catalog. For display or testing purposes, we recommend passing a reasonable limit value.