North ML release / download
Wind Edge 1.6 Instruct
Edge-oriented small model focused on efficient reasoning.
Available now
Open weights
Take it with you.
Download the model files from our release page, or load it directly with the Transformers ecosystem.
Quick start
from transformers import AutoModel
model = AutoModel.from_pretrained(
"North-ML1/Wind-Edge-1.6-Instruct"
)Replace AutoModel with the task-specific class for your application.