Dedicated Endpoints
Run this model inference on single tenant GPU with unmatched speed and reliability at scale.
Container
Run this model inference with full control and performance in your environment.
Get help setting up a custom Dedicated Endpoints.
Talk with our engineer to get a quote for reserved GPU instances with discounts.
README
License: apache-2.0Use with mlx
bash
pip install mlx-lm
python
from mlx_lm import load, generatemodel, tokenizer = load("usermma/MiniCPM5-1B-mlx-5Bit")prompt="hello"if hasattr(tokenizer, "apply_chat_template") and tokenizer.chat_template is not None:messages = [{"role": "user", "content": prompt}]prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)response = generate(model, tokenizer, prompt=prompt, verbose=True)
Model provider
usermma
Model tree
Base
openbmb/MiniCPM5-1B
Quantized
this model
Modalities
Input
Text
Output
Text
Pricing
Dedicated Endpoints
View detailsSupported Functionality
Model APIs
Dedicated Endpoints
Container
More information