-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathposts-zh.json
More file actions
64 lines (64 loc) · 3.81 KB
/
Copy pathposts-zh.json
File metadata and controls
64 lines (64 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[
{
"slug": "use-token-station-in-cc-switch-for-claude-desktop",
"title": "在 CC Switch 里用 Token Station 配置 Claude Desktop",
"summary": "先了解 CC Switch 如何集中管理不同 AI 工具的 Provider,再用 Token Station 配置 Claude Desktop:添加 Provider,填写 Token Station API key,开启 model mapping 和本地路由。Claude Code 推荐使用专门的 Token Station 配置方式。",
"cover": "blog/use-token-station-in-cc-switch-cover.png",
"category": "tutorial",
"date": "2026-06-19"
},
{
"slug": "use-any-model-in-claude-code-through-token-station",
"title": "在 Claude Code 中通过 Token Station 使用任意模型",
"summary": "Claude Code 可以通过 Token Station 运行任意模型。你可以把配置写入 ~/.claude/settings.json,也可以临时 export ANTHROPIC_* 环境变量,设置 base URL、Token、Opus/Sonnet/Haiku 模型和 subagent 模型,再用一行 pong 命令验证。",
"category": "tutorial",
"date": "2026-06-18"
},
{
"slug": "run-any-model-in-codex-through-token-station",
"title": "在 Codex 中通过 Token Station 运行任意模型",
"summary": "OpenAI 的 Codex 可以运行任意模型,不只是 OpenAI 自家的。自 2026 年 2 月起它强制使用 Responses API,所以你对接的平台必须原生支持它。本文给出对接 Token Station 的完整 ~/.codex/config.toml 配置,并与 OpenAI 官方文档逐项核对,还介绍了 smart routing。",
"category": "tutorial",
"date": "2026-06-18"
},
{
"slug": "glm-5-2-zai-stock-jump",
"title": "GLM-5.2 让 Z.AI 股价大涨 33%。现在可在 Token Station 免费体验",
"summary": "GLM-5.2 发布当天,智谱 AI 的香港上市股票一度上涨 48%。这是它的开源、100 万 token 上下文编程模型。本文解释股价为何大涨,以及如何注册 Token Station 免费试用 GLM-5.2。",
"category": "research",
"date": "2026-06-15",
"cover": "blog/glm-5-2-zai-stock-jump-cover.png"
},
{
"slug": "try-kimi-k2-7-code-in-your-coding-agent",
"title": "Kimi K2.7 Code:便宜到值得一试,或许好到可以分担工作",
"summary": "Moonshot 全新的 1T 开源权重编程模型,价格为每百万 token 0.95/4 美元。在 Claude Code、Codex 或 OpenClaw 中把它与你的 SOTA 模型搭配,让它分担日常工作。",
"category": "tutorial",
"date": "2026-06-13",
"cover": "blog/kimi-k2-7-code-cover.png"
},
{
"slug": "try-claude-fable-5-in-codex-openclaw-and-pi",
"title": "先试后用:在 Codex、OpenClaw 和 Pi 中体验 Claude Fable 5",
"summary": "Anthropic 全新的旗舰模型性能领先、备受争议,价格为每百万 token 10/50 美元。在你现有的工具中临时体验它,无需 Anthropic 账户,只要 Token Station 的免费额度。",
"category": "tutorial",
"date": "2026-06-12",
"cover": "blog/claude-fable-5-cover.png"
},
{
"slug": "use-grok-build-in-codex-and-claude-code",
"title": "如何在 Codex 和 Claude Code 中使用 Grok Build",
"summary": "xAI 的 Grok Build 模型迭代很快,价格只有 GPT-5.5 或 Claude Fable 5 的零头。用 Token Station 的免费额度在 Claude Code 或 Codex 中运行它,无需 xAI 账户。",
"category": "tutorial",
"date": "2026-06-10",
"cover": "blog/claude-code-grok-build.png"
},
{
"slug": "american-open-models-catching-up-nemotron-gpt55",
"title": "美国开源模型正在追赶:Nemotron-3 Ultra 领跑美国开源权重模型",
"summary": "NVIDIA Nemotron-3 Ultra 是 Artificial Analysis 智能指数上最强的美国开源权重模型,并在限定时间内通过 NVIDIA NIM 免费提供。",
"category": "research",
"date": "2026-06-08",
"cover": "blog/american-open-models-catching-up-nemotron-gpt55-cover.png"
}
]