summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/zh-tw
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-09 13:55:55 -0600
committerAdam <[email protected]>2026-02-09 13:55:55 -0600
commit274bb948e793c72d22d4e2d31e6b9559c6ff4d6c (patch)
tree34d892e508c4af9387518d545dfd7ed4a875ff71 /packages/web/src/content/docs/zh-tw
parentd9b4535d643f6bdc5c6cec0aa2c020ab98f9180c (diff)
downloadopencode-274bb948e793c72d22d4e2d31e6b9559c6ff4d6c.tar.gz
opencode-274bb948e793c72d22d4e2d31e6b9559c6ff4d6c.zip
fix(docs): locale markdown issues
Diffstat (limited to 'packages/web/src/content/docs/zh-tw')
-rw-r--r--packages/web/src/content/docs/zh-tw/cli.mdx4
-rw-r--r--packages/web/src/content/docs/zh-tw/formatters.mdx52
-rw-r--r--packages/web/src/content/docs/zh-tw/mcp-servers.mdx8
-rw-r--r--packages/web/src/content/docs/zh-tw/sdk.mdx14
-rw-r--r--packages/web/src/content/docs/zh-tw/server.mdx22
-rw-r--r--packages/web/src/content/docs/zh-tw/zen.mdx132
6 files changed, 116 insertions, 116 deletions
diff --git a/packages/web/src/content/docs/zh-tw/cli.mdx b/packages/web/src/content/docs/zh-tw/cli.mdx
index 9c69d2f58..e9f7cdfa8 100644
--- a/packages/web/src/content/docs/zh-tw/cli.mdx
+++ b/packages/web/src/content/docs/zh-tw/cli.mdx
@@ -296,8 +296,8 @@ opencode models anthropic
#### 旗幟
| 旗幟 | 描述 |
-| ----------- | ---------------------------------------- | ------------ |
-| `--refresh` | 從 models.dev | 刷新模型緩存 |
+| ----------- | ---------------------------------------- |
+| `--refresh` | 從 models.dev 刷新模型緩存 |
| `--verbose` | 使用更詳細的模型輸出(包括成本等元數據) |
使用`--refresh`標誌來更新緩存的模型列表。當新模型已添加到提供程序並且您希望在 OpenCode 中查看它們時,這非常有用。
diff --git a/packages/web/src/content/docs/zh-tw/formatters.mdx b/packages/web/src/content/docs/zh-tw/formatters.mdx
index d2497fcc5..fec97470d 100644
--- a/packages/web/src/content/docs/zh-tw/formatters.mdx
+++ b/packages/web/src/content/docs/zh-tw/formatters.mdx
@@ -11,32 +11,32 @@ description: OpenCode 使用特定於語言的格式化程序。
OpenCode 附帶了多個適用於流行語言和框架的內置格式化程序。下面是格式化程序、支持的文件擴展名以及所需的命令或配置選項的列表。
-| 格式化程序 | 擴展 | 要求 |
-| ------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | ----------------------- |
-| 政府 | .go | `gofmt` 命令可用 |
-| 混合 | .ex、.exs、.eex、.heex、.leex、.neex、.sface | `mix` 命令可用 |
-| 更漂亮 | .js、.jsx、.ts、.tsx、.html、.css、.md、.json、.yaml 和 [更多的](https://prettier.io/docs/en/index.html) | `package.json` | `prettier` 依賴關係 |
-| 生物群系 | .js、.jsx、.ts、.tsx、.html、.css、.md、.json、.yaml 和 [更多的](https://biomejs.dev/) | `biome.json(c)` 配置文件 |
-| 之字形 | .zig、.zon | `zig` 命令可用 |
-| clang 格式 | .c、.cpp、.h、.hpp、.ino 和 [更多的](https://clang.llvm.org/docs/ClangFormat.html) | `.clang-format` 配置文件 |
-| 克特林特 | .kt、.kts | `ktlint` 命令可用 |
-| 領子 | .py, .pyi | `ruff` 命令可通過配置 |
-| 生鏽 | .rs | `rustfmt` 命令可用 |
-| 貨物運輸 | .rs | `cargo fmt` 命令可用 |
-| 紫外線 | .py, .pyi | `uv` 命令可用 |
-| 魯博科普 | .rb、.rake、.gemspec、.ru | `rubocop` 命令可用 |
-| 標準rb | .rb、.rake、.gemspec、.ru | `standardrb` 命令可用 |
-| html美化器 | .erb、.html.erb | `htmlbeautifier` 命令可用 |
-| 空氣 | .R | `air` 命令可用 |
-| 飛鏢 | .dart | `dart` 命令可用 |
-| ocaml 格式 | .ml、.mli | `ocamlformat` 可用命令和 `.ocamlformat` 配置文件 |
-| 地形 | .tf、.tfvars | `terraform` 命令可用 |
-| 微光 | .gleam | `gleam` 命令可用 |
-| 尼克斯夫MTT | .nix | `nixfmt` 命令可用 |
-| sfmt | .sh、.bash | `shfmt` 命令可用 |
-| 品脫 | .php | `composer.json` | `laravel/pint` 依賴關係 |
-| oxfmt(實驗) | .js、.jsx、.ts、.tsx | `package.json` 和[實驗環境變量標誌](/docs/cli/#experimental) | `oxfmt` 依賴關係 |
-| 奧爾莫魯 | .hs | `ormolu` 命令可用 |
+| 格式化程序 | 擴展 | 要求 |
+| -------------------- | ------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
+| gofmt | .go | `gofmt` 命令可用 |
+| mix | .ex, .exs, .eex, .heex, .leex, .neex, .sface | `mix` 命令可用 |
+| prettier | .js, .jsx, .ts, .tsx, .html, .css, .md, .json, .yaml, 和 [更多](https://prettier.io/docs/en/index.html) | `package.json` 中有 `prettier` 依賴 |
+| biome | .js, .jsx, .ts, .tsx, .html, .css, .md, .json, .yaml, 和 [更多](https://biomejs.dev/) | `biome.json(c)` 配置文件 |
+| zig | .zig, .zon | `zig` 命令可用 |
+| clang-format | .c, .cpp, .h, .hpp, .ino, 和 [更多](https://clang.llvm.org/docs/ClangFormat.html) | `.clang-format` 配置文件 |
+| ktlint | .kt, .kts | `ktlint` 命令可用 |
+| ruff | .py, .pyi | `ruff` 命令可用并配置完成 |
+| rustfmt | .rs | `rustfmt` 命令可用 |
+| cargofmt | .rs | `cargo fmt` 命令可用 |
+| uv | .py, .pyi | `uv` 命令可用 |
+| rubocop | .rb, .rake, .gemspec, .ru | `rubocop` 命令可用 |
+| standardrb | .rb, .rake, .gemspec, .ru | `standardrb` 命令可用 |
+| htmlbeautifier | .erb, .html.erb | `htmlbeautifier` 命令可用 |
+| air | .R | `air` 命令可用 |
+| dart | .dart | `dart` 命令可用 |
+| ocamlformat | .ml, .mli | `ocamlformat` 命令可用,且存在 `.ocamlformat` 配置文件 |
+| terraform | .tf, .tfvars | `terraform` 命令可用 |
+| gleam | .gleam | `gleam` 命令可用 |
+| nixfmt | .nix | `nixfmt` 命令可用 |
+| shfmt | .sh, .bash | `shfmt` 命令可用 |
+| pint | .php | `composer.json` 中有 `laravel/pint` 依賴 |
+| oxfmt (Experimental) | .js, .jsx, .ts, .tsx | `package.json` 中有 `oxfmt` 依賴且啟用[實驗環境變量旗標](/docs/cli/#experimental) |
+| ormolu | .hs | `ormolu` 命令可用 |
因此,如果您的項目的`package.json`中有`prettier`,OpenCode將自動使用它。
diff --git a/packages/web/src/content/docs/zh-tw/mcp-servers.mdx b/packages/web/src/content/docs/zh-tw/mcp-servers.mdx
index 87263206e..6fe5fd527 100644
--- a/packages/web/src/content/docs/zh-tw/mcp-servers.mdx
+++ b/packages/web/src/content/docs/zh-tw/mcp-servers.mdx
@@ -268,10 +268,10 @@ opencode mcp logout my-oauth-server
| 選項 | 類型 | 描述 |
| -------------- | -------- | --------------------------------------------------- |
-| `oauth` | 對象\|假 | OAuth 配置對象,或 `false` 以禁用 OAuth 自動檢測。 |
-| `clientId` | 字符串 | OAuth 客戶端 ID。如果未提供,將嘗試動態客戶端註冊。 |
-| `clientSecret` | 字符串 | OAuth 客戶端密鑰(如果授權服務器需要)。 |
-| `scope` | 字符串 | 授權期間請求的 OAuth 範圍。 |
+| `oauth` | Object \| false | OAuth 配置對象,或 `false` 以禁用 OAuth 自動檢測。 |
+| `clientId` | String | OAuth 客戶端 ID。如果未提供,將嘗試動態客戶端註冊。 |
+| `clientSecret` | String | OAuth 客戶端密鑰(如果授權服務器需要)。 |
+| `scope` | String | 授權期間請求的 OAuth 範圍。 |
#### 偵錯
diff --git a/packages/web/src/content/docs/zh-tw/sdk.mdx b/packages/web/src/content/docs/zh-tw/sdk.mdx
index 80b0f22e5..4fbd42222 100644
--- a/packages/web/src/content/docs/zh-tw/sdk.mdx
+++ b/packages/web/src/content/docs/zh-tw/sdk.mdx
@@ -283,13 +283,13 @@ await client.session.prompt({
### 文件
-| 方法 | 描述 | 回應 |
-| ------------------------- | -------------------- | -------------------------------------------------------------------- | -------------- |
-| `find.text({ query })` | 搜索文件中的文本 | 具有 `path`、`lines`、`line_number`、`absolute_offset`、`submatches` | 的匹配對像數組 |
-| `find.files({ query })` | 按名稱查找文件和目錄 | `string[]`(路徑) |
-| `find.symbols({ query })` | 查找工作區符號 | <a href={typesUrl}><code>符號[]</code></a> |
-| `file.read({ query })` | 讀取文件 | `{ type: "raw" \| "patch", content: string }` |
-| `file.status({ query? })` | 獲取跟踪文件的狀態 | <a href={typesUrl}><code>文件[]</code></a> |
+| 方法 | 描述 | 回應 |
+| ------------------------- | -------------------- | ----------------------------------------------------------------------------------- |
+| `find.text({ query })` | 搜索文件中的文本 | 具有 `path`, `lines`, `line_number`, `absolute_offset`, `submatches` 的匹配對象陣列 |
+| `find.files({ query })` | 按名稱查找文件和目錄 | `string[]`(路徑) |
+| `find.symbols({ query })` | 查找工作區符號 | <a href={typesUrl}><code>Symbol[]</code></a> |
+| `file.read({ query })` | 讀取文件 | `{ type: "raw" \| "patch", content: string }` |
+| `file.status({ query? })` | 獲取跟蹤文件的狀態 | <a href={typesUrl}><code>File[]</code></a> |
`find.files` 支持一些可選的查詢字段:
diff --git a/packages/web/src/content/docs/zh-tw/server.mdx b/packages/web/src/content/docs/zh-tw/server.mdx
index d62729334..fce0fdc0a 100644
--- a/packages/web/src/content/docs/zh-tw/server.mdx
+++ b/packages/web/src/content/docs/zh-tw/server.mdx
@@ -183,22 +183,22 @@ opencode 服務器公開以下 API。
### 命令
-| 方法 | 路徑 | 描述 | 回應 |
-| ----- | ---------- | ------------ | ------------------------------------------ |
-| `GET` | `/command` | 列出所有命令 | <a href={typesUrl}><code>命令[]</code></a> |
+| 方法 | 路徑 | 描述 | 回應 |
+| ----- | ---------- | ------------ | --------------------------------------------- |
+| `GET` | `/command` | 列出所有命令 | <a href={typesUrl}><code>Command[]</code></a> |
---
### 文件
-| 方法 | 路徑 | 描述 | 回應 |
-| ----- | ------------------------ | -------------------- | -------------------------------------------------------------------- | -------------- |
-| `GET` | `/find?pattern=<pat>` | 搜索文件中的文本 | 具有 `path`、`lines`、`line_number`、`absolute_offset`、`submatches` | 的匹配對像數組 |
-| `GET` | `/find/file?query=<q>` | 按名稱查找文件和目錄 | `string[]`(路徑) |
-| `GET` | `/find/symbol?query=<q>` | 查找工作區符號 | <a href={typesUrl}><code>符號[]</code></a> |
-| `GET` | `/file?path=<path>` | 列出文件和目錄 | <a href={typesUrl}><code>FileNode[]</code></a> |
-| `GET` | `/file/content?path=<p>` | 讀取文件 | <a href={typesUrl}><code>FileContent</code></a> |
-| `GET` | `/file/status` | 獲取跟踪文件的狀態 | <a href={typesUrl}><code>文件[]</code></a> |
+| 方法 | 路徑 | 描述 | 回應 |
+| ----- | ------------------------ | -------------------- | ----------------------------------------------------------------------------------- |
+| `GET` | `/find?pattern=<pat>` | 搜索文件中的文本 | 具有 `path`, `lines`, `line_number`, `absolute_offset`, `submatches` 的匹配對象陣列 |
+| `GET` | `/find/file?query=<q>` | 按名稱查找文件和目錄 | `string[]`(路徑) |
+| `GET` | `/find/symbol?query=<q>` | 查找工作區符號 | <a href={typesUrl}><code>Symbol[]</code></a> |
+| `GET` | `/file?path=<path>` | 列出文件和目錄 | <a href={typesUrl}><code>FileNode[]</code></a> |
+| `GET` | `/file/content?path=<p>` | 讀取文件 | <a href={typesUrl}><code>FileContent</code></a> |
+| `GET` | `/file/status` | 獲取跟蹤文件的狀態 | <a href={typesUrl}><code>File[]</code></a> |
#### `/find/file`查詢參數
diff --git a/packages/web/src/content/docs/zh-tw/zen.mdx b/packages/web/src/content/docs/zh-tw/zen.mdx
index ee823d257..061eb0dad 100644
--- a/packages/web/src/content/docs/zh-tw/zen.mdx
+++ b/packages/web/src/content/docs/zh-tw/zen.mdx
@@ -62,37 +62,37 @@ OpenCode Zen 的工作方式與 OpenCode 中的任何其他提供程序一樣。
您還可以通過以下 API 端點訪問我們的模型。
-| 型號 | 型號 ID | 端點 | 人工智能SDK包 |
-| ------------------ | ------------------ | -------------------------------------------------- | -------------------------------------------------------------- | --------------------------- |
-| GPT 5.2 | gpt-5.2 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
-| GPT 5.2 法典 | gpt-5.2-codex | gpt-5.2-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
-| GPT 5.1 | gpt-5.1 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
-| GPT 5.1 法典 | gpt-5.1-codex | gpt-5.1-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
-| GPT 5.1 法典最大 | gpt-5.1-codex-max | gpt-5.1-codex-max | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
-| GPT 5.1 迷你版 | gpt-5.1-codex-mini | gpt-5.1-codex-mini | gpt-5.1-codex-mini `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
-| GPT 5 | gpt-5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
-| GPT 5 法典 | gpt-5-法典 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
-| GPT 5 納米 | GPT-5-納米 | @@c0@@ | @@c1@ |
-| 克勞德十四行詩 4.5 | 克勞德十四行詩-4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
-| 克勞德十四行詩 4 | 克勞德十四行詩-4 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
-| 克勞德俳句 4.5 | 克勞德俳句-4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
-| 克勞德俳句 3.5 | claude-3-5-俳句 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
-| 近距離工作4.6 | 近距離工作4-6 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
-| 近距離工作4.5 | 近距離工作4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
-| 近距離工作4.1 | 近距離工作4-1 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
-| 雙子座 3 Pro | 雙 3 為 | `https://opencode.ai/zen/v1/models/gemini-3-pro` | `@ai-sdk/google` |
-| 雙子座3閃光 | 雙子座 3 閃光 | `https://opencode.ai/zen/v1/models/gemini-3-flash` | `@ai-sdk/google` |
-| 迷你最大M2.1 | 極小極大-m2.1 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
-| MiniMax M2.1 免費 | minimax-m2.1-免費 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
-| GLM 4.7 | glm-4.7 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
-| GLM 4.7 免費 | glm-4.7-免費 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
-| GLM 4.6 | glm-4.6 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
-| 作為K2.5 | as-k2.5 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
-| Kimi K2.5 免費 | kimi-k2.5-免費 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
-| Kimi K2 思考 | kimi-k2-思考 | kimi-k2-thinking | kimi-k2-thinking `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
-| 作為K2 | as-k2 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
-| Qwen3 編碼器 480B | qwen3-編碼器 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
-| 大泡菜 | 大泡菜 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
+| 型號 | 型號 ID | 端點 | AI SDK 套件 |
+| ------------------ | ------------------ | -------------------------------------------------- | --------------------------- |
+| GPT 5.2 | gpt-5.2 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
+| GPT 5.2 Codex | gpt-5.2-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
+| GPT 5.1 | gpt-5.1 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
+| GPT 5.1 Codex | gpt-5.1-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
+| GPT 5.1 Codex Max | gpt-5.1-codex-max | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
+| GPT 5.1 Codex Mini | gpt-5.1-codex-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
+| GPT 5 | gpt-5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
+| GPT 5 Codex | gpt-5-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
+| GPT 5 Nano | gpt-5-nano | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
+| Claude Sonnet 4.5 | claude-sonnet-4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
+| Claude Sonnet 4 | claude-sonnet-4 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
+| Claude Haiku 4.5 | claude-haiku-4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
+| Claude Haiku 3.5 | claude-3-5-haiku | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
+| Claude Opus 4.6 | claude-opus-4-6 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
+| Claude Opus 4.5 | claude-opus-4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
+| Claude Opus 4.1 | claude-opus-4-1 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
+| Gemini 3 Pro | gemini-3-pro | `https://opencode.ai/zen/v1/models/gemini-3-pro` | `@ai-sdk/google` |
+| Gemini 3 Flash | gemini-3-flash | `https://opencode.ai/zen/v1/models/gemini-3-flash` | `@ai-sdk/google` |
+| MiniMax M2.1 | minimax-m2.1 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
+| MiniMax M2.1 Free | minimax-m2.1-free | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
+| GLM 4.7 | glm-4.7 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
+| GLM 4.7 Free | glm-4.7-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
+| GLM 4.6 | glm-4.6 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
+| Kimi K2.5 | kimi-k2.5 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
+| Kimi K2.5 Free | kimi-k2.5-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
+| Kimi K2 Thinking | kimi-k2-thinking | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
+| Kimi K2 | kimi-k2 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
+| Qwen3 Coder 480B | qwen3-coder | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
+| Big Pickle | big-pickle | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
OpenCode 配置中的 [型號編號](/docs/config/#models)
使用格式`opencode/<model-id>`。例如,對於 GPT 5.2 Codex,您將
@@ -114,41 +114,41 @@ https://opencode.ai/zen/v1/models
我們支持即用即付模式。以下是**每 100 萬代幣的價格**。
-| 型號 | 輸入 | 輸出 | 緩存讀取 | 緩存寫入 |
-| --------------------------------- | ---------- | ---------- | ---------- | ---------- |
-| 大泡菜 | 免費 | 免費 | 免費 | - |
-| MiniMax M2.1 免費 | 免費 | 免費 | 免費 | - |
-| 迷你最大M2.1 | 0.30 美元 | 1.20 美元 | 0.10 美元 | - |
-| GLM 4.7 免費 | 免費 | 免費 | 免費 | - |
-| GLM 4.7 | 0.60 美元 | 2.20 美元 | 0.10 美元 | - |
-| GLM 4.6 | 0.60 美元 | 2.20 美元 | 0.10 美元 | - |
-| Kimi K2.5 免費 | 免費 | 免費 | 免費 | - |
-| 作為K2.5 | 0.60 美元 | $3.00 | 0.08 美元 | - |
-| Kimi K2 思考 | 0.40 美元 | 2.50 美元 | - | - |
-| 作為K2 | 0.40 美元 | 2.50 美元 | - | - |
-| Qwen3 編碼器 480B | 0.45 美元 | 1.50 美元 | - | - |
-| 克勞德十四行詩 4.5(≤ 200K 代幣) | $3.00 | 15.00 美元 | 0.30 美元 | 3.75 美元 |
-| Claude Sonnet 4.5(> 200K 代幣) | 6.00 美元 | 22.50 美元 | 0.60 美元 | 7.50 美元 |
-| 克勞德十四行詩 4(≤ 200K 代幣) | $3.00 | 15.00 美元 | 0.30 美元 | 3.75 美元 |
-| 克勞德十四行詩 4(> 200K 代幣) | 6.00 美元 | 22.50 美元 | 0.60 美元 | 7.50 美元 |
-| 克勞德俳句 4.5 | 1.00 美元 | 5.00 美元 | 0.10 美元 | 1.25 美元 |
-| 克勞德俳句 3.5 | 0.80 美元 | 4.00 美元 | 0.08 美元 | 1.00 美元 |
-| Claude Opus 4.6(≤ 200K 代幣) | 5.00 美元 | 25.00 美元 | 0.50 美元 | 6.25 美元 |
-| Claude Opus 4.6(> 200K 代幣) | 10.00 美元 | 37.50 美元 | 1.00 美元 | 12.50 美元 |
-| 近距離工作4.5 | 5.00 美元 | 25.00 美元 | 0.50 美元 | 6.25 美元 |
-| 近距離工作4.1 | 15.00 美元 | 75.00 美元 | 1.50 美元 | 18.75 美元 |
-| Gemini 3 Pro(≤ 200K 代幣) | 2.00 美元 | 12.00 美元 | 0.20 美元 | - |
-| Gemini 3 Pro(> 200K 代幣) | 4.00 美元 | 18.00 美元 | 0.40 美元 | - |
-| 雙子座3閃光 | 0.50 美元 | $3.00 | 0.05 美元 | - |
-| GPT 5.2 | 1.75 美元 | 14.00 美元 | 0.175 美元 | - |
-| GPT 5.2 法典 | 1.75 美元 | 14.00 美元 | 0.175 美元 | - |
-| GPT 5.1 | 1.07 美元 | 8.50 美元 | 0.107 美元 | - |
-| GPT 5.1 法典 | 1.07 美元 | 8.50 美元 | 0.107 美元 | - |
-| GPT 5.1 法典最大 | 1.25 美元 | 10.00 美元 | 0.125 美元 | - |
-| GPT 5.1 迷你版 | 0.25 美元 | 2.00 美元 | 0.025 美元 | - |
-| GPT 5 | 1.07 美元 | 8.50 美元 | 0.107 美元 | - |
-| GPT 5 法典 | 1.07 美元 | 8.50 美元 | 0.107 美元 | - |
-| GPT 5 納米 | 免費 | 免費 | 免費 | - |
+| 型號 | 輸入 | 輸出 | 緩存讀取 | 緩存寫入 |
+| ---------------------------------- | ------ | ------ | -------- | -------- |
+| Big Pickle | Free | Free | Free | - |
+| MiniMax M2.1 Free | Free | Free | Free | - |
+| MiniMax M2.1 | $0.30 | $1.20 | $0.10 | - |
+| GLM 4.7 Free | Free | Free | Free | - |
+| GLM 4.7 | $0.60 | $2.20 | $0.10 | - |
+| GLM 4.6 | $0.60 | $2.20 | $0.10 | - |
+| Kimi K2.5 Free | Free | Free | Free | - |
+| Kimi K2.5 | $0.60 | $3.00 | $0.08 | - |
+| Kimi K2 Thinking | $0.40 | $2.50 | - | - |
+| Kimi K2 | $0.40 | $2.50 | - | - |
+| Qwen3 Coder 480B | $0.45 | $1.50 | - | - |
+| Claude Sonnet 4.5 (≤ 200K tokens) | $3.00 | $15.00 | $0.30 | $3.75 |
+| Claude Sonnet 4.5 (> 200K tokens) | $6.00 | $22.50 | $0.60 | $7.50 |
+| Claude Sonnet 4 (≤ 200K tokens) | $3.00 | $15.00 | $0.30 | $3.75 |
+| Claude Sonnet 4 (> 200K tokens) | $6.00 | $22.50 | $0.60 | $7.50 |
+| Claude Haiku 4.5 | $1.00 | $5.00 | $0.10 | $1.25 |
+| Claude Haiku 3.5 | $0.80 | $4.00 | $0.08 | $1.00 |
+| Claude Opus 4.6 (≤ 200K tokens) | $5.00 | $25.00 | $0.50 | $6.25 |
+| Claude Opus 4.6 (> 200K tokens) | $10.00 | $37.50 | $1.00 | $12.50 |
+| Claude Opus 4.5 | $5.00 | $25.00 | $0.50 | $6.25 |
+| Claude Opus 4.1 | $15.00 | $75.00 | $1.50 | $18.75 |
+| Gemini 3 Pro (≤ 200K tokens) | $2.00 | $12.00 | $0.20 | - |
+| Gemini 3 Pro (> 200K tokens) | $4.00 | $18.00 | $0.40 | - |
+| Gemini 3 Flash | $0.50 | $3.00 | $0.05 | - |
+| GPT 5.2 | $1.75 | $14.00 | $0.175 | - |
+| GPT 5.2 Codex | $1.75 | $14.00 | $0.175 | - |
+| GPT 5.1 | $1.07 | $8.50 | $0.107 | - |
+| GPT 5.1 Codex | $1.07 | $8.50 | $0.107 | - |
+| GPT 5.1 Codex Max | $1.25 | $10.00 | $0.125 | - |
+| GPT 5.1 Codex Mini | $0.25 | $2.00 | $0.025 | - |
+| GPT 5 | $1.07 | $8.50 | $0.107 | - |
+| GPT 5 Codex | $1.07 | $8.50 | $0.107 | - |
+| GPT 5 Nano | Free | Free | Free | - |
您可能會在使用歷史記錄中註意到*Claude Haiku 3.5*。這是一個[低成本模式](/docs/config/#models),用於生成會話標題。