Vision

How to deploy Llama-4-Scout-17B-16E-Instruct on a GPU cloud

A 109B (MoE) vision-language model that reads images alongside text. Full specs, license and use cases.

Llama-4-Scout-17B-16E-Instruct size and hardware requirements

108.6B
Total parameters
~17B active per token across 16 experts (mixture-of-experts)
Active parameters
BF16
Published precision
242.8 GB
Min VRAM (native)
PrecisionWeight size on diskRequired VRAMCheapest live fitGPUs neededEst. $/hr (full fit)
BF16202.4 GB242.8 GBRTX A60006$1.98/hr
FP8 (quantized)101.2 GB121.4 GBRTX 4000 SFF Ada7$1.26/hr
INT4 (quantized)50.6 GB60.7 GBA1001$0.851/hr

How to run Llama-4-Scout-17B-16E-Instruct

Run Llama-4-Scout-17B-16E-Instruct with vLLM

Generic example, not from the model's own docs: adjust flags (quantization, context length, parallelism) for your setup.

vllm serve meta-llama/Llama-4-Scout-17B-16E-Instruct --tensor-parallel-size 6

Run Llama-4-Scout-17B-16E-Instruct with GGUF quantizations

Prebuilt GGUF weights published at unsloth/Llama-4-Scout-17B-16E-Instruct-GGUF. Run with llama.cpp's llama-server or load the repo directly in LM Studio.

llama-server -hf unsloth/Llama-4-Scout-17B-16E-Instruct-GGUF

Source: https://huggingface.co/unsloth/Llama-4-Scout-17B-16E-Instruct-GGUF

Deploy Llama-4-Scout-17B-16E-Instruct on Aquanode

Aquanode has no one-click deploy template for Llama-4-Scout-17B-16E-Instruct; you install the inference engine yourself with the commands below. Aquanode sells GPU pods billed per second, not a hosted inference API.

  1. Launch a bare GPU pod sized to the requirement above (6× RTX A6000 or larger).
  2. Open a terminal on the pod, or save one of the commands above as a startup script so it runs automatically the first time the pod boots.
  3. Run the command and connect to the resulting endpoint.

Submit the job. Everything after that is ours.

Sign up in 60 seconds. Pay for the GPU minutes you actually use.

© 2026 Aquanode. All rights reserved.

All trademarks, logos and brand names are the property of their respective owners.