Skip to content

Add Cursor/public AI models CSV catalog + builder script - #48

Draft
jonathanKingston wants to merge 3 commits into
mainfrom
jkt/auto/cursor-models-csv-cace
Draft

Add Cursor/public AI models CSV catalog + builder script#48
jonathanKingston wants to merge 3 commits into
mainfrom
jkt/auto/cursor-models-csv-cace

Conversation

@jonathanKingston

@jonathanKingston jonathanKingston commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

Adds a reusable script that regenerates the public AI model catalog the same way as the earlier one-off dump.

Script

scripts/build-all-ai-models.py

# Fast: API/provider catalogs only
python3 scripts/build-all-ai-models.py --api-only -o all-ai-models

# Full: includes paginated Hugging Face Hub (~millions of rows)
python3 scripts/build-all-ai-models.py -o /opt/cursor/artifacts/all-ai-models

Sources: Cursor CSV, OpenRouter, LiteLLM, models.dev, Ollama, Hugging Face Hub. Fail-fast on fetch/parse errors. Writes PREFIX.csv + PREFIX.csv.gz (+ PREFIX-api.csv in full mode).

Also in this PR

  • all-ai-models-api.csv — refreshed API-only snapshot (~7.2k rows)
  • cursor-models.csv — Cursor docs subset
  • all-ai-models.README.md — usage notes
Open in Web Open in Cursor 

cursoragent and others added 3 commits August 19, 2026 01:39
Includes every model listed on cursor.com/docs/models-and-pricing,
known Fast/reasoning variants, Auto modes, and Cloud Agent task slugs.

Co-authored-by: Jonathan Kingston <jonathanKingston@users.noreply.github.com>
Full ~3.01M-row catalog (Hugging Face Hub + OpenRouter + LiteLLM +
models.dev + Ollama + Cursor) is in artifacts as all-ai-models.csv.gz;
repo keeps the 6k-row API/provider CSV.

Co-authored-by: Jonathan Kingston <jonathanKingston@users.noreply.github.com>
Fail-fast fetcher for OpenRouter, LiteLLM, models.dev, Ollama, optional
Cursor CSV, and paginated Hugging Face Hub; writes CSV + gzip outputs.

Co-authored-by: Jonathan Kingston <jonathanKingston@users.noreply.github.com>
@cursor cursor Bot changed the title Add Cursor models CSV catalog Add Cursor/public AI models CSV catalog + builder script Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants