Models
Stacknet provides access to models through Model Layers, fine tuned pools of models and capabilities. Models are served by nodes operated by aISPs.
Available Model Layers
Language Models
| Model | Modalities | Capabilities | Context |
|---|---|---|---|
preview | Text, Image → Text | Function calling, Structured output, Reasoning | 128K+ |
duce | Text, Image → Text, Image → Image, Text → Video, Image → Video, Video → Video, Text → Music, Music → Music, TTS | SOTA music, Function calling, Reasoning, MoM | 128K+ |
magma | Text, Image → Text, Image → Image, Text → Video, Image → Video, Video → Video, Text → Music, Music → Music, TTS | SOTA video, Function calling, Reasoning, MoM | 1m |
Creating a Model Layer
Anyone on the network can create network wide supported model layers and earn every time the model layer is used. A model layer will qualify and propagate if the following requirements are met:
- 90% network support (can run on the hardware of the network. Making hardware targeting moot. Real network-wide performance is the bar.)
- 40% different composition from the leading model layer
- 2.5%+ better benchmark than the leading model layer
- (Cumulative model parameters x 10 ) + Network Benchmark tokens = Token Cost
- Written and compiled in Lode Language
Try a Model Layer
Visit the Chat API playground to test model layers interactively.
Last updated on