VOOZH about

URL: https://apify.com/david_flagg/ai-model-pricing

โ‡ฑ AI Model Pricing Comparator ยท Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

AI Model Pricing Comparator

Compare LLM pricing across 380+ models from OpenRouter, Venice AI, and more. Find the cheapest provider for any model instantly. Cross-provider price comparison, filter by modality/context/capabilities, sort by savings. Real-time data, under 1 second.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ David Flagg

David Flagg

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

3 months ago

Last modified

Share

Compare LLM pricing across 15+ providers in real-time. Find the cheapest model for your use case in seconds.

What it does

Aggregates live pricing data from 380+ AI models across major providers:

  • OpenRouter (340+ models) โ€” OpenAI, Anthropic, Google, Meta, Mistral, DeepSeek, Cohere, xAI, and more
  • Venice AI (43 models) โ€” Uncensored models, unique offerings

All data is fetched in real-time from provider APIs (no stale caches). Results are normalized to a common schema with USD per million tokens pricing.

Use cases

  • "What's the cheapest model with vision?" โ€” Filter by modality, sort by price
  • "Compare all Claude models" โ€” Search by name, see every provider's price
  • "Models under $1/MTok with 128K+ context" โ€” Filter by price and context window
  • "What does GPT-4o cost on different providers?" โ€” Cross-provider price comparison
  • Cost optimization for AI applications โ€” Find cheaper alternatives to expensive models

Input

ParameterTypeDescriptionDefault
querystringSearch model names and descriptions(all)
maxInputPricenumberMax input price in $/MTok(no limit)
maxOutputPricenumberMax output price in $/MTok(no limit)
minContextWindowintegerMin context window in tokens0
modalitystringFilter: any, text, multimodal, image-gen, audioany
capabilitiesstring[]Required: vision, function-calling, reasoning, web-search(none)
providersstring[]Limit to specific providers(all)
sortBystringinput_price, output_price, context_window, nameinput_price
includeFreebooleanInclude $0 (free tier) modelstrue
maxResultsintegerMax models to return (0 = all)0

Output

Each model in the dataset includes:

{
"name":"Anthropic: Claude Sonnet 4.6",
"model_id":"anthropic/claude-sonnet-4.6",
"provider":"Anthropic",
"source":"openrouter",
"input_price_per_mtok":3.0,
"output_price_per_mtok":15.0,
"context_window":1000000,
"max_output_tokens":64000,
"modality":"multimodal",
"input_modalities":["text","image"],
"output_modalities":["text"],
"capabilities":["vision"],
"description":"...",
"huggingface_id":"...",
"fetched_at":"2026-03-11T16:45:00+00:00"
}

Examples

Cheapest non-free models:

{"includeFree":false,"sortBy":"input_price","maxResults":20}

All Claude models compared:

{"query":"claude","sortBy":"input_price"}

Cheapest multimodal (vision) models:

{"modality":"multimodal","includeFree":false,"sortBy":"input_price","maxResults":10}

Models under $1/MTok with 100K+ context:

{"maxInputPrice":1.0,"minContextWindow":100000,"sortBy":"input_price"}

How it works

  1. Fetches model data concurrently from OpenRouter and Venice AI public APIs
  2. Normalizes pricing to USD per million tokens
  3. Classifies modality (text, multimodal, image-gen, audio)
  4. Extracts capabilities (vision, function-calling, reasoning, web-search)
  5. Applies your filters and sorting
  6. Pushes results to the Apify dataset

No API keys required for the default providers. Runs in under 5 seconds.

You might also like

OpenRouter AI Model Pricing Scraper

parseforge/openrouter-models-pricing-scraper

Scrape AI model catalog and pricing from OpenRouter public API. Get prompt/completion price per token, context length, modality, top providers, and supported features for 300+ AI models. No API key required.

OpenRouter Models Scraper - LLM Pricing and Catalog

gio21/openrouter-models-scraper

Scrape the OpenRouter LLM model catalog: pricing, context length, providers, capabilities.

LLM Provider Price and Latency Monitor

george.the.developer/llm-provider-price-latency-monitor

Normalize model pricing, context length, capabilities, and provider routing data for LLM gateways, AI builders, and FinOps teams.

OpenRouter LLM Model Pricing Scraper

jungle_synthesizer/openrouter-llm-model-pricing-scraper

Fetch the full OpenRouter model catalog with pricing, context length, capabilities, and supported parameters as structured data. Returns all 350+ LLMs with prompt/completion/cache prices, modalities, tokenizer details, knowledge cutoffs, and per-provider routing links.

๐Ÿ‘ User avatar

BowTiedRaccoon

4

OpenRouter Model Scraper

datapilot/openrouter-model-scraper

OpenRouter Models Scraper extracts AI model metadata from OpenRouter API, including pricing, context length, providers, modalities, token limits, vision/tool support, JSON support, and model architecture. Supports keyword filtering, proxy rotation, and structured dataset

LLM Radar - AI Model Pricing, Benchmarks & Status Actor API

datahq/llm-radar

Real-time pricing for 110+ AI models, live LMSYS Arena ELO scores, and provider operational status from 11 providers. One API call.

DataHQ

17

OpenRouter

apify/openrouter

You can use any AI LLM model without accounts in AI providers. Use this Actor as a proxy for all requests. Use pay-per-event pricing to pay only for the real credit used.

Related articles

How to improve AI models with web scraping and data augmentation
Read more
What is generative AI?
Read more