网上看到macOS 26开始内置了大模型LLM,看自己电脑配置符合要求,兴冲冲安装 apfel 试了一下,发现中国大陆不可用。

1
2
$ brew install Arthur-Ficial/tap/apfel
$ apfel "Hello, Mac!"

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
➜  ~ sw_vers
ProductName: macOS
ProductVersion: 26.4
BuildVersion: 25E246
➜ ~ sw_vers
ProductName: macOS
ProductVersion: 26.4
BuildVersion: 25E246
➜ ~ apfel "Hello, Mac"
error: Apple Intelligence is not enabled or model is not ready. Run: apfel --model-info
➜ ~ apfel --model-info
apfel v0.7.1 — model info
├ model: apple-foundationmodel
├ on-device: true (always)
├ available: no
├ context: 4096 tokens
├ languages: zh, it, ko, es, nl, vi, tr, zh, nb, en, pt, zh, ja, fr, sv, da, de, es, en, en, fr, pt, es
└ framework: FoundationModels (macOS 26+)

苹果官方文档中提到中国大陆还未开通。同样是苹果消费者,期待中国大陆也能早日开启,APP应用在端上也能用上大模型的能力!