返回指南
RUNTIME / MEDIUM

OpenVINO Model Server

Serving OpenVINO IR models on Intel CPUs, Arc GPUs and NPUs with one API

一手来源
DifficultyMediumSetup profile
Platforms2intel · cpu
APIOpenAI-compatible:8000
01 / INSTALL & RUN

安装方式取决于操作系统。以下命令是示例或模板,请先替换占位符并核对量化版本、文件格式、驱动和运行时支持;内存适配不保证部署成功。

  1. 1
    Installdocker pull openvino/model_server:latest-gpu
  2. 2
    Start a modelovms --source_model <verified-OpenVINO-IR-model> --model_repository_path /models --rest_port 8000
  3. 3
    Connect your app

    OpenAI-compatible · :8000. Keep the service bound to localhost unless you add authentication and network controls.

注意

`latest` is the Intel CPU image and `latest-gpu` adds Intel GPU/NPU; NPU execution needs a current Intel driver. Models are served as OpenVINO IR, so a checkpoint with no IR export or an unsupported architecture is not a fit.

02 / COMPATIBLE MODELS

代表性开放权重模型

Google

Gemma 3 1B

1BINT4 / GGUF Q4
估算内存
~1.4 GB
上下文
32K
Meta

Llama 3.2 3B

3BGGUF Q4
估算内存
~2.8 GB
上下文
128K
Alibaba Qwen

Qwen3 4B

4BGGUF Q4
估算内存
~3.6 GB
上下文
32K+
Google

Gemma 3 4B

4BINT4 / GGUF Q4
估算内存
~4.2 GB
上下文
128K
Alibaba Qwen

Qwen3 8B

8BGGUF Q4
估算内存
~6.8 GB
上下文
32K+
Google

Gemma 3 12B

12BINT4
估算内存
~9.4 GB
上下文
128K