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

cstr/mini-omni2-GGUF overview

Mini Omni2 GGUF GGUF conversion of gpt omni/mini omni2 https://huggingface.co/gpt omni/mini omni2 for use with CrispASR https://github.com/CrispStrobe/CrispASR…

mini-omni2ggufasrttsspeech-to-speechenbase_model:gpt-omni/mini-omni2base_model:quantized:gpt-omni/mini-omni2license:mitregion:us

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

Downloads
556
Likes
0
Pipeline
Author

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
mini-omni2-f16.ggufGGUFF161.46 GBDownload
mini-omni2-q4_k.ggufGGUFQ4_K1009.6 MBDownload
mini-omni2-q8_0.ggufGGUFQ8_01.15 GBDownload

Model Details

Model IDcstr/mini-omni2-GGUF
Authorcstr
Pipeline
Licensemit
Base modelgpt-omni/mini-omni2
Last modified2026-08-02T15:30:19.000Z

Model README

---

license: mit

language: en

tags:

  • asr
  • tts
  • speech-to-speech
  • mini-omni2
  • gguf

base_model: gpt-omni/mini-omni2

---

Mini-Omni2 GGUF

GGUF conversion of gpt-omni/mini-omni2

for use with CrispASR.

Architecture: Whisper-small encoder (80 mel, 12L, 768d) + whisperMLP adapter

(SwiGLU 768→4864→896) + Qwen2-0.5B LLM (896d, 24L, GQA 14/2).

Supports ASR (audio→text), TTS (text→audio), and speech-to-speech (audio→audio).

TTS/S2S require the SNAC 24kHz codec companion

(cstr/snac-24khz-GGUF).

Files

| File | Quant | Size | Notes |

|------|-------|------|-------|

| mini-omni2-f16.gguf | F16 | ~1.5 GB | Full precision |

| mini-omni2-q8_0.gguf | Q8_0 | ~1.2 GB | Encoder/adapter at F16, LLM at Q8_0 |

| mini-omni2-q4_k.gguf | Q4_K | ~1.0 GB | Encoder/adapter at F16, LLM at Q4_K |

Usage

# ASR
crispasr -m mini-omni2-q4_k.gguf -f audio.wav --backend mini-omni2

# TTS (needs SNAC codec)
crispasr -m mini-omni2-q4_k.gguf --tts "Hello world" \
    --codec-model snac-24khz.gguf --tts-output out.wav --backend mini-omni2

Provenance and EU AI Act Art. 53 note

  • Upstream model: gpt-omni/mini-omni2 — published by gpt-omni.
  • Upstream licence: mit. This repository redistributes under the same terms; it grants no rights the upstream licence does not.
  • What was done here: format conversion and/or quantisation only (GGUF). No training, no fine-tuning, no merging, no distillation, no change to architecture, vocabulary or capability. Only the numeric representation of the upstream weights differs.
  • Training data: documented — where it is documented at all — by the upstream provider; see the upstream model card. No training data was used, added or selected by this repository.
  • Provider status: under Regulation (EU) 2024/1689 the upstream authors remain the provider of this model. Converting the serialisation format does not make this repository the provider of a new general-purpose AI model, and no such claim is made. Questions about training content, copyright policy or model capability belong upstream.

Run cstr/mini-omni2-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