| --- |
| license: other |
| license_name: tokenlab-public-catalog-terms |
| license_link: https://tokenlab.sh/tos |
| pretty_name: TokenLab Public Model Catalog |
| language: |
| - en |
| tags: |
| - ai-model-catalog |
| - pricing |
| - model-discovery |
| - openai-compatible |
| size_categories: |
| - n<1K |
| --- |
| |
| # TokenLab Public Model Catalog |
|
|
| A machine-readable snapshot of TokenLab's public AI model catalog for model discovery, capability comparison, lifecycle checks, and pricing research. |
|
|
| ## Snapshot |
|
|
| - Source: <https://tokenlab.sh/model-data/latest.json> |
| - Schema: `2026-07-09.v1` |
| - Catalog hash: `3a64ec279c918866` |
| - Generated at: `2026-07-21T22:46:56.147Z` |
| - Observed at: `2026-07-21T18:42:58.875Z` |
| - Rows: `329` |
|
|
| `data/models.jsonl` contains one public logical model per line. Fields include public identity, provider, categories, lifecycle, capabilities, context limits, public pricing, source attribution, and the canonical TokenLab model-detail path. |
|
|
| ## Use |
|
|
| ```python |
| from datasets import load_dataset |
| |
| models = load_dataset("kiln4758/tokenlab-model-catalog", split="train") |
| print(models[0]) |
| ``` |
|
|
| For the current live catalog, use the source endpoint above. This repository is an observed snapshot and does not claim that provider availability or pricing will remain unchanged after the recorded timestamp. |
|
|
| ## Links |
|
|
| - Browse models: <https://tokenlab.sh/models> |
| - Public data center: <https://tokenlab.sh/models/data> |
| - API documentation: <https://docs.tokenlab.sh> |
| - OpenAPI: <https://docs.tokenlab.sh/openapi.json> |
|
|
| ## Data boundary |
|
|
| This dataset contains only TokenLab's public logical-model projection. It excludes physical routing, channel identifiers, internal runtime costs, fallback strategy, credentials, and private operational metadata. Provider names, model names, trademarks, and source material remain subject to their respective owners' terms. Use of TokenLab services remains subject to <https://tokenlab.sh/tos>. |
|
|