How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="trioai-org/trio-pro",
	filename="trio-pro-q4_k_m.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

trio-pro

trio-pro -- premium model for pro workloads by trio.ai (30B MoE parameters)

Install

pip install triobot
trio train --setup --model trio-pro
trio serve

Model Family

Model Params Use Case
trio-nano 3B Edge, mobile, instant
trio-small 4B Daily tasks
trio-medium 8B Coding, writing
trio-high 9B Advanced reasoning
trio-max 12B Best consumer GPU
trio-pro 30B MoE Pro workloads

All models are free, local, and private. No API keys needed.

Built by trio.ai | Apache 2.0

Downloads last month
16
GGUF
Model size
31B params
Architecture
qwen3moe
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using trioai-org/trio-pro 1