Ollama 发布: v0.34.3
来源摘要
## What's Changed `GET /api/show` now advertises each model's thinking controls and default: Available in the CLI with: ``` ollama show gemma4 ``` ``` thinking levels false, true default true ``` Available in the API with: ```sh curl http://localhost:11434/api/show -d '{"model": "glm-5.3-flash:cloud"}' ``` ```json { "thinking": { "values": ["low", "high", "max"], "default": "max" } } ``` Also available on ollama.com directly for cloud models. * **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 **Full Changelog**: https://github.com/ollama/ollama/compare/v0.34.2...v0.34.3
阅读原始来源- 来源
- Ollama 发布 · 官方来源
- 来源发布
- 2026/09/19 08:02
- 来源更新
- 2026/09/23 04:42
- 首次采集
- 2026/09/23 05:59
本文为公开信息索引与摘要,详情及后续变化请以原始来源为准。