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 alixasset/V-toolcall:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf alixasset/V-toolcall:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf alixasset/V-toolcall:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf alixasset/V-toolcall:Q4_K_M
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 alixasset/V-toolcall:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf alixasset/V-toolcall:Q4_K_M
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 alixasset/V-toolcall:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf alixasset/V-toolcall:Q4_K_M
Use Docker
docker model run hf.co/alixasset/V-toolcall:Q4_K_M
Quick Links

V Toolcall

V Toolcall is a local tool-calling language model for V, an on-device AI video agent.

The model is designed to understand natural-language editing requests and call V's local tools for video editing, timeline control, captions, voice generation, image generation, research-assisted workflows, AutoCut, and promotional short-form video creation.

This repository provides a Q4_K_M GGUF build for local inference.

Files

  • V.Q4_K_M.gguf: quantized GGUF model file
  • V.Q4_K_M.gguf.sha256: checksum
  • LICENSE: ALIX License

License

This model is released under the ALIX License.

Commercial use requires prior written permission from ALIX, the copyright holder.

Copyright (c) 2026 ALIX. All rights reserved.

Downloads last month
716
GGUF
Model size
7B params
Architecture
gemma4
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