Vercel AI Gateway Model Catalog Scraper avatar

Vercel AI Gateway Model Catalog Scraper

Pricing

from $1.49 / 1,000 model record scrapeds

Go to Apify Store
Vercel AI Gateway Model Catalog Scraper

Vercel AI Gateway Model Catalog Scraper

Extract public Vercel AI Gateway models: IDs, display names, providers, types, context windows, per-million-token prices, capability tags, and catalog URLs. Filter by provider or type. No login. Export JSON, CSV, or Excel and schedule daily LLM price checks on Apify.

Pricing

from $1.49 / 1,000 model record scrapeds

Rating

0.0

(0)

Developer

rainminer

rainminer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Browse Vercel AI Gateway models

Vercel AI Gateway Model Catalog Scraper extracts the public Vercel AI Gateway models catalog into a structured dataset. Paste the catalog URL (or a single model page) and export model IDs, providers, types, context windows, per-million-token prices, capability tags, and catalog links — without writing any code.

Run it on the Apify platform to schedule daily catalog snapshots, export JSON/CSV/Excel, monitor price changes, and push results into your LLM router or spreadsheet via API.

What can Vercel AI Gateway Model Catalog Scraper do?

  • Full catalog export — Pull every public model listed on Vercel AI Gateway in one run.
  • Single-model lookup — Start from a model page such as https://vercel.com/ai-gateway/models/gpt-6-luna.
  • Price comparison — Get input, output, and cache prices normalized to USD per million tokens.
  • Capability tags — Keep reasoning, vision, tool-use, structured-output, and other tags as arrays.
  • Provider and type filters — Limit results to OpenAI, Anthropic, Google, Alibaba, or to language / image / video models.
  • Model cards — Each row includes a generated catalog image URL for Apify dataset thumbnails.
  • No login — Only public catalog data. No Vercel account or API key is required.
  • Apify platform — Schedule crawls, set webhooks, and download JSON, CSV, Excel, or HTML.

Why scrape Vercel AI Gateway models?

  • LLM routing — Keep an up-to-date table of model IDs and prices for cost-aware routing.
  • Procurement dashboards — Compare providers and context windows before you lock a stack.
  • Competitive intelligence — Track which labs and models Vercel lists, and when prices move.
  • Product catalogs — Feed playgrounds, comparison pages, and internal wiki tables from a dataset.
  • Video and image pricing — Capture duration-based video prices alongside token-priced chat models.
  • Capability filtering — Find models that support vision, tool use, or structured output.
  • Change monitoring — Schedule daily runs and diff datasets when new models appear.
  • Finance reporting — Convert published token rates into per-million figures for cost models.
  • Developer docs — Generate snippets that list current ownedBy, type, and contextWindow values.
  • No-code research — Analysts can export CSV without calling provider APIs themselves.

How to use Vercel AI Gateway Model Catalog Scraper

  1. Open the Actor in Apify Console.
  2. Keep the default Start URL https://vercel.com/ai-gateway/models, or add a model page URL.
  3. Optionally set Provider (openai), Model type (language), or a Capability tag (reasoning).
  4. Set Maximum items (models per start URL). Use a small number for tests, or a large number for a full dump.
  5. Run the Actor and download the dataset as JSON, CSV, Excel, or HTML.

Input

Vercel AI Gateway Model Catalog Scraper accepts Start URLs, maxItems (per start URL), optional model type / provider / tag filters, and optional proxy configuration. See the Input tab in Apify Console for details.

Supported start URLs:

  • Catalog: https://vercel.com/ai-gateway/models
  • Gateway home: https://vercel.com/ai-gateway
  • Model pages: https://vercel.com/ai-gateway/models/gpt-6-luna

Output

Each result is one catalog model. You can download the dataset in JSON, CSV, Excel, or HTML.

{
"id": "openai/gpt-6-luna",
"name": "GPT-6 Luna",
"imageUrl": "https://vercel.com/api/model-og?name=GPT-6+Luna&subtitle=openai%2Fgpt-6-luna",
"url": "https://vercel.com/ai-gateway/models/gpt-6-luna",
"ownedBy": "openai",
"type": "language",
"description": "GPT-6 Luna is OpenAI's efficient reasoning model for focused, high-volume tasks.",
"contextWindow": 1050000,
"maxTokens": 128000,
"inputPricePerMillion": 0.1,
"outputPricePerMillion": 0.5,
"cacheReadPricePerMillion": 0.01,
"cacheWritePricePerMillion": 0.125,
"webSearchPrice": 10,
"variesByProvider": false,
"videoDurationPricing": [],
"tags": ["reasoning", "tool-use", "vision"],
"inputModalities": ["text", "image", "pdf"],
"outputModalities": ["text"],
"supportedParameters": ["max_tokens", "temperature", "tools"],
"knowledgeCutoff": null,
"zdr": "none",
"noTraining": "all",
"regions": ["us"],
"releasedAt": "2026-09-22T00:00:00.000Z",
"createdAt": "2025-08-21T00:00:00.000Z",
"deprecatedAt": null,
"scrapedAt": "2026-09-22T19:00:00.000Z"
}

What data can you extract from Vercel AI Gateway?

FieldDescription
idGateway model ID (provider/slug)
nameDisplay name
imageUrlCatalog card image
urlPublic model page on vercel.com
ownedByProvider that owns the model
typelanguage, image, video, embedding, and similar
descriptionPublic catalog description when present
contextWindowContext window in tokens
maxTokensMax output tokens when listed
inputPricePerMillionInput price in USD per 1M tokens
outputPricePerMillionOutput price in USD per 1M tokens
cacheReadPricePerMillionPrompt-cache read price per 1M tokens
cacheWritePricePerMillionPrompt-cache write price per 1M tokens
webSearchPriceWeb-search add-on price when listed
variesByProviderTrue when token prices vary by downstream provider
videoDurationPricingResolution and USD-per-second rates for video models
tagsCapability tags
inputModalities / outputModalitiesAccepted and produced modalities
knowledgeCutoffKnowledge cutoff string when listed
zdr / noTrainingZero-data-retention and training policy flags
releasedAt / deprecatedAtRelease and deprecation timestamps when listed
scrapedAtISO timestamp when the row was saved

How much does it cost to scrape Vercel AI Gateway models?

This Actor uses a lightweight HTTP crawler (no browser) and no proxy by default, so compute usage stays low. A test run of a few models usually finishes in under a minute on the Apify free tier. Larger exports scale with the number of models you save.

Pay-per-event pricing charges one result-item per model. Platform usage is included in that price (pure PPE).

EventFREE tierGOLD tier
Actor start$0.00005$0.00005
Model record scraped$1.99 / 1,000$1.49 / 1,000

Tips and advanced options

  • Start from https://vercel.com/ai-gateway/models to snapshot the full public catalog.
  • Raise maxItems above the catalog size (several hundred models) when you want every row.
  • Use provider + model type together, for example google and language.
  • For one model, paste its catalog page instead of the list URL.

FAQ, disclaimers, and support

Is it legal to scrape Vercel AI Gateway models?
This Actor collects only public catalog information that Vercel publishes on the models pages. You are responsible for complying with Vercel’s terms and any applicable laws when you store or reuse the data.

Do I need a Vercel API key?
No. The Actor reads the public catalog. It does not call your Vercel project, billing, or private logs.

Why are some prices null?
Image and video models often use duration or generation pricing instead of token rates. Those rows still include videoDurationPricing or other listed fields.

Something not working?
Use the Issues tab to report bugs or request features.

Image Credit

Image credit: vercel.com