ModelScope
Alibaba ModelScope community platform with API Inference access to many open-source models via SDK Token.
Overview
ModelScope (魔搭) is Alibaba's open-source model community. Beyond browsing models and datasets, it also offers API Inference access through an SDK Token / access token.
It is a practical entry for developers who want Chinese open-source model coverage such as Qwen and DeepSeek, especially when starting from free or low-friction inference quotas.
ModelScope is a community and inference platform operated around Alibaba's ecosystem. Token permissions, free quotas, and supported model IDs can change, so always verify details on the official site.
How to Get an API Key
- Sign in at modelscope.cn (GitHub / Alipay login may be available).
- Open the Access Token / My AccessToken page and create an SDK Token.
- Save the token securely; treat it like an API key.
- Use the token with ModelScope API Inference endpoints as described in the official docs.
Common Models
FAQ
Is a ModelScope token the same as an Alibaba Cloud DashScope API key?
No. ModelScope access tokens and DashScope/Qwen console keys belong to different entry points. Use the official page that matches the product you are integrating.
Can I call models with an OpenAI-compatible client?
Yes for supported API Inference routes. Follow ModelScope's current base URL and authentication guidance in the docs.
Are free quotas guaranteed forever?
No. Community free quotas and daily limits are policy-dependent and may change. Check the official limits page before production use.