Gemma 3 12B

谷歌

gemma

来自谷歌的顶尖图像+文本输入模型,基于与 Gemini 模型相同的研究和技术构建

模型信息

模型

Gemma 3 12B

作者

谷歌

架构

gemma

参数

12B

格式

gguf

磁盘大小

大约 8.15 GB

下载并运行Gemma 3 12B

在 LM Studio 中打开以查看下载选项

从终端下载 gemma-3-12b

使用 lms — LM Studio 的开发者 CLI 下载模型。

lms get gemma-3-12b

从你的代码中调用 gemma-3-12b

curl http://localhost:1234/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemma-3-12b",
    "messages": [
      { "role": "system", "content": "Always answer in rhymes." },
      { "role": "user", "content": "Introduce yourself." }
    ],
    "temperature": 0.7,
    "max_tokens": -1,
    "stream": true
  }'

下一步:构建!🔨

了解更多