MS

ModelScope (魔搭)

online

阿里巴巴魔搭社区。2000次/天免费推理,5M+模型。

LLMest. 2021 · Hangzhou, China
86
/ 100 APIVault Score

// At a glance

Free Tier
2000次/天免费 · 7200+模型 · 无需绑卡
Category
LLM
Credit Card
Not required
Last Verified
just now

// Free tier details

Available Models

Qwen3DeepSeek-R1GLM4.5Llama4InternVL3 等 7200+ 模型

Monthly Requests

2,000 次/天免费 API 推理调用

No credit card needed
Phone verification required

// Quick start

300">"text-purple-400">from openai 300">"text-purple-400">import OpenAI

client = OpenAI(
    api_key=300">"YOUR_MODELSCOPE_TOKEN",
    base_url=300">"https://api-inference.modelscope.cn/v1",
)

response = client.chat.completions.create(
    model=300">"Qwen/Qwen3-235B-A22B",
    messages=[{300">"role": 300">"user", 300">"content": 300">"你好"}],
)

print(response.choices[0].message.content)

// Overview

ModelScope(魔搭)是阿里巴巴旗下的开源模型社区,类似中国版 HuggingFace。注册即可免费使用 API-Inference,每天 2,000 次免费调用,无需信用卡。支持 Qwen3、DeepSeek-R1、GLM4、Llama4 等 7,200+ 模型,直接国内访问。

// Pros

  • 每天 2,000 次免费推理,7,200+ 模型可选
  • 中国最大模型社区,国内直连无需代理
  • 支持 Qwen3 235B、DeepSeek-V4 等最新模型

// Cons

  • 手机号注册(国内号)
  • 部分热门模型排队
  • 境外访问不稳定

// Score breakdown

Reliability (35%) (from just now health check)100/100
Free Tier Generosity (30%) (computed from quota, no-CC, no-phone fields)75/100
Documentation (20%) (human rating)82/100
Popularity (15%) (GitHub stars (log-normalised), or manual baseline)78/100

Methodology: apivault.dev/methodology

// Best for

国内开发者首选Qwen/DeepSeek API 访问开源模型探索与评测

// Recent changes

Mar 1, 2026ms-swift v4.0 支持 Qwen3、Llama4、GLM4.5added
Jan 1, 2026免费推理额度提升至每天 2,000 次free tier changed