返回全部动态

Ollama v0.34.3 发布:API 展示思考控制,支持 Nemotron H 视觉模型

原标题:v0.34.3

Ollama Releases一手来源产品发布质量 68

AI 摘要

Ollama 发布 v0.34.3 版本,GET /api/show 接口现在会返回每个模型的思考控制选项及默认值(如 low/high/max)。该版本还新增对 Nemotron H 视觉模型在 Apple Silicon 上通过 MLX 的支持,修复了从 HuggingFace 拉取模型的问题,并改进了 macOS 应用窗口行为。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

## What's Changed `GET /api/show` now advertises each model's thinking controls and default: ```sh curl http://localhost:11434/api/show -d '{"model": "glm-5.3-flash:cloud"}' ``` ```json { "thinking": { "values": ["low", "high", "max"], "default": "max" } } ``` * **Nemotron H** vision models are now supported on Apple Silicon with MLX * Ollama's macOS app will now no longer reopen windows you've closed when activating it * Fix for model pulls from HuggingFace **Fu


发布时间:2026-09-19 08:02
抓取时间:2026-09-19 18:03
来源机构:Ollama
阅读原文github.com