Model Preparation
Pre-built Models
Use ready-to-run models from the Melange Dashboard and Hugging Face without uploading your own.
ZETIC Melange offers pre-built models that are ready to use without any model preparation or upload steps.
Dashboard Pre-built Models
The Melange Dashboard includes a library of pre-built models that have been tested and optimized by the Melange team.
- Browse the model library on the Dashboard
- Select a model and copy its model key
- Use the key directly in your app with
ZeticMLangeModelorZeticMLangeLLMModel
Hugging Face Models (Coming Soon)
Hugging Face model support is currently under development and will be available soon.
Melange will support loading models directly from Hugging Face using only the repository ID.
Next Steps
For implementation details, see the API reference for each model class:
- ZeticMLangeModel (Android) / (iOS): General model inference
- ZeticMLangeLLMModel (Android) / (iOS): LLM inference
- ZeticMLangeHFModel (Android) / (iOS): Hugging Face model inference
- LLM Inference: Run large language models on-device