AMD Radeon Cloud MiniCPM 5 1B

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

Cập nhật 2/9/20261 ví dụ mã

Về mô hình

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.

Cách truy cập miễn phí (thông qua 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.

Dùng thử ngay trên trình duyệt

Chọn một mô hình, dán khóa miễn phí của riêng bạn và chạy. Khóa của bạn được gửi một lần để gọi nhà cung cấp và không bao giờ được lưu trên máy chủ của chúng tôi.

Chọn một mô hình, dán khóa miễn phí của riêng bạn và chạy. Khóa của bạn được gửi một lần để gọi nhà cung cấp và không bao giờ được lưu trên máy chủ của chúng tôi.

Ví dụ mã

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

Phản hồi từ cộng đồng

Bình luận được liên kết với tài khoản GitHub của bạn — đăng nhập để tham gia thảo luận.