AI Models
    MIST 1 140B

    OlaverseMIST 1 140B

    MIST family · open weights on Hugging Face.

    General-purpose 140B frankenmerge LLM built on the Llama 3.1 lineage with advanced model merging.

    Transformers
    Safetensors
    Llama
    Text Generation
    Merge
    Frankenmerge
    Llama 3.1
    Mist
    Conversational
    English
    Base: olaverse/MIST-1-70B
    Base: olaverse/MIST-1-70B
    Licence: llama3.1
    Text Generation Inference
    Endpoints Compatible
    0
    Likes
    183
    Downloads
    May 2026
    Created

    Model Card

    Built for production use.

    Open-weights repository on Hugging Face

    Integrated ecosystem protocol tier.

    Compatible with Transformers library

    Integrated ecosystem protocol tier.

    Optimised for low-latency inference

    Integrated ecosystem protocol tier.

    Community engagement: 0 likes

    Integrated ecosystem protocol tier.

    Quick Start

    Use MIST 1 140B, straight from its model card.

    example.py
    from the model card
    from transformers import AutoModelForCausalLM, AutoTokenizer
    model = AutoModelForCausalLM.from_pretrained(
    "olaverse/MIST-1-140B",
    torch_dtype="auto",
    device_map="auto",
    )
    tokenizer = AutoTokenizer.from_pretrained("olaverse/MIST-1-140B")
    messages = [{"role": "user", "content": "Your question here"}]
    text = tokenizer.apply_chat_template(
    messages, tokenize=False, add_generation_prompt=True
    )
    inputs = tokenizer(text, return_tensors="pt").to("cuda")
    outputs = model.generate(**inputs, max_new_tokens=512)
    print(tokenizer.decode(outputs[0], skip_special_tokens=True))
    Model Card

    Official Repository README

    Dynamically loaded from Hugging Face

    Model card metadata is available on Hugging Face.

    Built with

    Transformers PyTorch Python
    Built by Olaverse Labs

    Ready to try MIST 1 140B?

    General-purpose 140B frankenmerge LLM built on the Llama 3.1 lineage with advanced model merging.

    Model Ecosystem

    Explore More Models