Instructions to use autotools/ai_video_studio with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use autotools/ai_video_studio with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="autotools/ai_video_studio", filename="runtime/Auto Movie Reviewer/models/Phi-3.5-mini-balanced.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use autotools/ai_video_studio with 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 autotools/ai_video_studio:Q4_K_M # Run inference directly in the terminal: llama cli -hf autotools/ai_video_studio:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf autotools/ai_video_studio:Q4_K_M # Run inference directly in the terminal: llama cli -hf autotools/ai_video_studio: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 autotools/ai_video_studio:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf autotools/ai_video_studio: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 autotools/ai_video_studio:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf autotools/ai_video_studio:Q4_K_M
Use Docker
docker model run hf.co/autotools/ai_video_studio:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use autotools/ai_video_studio with Ollama:
ollama run hf.co/autotools/ai_video_studio:Q4_K_M
- Unsloth Studio
How to use autotools/ai_video_studio with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for autotools/ai_video_studio to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for autotools/ai_video_studio to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for autotools/ai_video_studio to start chatting
- Atomic Chat new
- Docker Model Runner
How to use autotools/ai_video_studio with Docker Model Runner:
docker model run hf.co/autotools/ai_video_studio:Q4_K_M
- Lemonade
How to use autotools/ai_video_studio with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull autotools/ai_video_studio:Q4_K_M
Run and chat with the model
lemonade run user.ai_video_studio-Q4_K_M
List all available models
lemonade list
| { | |
| "schemaVersion": 1, | |
| "updatedAt": "2026-07-18T00:00:00Z", | |
| "mirrorRepo": "autotools/ai_video_studio", | |
| "assets": { | |
| "local-ai.Qwen2.5-1.5B-Instruct-Q4_K_S.gguf": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/Qwen2.5-1.5B-Instruct-Q4_K_S.gguf?download=true" | |
| ], | |
| "minBytes": 900000000 | |
| }, | |
| "local-ai.Qwen2.5-1.5B-Instruct-Q4_K_M.gguf": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/Qwen2.5-1.5B-Instruct-Q4_K_M.gguf?download=true" | |
| ], | |
| "minBytes": 940000000 | |
| }, | |
| "local-ai.Qwen2.5-1.5B-Instruct-Q4_K_L.gguf": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/Qwen2.5-1.5B-Instruct-Q4_K_L.gguf?download=true" | |
| ], | |
| "minBytes": 980000000 | |
| }, | |
| "local-ai.Qwen2.5-1.5B-Instruct-Q5_K_M.gguf": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/Qwen2.5-1.5B-Instruct-Q5_K_M.gguf?download=true" | |
| ], | |
| "minBytes": 1080000000 | |
| }, | |
| "local-ai.Qwen2.5-1.5B-Instruct-Q5_K_L.gguf": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/Qwen2.5-1.5B-Instruct-Q5_K_L.gguf?download=true" | |
| ], | |
| "minBytes": 1130000000 | |
| }, | |
| "local-ai.Qwen2.5-1.5B-Instruct-Q6_K.gguf": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/Qwen2.5-1.5B-Instruct-Q6_K.gguf?download=true" | |
| ], | |
| "minBytes": 1200000000 | |
| }, | |
| "local-ai.Qwen2.5-1.5B-Instruct-Q6_K_L.gguf": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/Qwen2.5-1.5B-Instruct-Q6_K_L.gguf?download=true" | |
| ], | |
| "minBytes": 1280000000 | |
| }, | |
| "kokoro.onnx.q4f16": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/kokoro-82m-v1.0-onnx/onnx/model_q4f16.onnx?download=true" | |
| ], | |
| "expectedBytes": 154586422, | |
| "minBytes": 10485760 | |
| }, | |
| "kokoro.onnx.q4": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/kokoro-82m-v1.0-onnx/onnx/model_q4.onnx?download=true" | |
| ], | |
| "expectedBytes": 305215966, | |
| "minBytes": 10485760 | |
| }, | |
| "kokoro.onnx.q8f16": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/kokoro-82m-v1.0-onnx/onnx/model_q8f16.onnx?download=true" | |
| ], | |
| "expectedBytes": 86033585, | |
| "minBytes": 10485760 | |
| }, | |
| "kokoro.onnx.fp16": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/kokoro-82m-v1.0-onnx/onnx/model_fp16.onnx?download=true" | |
| ], | |
| "expectedBytes": 163234740, | |
| "minBytes": 10485760 | |
| }, | |
| "kokoro.onnx.quantized": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/kokoro-82m-v1.0-onnx/onnx/model_quantized.onnx?download=true" | |
| ], | |
| "expectedBytes": 92361116, | |
| "minBytes": 10485760 | |
| }, | |
| "kokoro.voices": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/Auto%20Movie%20Reviewer/models/voices-v1.0.bin?download=true" | |
| ], | |
| "expectedBytes": 28214398, | |
| "minBytes": 1048576 | |
| }, | |
| "kokoro.config.json": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/kokoro-82m-v1.0-onnx/config.json?download=true" | |
| ], | |
| "minBytes": 16 | |
| }, | |
| "kokoro.tokenizer.json": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/kokoro-82m-v1.0-onnx/tokenizer.json?download=true" | |
| ], | |
| "minBytes": 16 | |
| }, | |
| "kokoro.tokenizer_config.json": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/local-ai/models/kokoro-82m-v1.0-onnx/tokenizer_config.json?download=true" | |
| ], | |
| "minBytes": 16 | |
| }, | |
| "vieneu.v2.VieNeu-TTS-v2-Q4-K-M.gguf": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/vieneu-python/hf-home/hub/models--pnnbao-ump--VieNeu-TTS-v2/snapshots/ai-video-studio-v2/VieNeu-TTS-v2-Q4-K-M.gguf?download=true", | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/vieneu-python/hf-home/hub/models--pnnbao-ump--VieNeu-TTS-0.3B/snapshots/4c4056e33bea543dd62115abc84c1612be8166c9/VieNeu-TTS-v2-Q4-K-M.gguf?download=true" | |
| ], | |
| "expectedBytes": 189060800, | |
| "minBytes": 189060800 | |
| }, | |
| "vieneu.codec.model.onnx": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/vieneu-python/hf-home/hub/models--neuphonic--neucodec-onnx-decoder-int8/snapshots/706f4bd5fcc39b039c333d5407f58b0075dcee07/model.onnx?download=true" | |
| ], | |
| "expectedBytes": 312292102, | |
| "minBytes": 312292102 | |
| }, | |
| "python-runtime-packs.kokoro-onnx.win32-x64-cp311": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/python-runtime-packs/kokoro-onnx/win32-x64-cp311.zip?download=true" | |
| ], | |
| "minBytes": 50000000 | |
| }, | |
| "python-runtime-packs.kokoro-onnx.linux-x64-cp311": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/python-runtime-packs/kokoro-onnx/linux-x64-cp311.zip?download=true" | |
| ], | |
| "minBytes": 50000000 | |
| }, | |
| "python-runtime-packs.vieneu-runtime.win32-x64-cp311": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/python-runtime-packs/vieneu-runtime/win32-x64-cp311.zip?download=true" | |
| ], | |
| "minBytes": 250000000 | |
| }, | |
| "python-wheels.kokoro-onnx.win32-x64-cp311": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/python-wheels/kokoro-onnx/win32-x64-cp311.zip?download=true" | |
| ], | |
| "expectedBytes": 49451161, | |
| "minBytes": 40000000 | |
| }, | |
| "python-wheels.kokoro-onnx.linux-x64-cp311": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/python-wheels/kokoro-onnx/linux-x64-cp311.zip?download=true" | |
| ], | |
| "expectedBytes": 59980068, | |
| "minBytes": 50000000 | |
| }, | |
| "python-wheels.vieneu-runtime.win32-x64-cp311": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/python-wheels/vieneu-runtime/win32-x64-cp311.zip?download=true" | |
| ], | |
| "expectedBytes": 281792073, | |
| "minBytes": 250000000 | |
| }, | |
| "python-wheels.vieneu-runtime.linux-x64-cp311": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/python-wheels/vieneu-runtime/linux-x64-cp311.zip?download=true" | |
| ], | |
| "expectedBytes": 508036059, | |
| "minBytes": 450000000 | |
| }, | |
| "omnivoice.model.config.json": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/omnivoice-python/hf-home/hub/models--k2-fsa--OmniVoice/snapshots/999c332499c708b116876ff5fe1aa5dd15f422ce/config.json?download=true" | |
| ], | |
| "expectedBytes": 2238, | |
| "minBytes": 512 | |
| }, | |
| "omnivoice.model.tokenizer_config.json": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/omnivoice-python/hf-home/hub/models--k2-fsa--OmniVoice/snapshots/999c332499c708b116876ff5fe1aa5dd15f422ce/tokenizer_config.json?download=true" | |
| ], | |
| "expectedBytes": 533, | |
| "minBytes": 128 | |
| }, | |
| "omnivoice.model.tokenizer.json": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/omnivoice-python/hf-home/hub/models--k2-fsa--OmniVoice/snapshots/999c332499c708b116876ff5fe1aa5dd15f422ce/tokenizer.json?download=true" | |
| ], | |
| "expectedBytes": 11423986, | |
| "minBytes": 10485760 | |
| }, | |
| "omnivoice.model.chat_template.jinja": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/omnivoice-python/hf-home/hub/models--k2-fsa--OmniVoice/snapshots/999c332499c708b116876ff5fe1aa5dd15f422ce/chat_template.jinja?download=true" | |
| ], | |
| "expectedBytes": 4168, | |
| "minBytes": 512 | |
| }, | |
| "omnivoice.model.model.safetensors": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/omnivoice-python/hf-home/hub/models--k2-fsa--OmniVoice/snapshots/999c332499c708b116876ff5fe1aa5dd15f422ce/model.safetensors?download=true" | |
| ], | |
| "expectedBytes": 2450344112, | |
| "minBytes": 2400000000 | |
| }, | |
| "omnivoice.model.audio_tokenizer.config.json": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/omnivoice-python/hf-home/hub/models--k2-fsa--OmniVoice/snapshots/999c332499c708b116876ff5fe1aa5dd15f422ce/audio_tokenizer/config.json?download=true" | |
| ], | |
| "expectedBytes": 2531, | |
| "minBytes": 512 | |
| }, | |
| "omnivoice.model.audio_tokenizer.preprocessor_config.json": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/omnivoice-python/hf-home/hub/models--k2-fsa--OmniVoice/snapshots/999c332499c708b116876ff5fe1aa5dd15f422ce/audio_tokenizer/preprocessor_config.json?download=true" | |
| ], | |
| "expectedBytes": 206, | |
| "minBytes": 64 | |
| }, | |
| "omnivoice.model.audio_tokenizer.model.safetensors": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/omnivoice-python/hf-home/hub/models--k2-fsa--OmniVoice/snapshots/999c332499c708b116876ff5fe1aa5dd15f422ce/audio_tokenizer/model.safetensors?download=true" | |
| ], | |
| "expectedBytes": 805665628, | |
| "minBytes": 780000000 | |
| }, | |
| "omnivoice.source": { | |
| "urls": [ | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/omnivoice-python/omnivoice-source.zip?download=true", | |
| "https://huggingface.co/autotools/ai_video_studio/resolve/main/runtime/omnivoice-python/OmniVoice-main.zip?download=true" | |
| ], | |
| "minBytes": 100000 | |
| } | |
| } | |
| } | |