How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="alixasset/V-toolcall",
	filename="V.Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

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