GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

VertexResearch/Vertex-0.6-100M-8192-Reasoning-GGUF overview

Vertex 0.6 100M — 8192 ctx Reasoning GGUF GGUF quantizations of Vertex 0.6 100M 8192 Reasoning https://huggingface.co/VertexResearch/Vertex 0.6 100M 8192 Reaso…

llama.cppggufreasoningchatqwen3text-generationenbase_model:VertexResearch/Vertex-0.6-100M-8192-Reasoningbase_model:quantized:VertexResearch/Vertex-0.6-100M-8192-Reasoninglicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~59.4 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation

Repository Files & Downloads

11 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Vertex-0.6-100M-8192-Reasoning-BF16.ggufGGUFBF16185.7 MBDownload
Vertex-0.6-100M-8192-Reasoning-Q2_K.ggufGGUFQ2_K59.4 MBDownload
Vertex-0.6-100M-8192-Reasoning-Q3_K_M.ggufGGUFQ3_K_M63.1 MBDownload
Vertex-0.6-100M-8192-Reasoning-Q3_K_S.ggufGGUFQ3_K_S59.4 MBDownload
Vertex-0.6-100M-8192-Reasoning-Q4_0.ggufGGUFQ4_062.1 MBDownload
Vertex-0.6-100M-8192-Reasoning-Q4_1.ggufGGUFQ4_166.7 MBDownload
Vertex-0.6-100M-8192-Reasoning-Q4_K_M.ggufGGUFQ4_K_M71.8 MBDownload
Vertex-0.6-100M-8192-Reasoning-Q4_K_S.ggufGGUFQ4_K_S69.2 MBDownload
Vertex-0.6-100M-8192-Reasoning-Q5_K_M.ggufGGUFQ5_K_M76.4 MBDownload
Vertex-0.6-100M-8192-Reasoning-Q5_K_S.ggufGGUFQ5_K_S74.7 MBDownload
Vertex-0.6-100M-8192-Reasoning-Q8_0.ggufGGUFQ8_099.2 MBDownload

Model Details

Model IDVertexResearch/Vertex-0.6-100M-8192-Reasoning-GGUF
AuthorVertexResearch
Pipelinetext-generation
Licenseapache-2.0
Base modelVertexResearch/Vertex-0.6-100M-8192-Reasoning
Last modified2026-08-26T05:41:21.000Z

Model README

---

license: apache-2.0

language:

  • en

pipeline_tag: text-generation

library_name: llama.cpp

tags:

  • gguf
  • reasoning
  • chat
  • qwen3

base_model: VertexResearch/Vertex-0.6-100M-8192-Reasoning

---

Vertex 0.6 100M — 8192-ctx Reasoning (GGUF)

GGUF quantizations of Vertex-0.6-100M-8192-Reasoning for llama.cpp. 97M-parameter Qwen3-architecture reasoning model by Vertex Research: answers open with a <think> block of step-by-step reasoning, ChatML format, 8192 context (RoPE theta 1M).

Quants

| Quant | Size |

|---|---|

| BF16 | 195 MB |

| Q8_0 | 104 MB |

| Q5_K_M | 80 MB |

| Q5_K_S | 78 MB |

| Q4_K_M | 75 MB |

| Q4_K_S | 73 MB |

| Q4_1 | 70 MB |

| Q4_0 | 65 MB |

| Q3_K_M | 66 MB |

| Q3_K_S | 62 MB |

| Q2_K | 62 MB |

At 97M parameters the embedding table dominates file size, so low-bit quants save less than usual — and quantization hurts small models disproportionately. Q8_0 or higher recommended; BF16 for best quality.

Usage

llama-cli -m Vertex-0.6-100M-8192-Reasoning-Q8_0.gguf

Chat template (ChatML) is embedded. EOS: </s> and <|im_end|>. The <think> / </think> markers are special tokens; some frontends hide them by default.

Limitations

Reasoning traces are well-formed but the arithmetic/logic inside is frequently wrong at this scale. Not for production use.

Run VertexResearch/Vertex-0.6-100M-8192-Reasoning-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models