Discover/modelscope.cn API
live

modelscope.cn APImodelscope.cn

Access top trending AI models and paginated dataset listings from ModelScope.cn, including download counts, publisher info, licenses, and task types.

Endpoints
2
Updated
26d ago
Try it

No input parameters required.

api.parse.bot/scraper/060da0cc-cb57-4a06-bd6e-6f5d2b9f5e3a/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/060da0cc-cb57-4a06-bd6e-6f5d2b9f5e3a/get_top_ten_models' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Retrieve the top ten trending models on ModelScope.cn. Returns model name, publisher info, release date, engagement metrics, and associated tasks.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "models": "array of objects containing model_name, publisher (object with name and full_name), release_date, metrics (object with downloads and likes), and tasks (array of task name strings)"
  },
  "sample": {
    "data": {
      "models": [
        {
          "tasks": [
            "text-generation"
          ],
          "metrics": {
            "likes": 234,
            "downloads": 151637
          },
          "publisher": {
            "name": "deepseek-ai",
            "full_name": "DeepSeek"
          },
          "model_name": "deepseek-ai/DeepSeek-V4-Pro",
          "release_date": "2026.04.27"
        }
      ]
    },
    "status": "success"
  }
}

About the modelscope.cn API

The ModelScope.cn API exposes 2 endpoints for retrieving AI model and dataset data from China's largest open-source model community. The get_top_ten_models endpoint returns the current top ten trending models with publisher details, release dates, download metrics, and associated ML tasks. The list_datasets endpoint supports pagination to browse available datasets with license and download count data.

Trending Models

The get_top_ten_models endpoint returns an array of up to ten model objects ranked by current popularity on ModelScope.cn. Each object includes model_name, a publisher object with both name and full_name fields, a release_date, and a metrics object that surfaces download counts. Models are also tagged with their associated ML tasks, which is useful for filtering results programmatically on the consumer side.

Dataset Listings

The list_datasets endpoint returns a paginated list of datasets hosted on ModelScope. Each dataset entry includes a name field formatted as namespace/dataset, a publisher, a license string, and a downloads integer. Pagination is controlled via the page and page_size query parameters, both optional integers, allowing you to iterate through the full catalog or fetch a targeted slice.

Data Coverage

Both endpoints reflect data from ModelScope.cn, which hosts a large volume of Chinese-language and multilingual AI models and datasets. The trending model list is a snapshot of current popularity rather than a historical ranking. Dataset records expose license type directly, which is useful when assessing permissive vs. restricted use before pulling training data.

Common use cases
  • Monitor which AI models are gaining traction on ModelScope to inform research or competitive analysis.
  • Build a dataset discovery tool that filters ModelScope listings by license type before ingestion.
  • Track publisher activity by aggregating model and dataset entries from specific namespace/publisher combinations.
  • Compare download counts across top-trending models to identify adoption patterns in the Chinese AI ecosystem.
  • Populate an internal model registry by syncing the top ten trending models with their task tags and release dates.
  • Generate reports on open-source dataset availability, segmented by license, using paginated dataset records.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does ModelScope.cn have an official developer API?+
Yes. ModelScope provides an official SDK and API documented at https://modelscope.cn/docs. The Parse API surfaces a focused subset of that data — trending models and paginated dataset listings — without requiring you to manage SDK installation or authentication flows.
What does the `get_top_ten_models` endpoint actually return per model?+
Each model object includes model_name, a publisher object with name and full_name, a release_date, a metrics object containing download counts, and an array of associated ML tasks. The list represents the current top ten trending models at query time, not a historical top list.
Does the `list_datasets` endpoint support filtering by license or task type?+
Not currently. The endpoint returns name, publisher, license, and downloads per dataset and accepts only page and page_size for pagination — there are no server-side filter parameters. You can fork this API on Parse and revise it to add filtering by license or task type as an additional endpoint.
Is model-level detail — such as model card content, tags, or file listings — available through this API?+
Not currently. The API covers trending model summaries and dataset listing metadata. Detailed model card content, file manifests, and evaluation benchmarks are not exposed. You can fork this API on Parse and revise it to add a model detail endpoint if that data is needed.
How fresh is the trending model data?+
The get_top_ten_models endpoint reflects the trending state at the time of the request. ModelScope updates its trending rankings continuously, so results may shift between calls made minutes apart. There is no timestamp field on the response indicating when the ranking was last computed.
Page content last updated . Spec covers 2 endpoints from modelscope.cn.
Related APIs in Developer ToolsSee all →
epoch.ai API
Compare AI model performance across mathematical reasoning benchmarks by retrieving real-time scores from Epoch AI's FrontierMath leaderboard, including separate tiers for challenging problems and provider information for 86+ models from major AI labs. Track how leading models from OpenAI, Anthropic, Google DeepMind, and other providers perform on different difficulty levels with their release dates.
lmarena.ai API
lmarena.ai API
toolify.ai API
toolify.ai API
artificialanalysis.ai API
Compare and rank LLM models and providers across performance benchmarks, then dive into detailed specifications for any model to find the best fit for your needs. Discover performance metrics for specialized AI systems handling speech, images, and video, plus benchmark data for different hardware configurations.
roboflow.com API
Search and explore over 200,000 open-source computer vision datasets on Roboflow Universe. Access detailed metadata — including image counts, class labels, and version info — to find the right dataset for any vision model training project.
ollama.com API
Search and discover AI models from Ollama's library, finding specific variants, their sizes, context windows, and ready-to-use pull commands. Get detailed information about any model to quickly understand its capabilities and requirements before running it locally.
sketchfab.com API
Search and browse 3D models on Sketchfab, including filtering by category, license, animation, and downloadability. Retrieve detailed model metadata, creator profiles, collections, thumbnails, tags, and viewer configuration options.
theresanaiforthat.com API
Search and discover AI tools across different tasks, get detailed information about specific tools, browse available deals, and stay updated on the latest tools. Find the perfect AI solution for your needs by filtering by task category or checking featured and trending tools.