AMD Radeon Cloud MiniCPM 5 1B

AMD 官方 MiniCPM 5 1B 极速轻量模型端点,毫秒级响应,适合实时边缘流水线。

更新于 2026/9/21 个代码示例

关于该模型

Why Choose MiniCPM 5 1B?

MiniCPM 5 1B is OpenBMB's ultra-compact 1-billion parameter language model, built for extreme inference speeds, edge tasks, and high-frequency automation.

Key Strengths & Capabilities

  • 128K Context Window: Remarkably spacious for a 1B class model.
  • Extreme Throughput: Hundreds of tokens per second with minimal latency.
  • Cost-Free Exploration: Run millions of test tokens on AMD GPU Cloud without fees.

如何免费接入 (通过 AMD Radeon Cloud)

为什么选择 AMD MiniCPM 5 1B?

10 亿参数极致轻量大模型,单请求响应时间极短,非常适合用于敏感词过滤、意图识别与边缘端自动化任务,AMD Radeon Cloud 免费提供支持。

在浏览器里试用

选个模型、粘贴你自己的免费 Key,即可运行。你的 Key 只用于调用一次该提供商,绝不存储在我们的服务器上。

选个模型、粘贴你自己的免费 Key,即可运行。你的 Key 只用于调用一次该提供商,绝不存储在我们的服务器上。

调用代码示例

curl
curl https://developer.amd.com.cn/radeon/api/v1/chat/completions \
  -H "Authorization: Bearer $AMD_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "MiniCPM5-1B",
    "messages": [{"role": "user", "content": "Say hello!"}]
  }'

社区反馈

评论与你的 GitHub 账号绑定,登录后即可参与讨论。