AMD Radeon Cloud MiniCPM 5 1B

Ultra-fast 1B parameter on-device language model served with high throughput on AMD GPU Cloud.

Updated 9/2/20261 code examples

About the Model

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.

How to Access for Free (via AMD Radeon Cloud)

Why Choose AMD MiniCPM 5 1B?

Extremely rapid inference speeds for edge devices and lightweight agent pipelines, freely accessible via AMD Token Factory.

Try it in your browser

Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.

Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.

Code Examples

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!"}]
  }'

Community Feedback

Comments are tied to your GitHub account — sign in to join the discussion.