How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf RobiLabs/Vera
# Run inference directly in the terminal:
llama cli -hf RobiLabs/Vera
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf RobiLabs/Vera
# Run inference directly in the terminal:
llama cli -hf RobiLabs/Vera
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf RobiLabs/Vera
# Run inference directly in the terminal:
./llama-cli -hf RobiLabs/Vera
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf RobiLabs/Vera
# Run inference directly in the terminal:
./build/bin/llama-cli -hf RobiLabs/Vera
Use Docker
docker model run hf.co/RobiLabs/Vera
Quick Links

Vera

Vera is a 30B-A3B Mixture-of-Experts (MoE) causal language model developed by Robi Labs. Designed for high performance and lightweight deployment, Vera offers deep conversational capability, software engineering skills, and reasoning support.

Model Summary

  • Developed by: Robi Labs
  • Model Type: Mixture-of-Experts (MoE) Causal LLM (VeraMoeLiteForCausalLM)
  • Languages: English (en)
  • License: MIT
  • Context Length: 200k tokens

Performances on Benchmarks

Benchmark Vera-30B-A3B-MoE Qwen3-30B-A3B-Thinking-2507 GPT-OSS-20B
AIME 25 91.6 85.0 91.7
GPQA 75.2 73.4 71.5
LCB v6 64.0 66.0 61.0
HLE 14.4 9.8 10.9
SWE-bench Verified 59.2 22.0 34.0
τ²-Bench 79.5 49.0 47.7
BrowseComp 42.8 2.29 28.3

Key Features

  • Architectural Efficiency: Built on a custom MoE architecture (veramoelite) balancing fast inference times with expert layer routing.
  • Extended Context: Supports up to 200,000 tokens context window for extensive reasoning, document understanding, and multi-turn conversations.
  • Task Capability: Highly optimized for general reasoning, mathematical evaluation, and multi-turn chat alignment.
Downloads last month
364
GGUF
Model size
30B params
Architecture
veramoelite
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support