From babedcee41325a5ee7907fc074360f7ca20b0623 Mon Sep 17 00:00:00 2001 From: Zimu Li Date: Mon, 20 Apr 2026 22:39:43 -0700 Subject: [PATCH 1/9] docs: add Kimi K2.6 to model docs Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/cli/configuration/settings.mdx | 3 ++- docs/cli/droid-exec/overview.mdx | 1 + docs/cli/user-guides/choosing-your-model.mdx | 8 +++++--- docs/enterprise/hierarchical-settings-and-org-control.mdx | 2 +- docs/guides/power-user/token-efficiency.mdx | 1 + docs/jp/cli/configuration/settings.mdx | 3 ++- docs/jp/cli/droid-exec/overview.mdx | 1 + docs/jp/cli/user-guides/choosing-your-model.mdx | 8 +++++--- .../enterprise/hierarchical-settings-and-org-control.mdx | 2 +- docs/jp/guides/power-user/token-efficiency.mdx | 1 + docs/jp/pricing.mdx | 1 + docs/jp/reference/cli-reference.mdx | 1 + docs/pricing.mdx | 1 + docs/reference/cli-reference.mdx | 1 + 14 files changed, 24 insertions(+), 10 deletions(-) diff --git a/docs/cli/configuration/settings.mdx b/docs/cli/configuration/settings.mdx index bf9e7a49..a12d4641 100644 --- a/docs/cli/configuration/settings.mdx +++ b/docs/cli/configuration/settings.mdx @@ -36,7 +36,7 @@ Local overrides merge on top of the corresponding `settings.json` at the same le | Setting | Options | Default | Description | | ------- | ------- | ------- | ----------- | -| `model` | `opus`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `kimi-k2.5`, `minimax-m2.5`, `custom-model` | `opus` | The default AI model used by droid | +| `model` | `opus`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `custom-model` | `opus` | The default AI model used by droid | | `reasoningEffort` | `off`, `none`, `low`, `medium`, `high` (availability depends on the model) | Model-dependent default | Controls how much structured thinking the model performs. | | `autonomyMode` | `normal`, `spec`, `auto-low`, `auto-medium`, `auto-high` | `normal` | Sets the default autonomy mode when starting droid. | | `cloudSessionSync` | `true`, `false` | `true` | Mirror CLI sessions to Factory web. | @@ -74,6 +74,7 @@ Choose the default AI model that powers your droid: - **`droid-core`** - GLM-4.7 open-source model - **`glm-5`** - GLM-5 open-source model - **`kimi-k2.5`** - Kimi K2.5 open-source model with image support +- **`kimi-k2.6`** - Kimi K2.6 open-source model with image support and optional High reasoning - **`minimax-m2.5`** - MiniMax M2.5 open-source model with reasoning support (0.12× multiplier) - **`custom-model`** - Your own configured model via BYOK diff --git a/docs/cli/droid-exec/overview.mdx b/docs/cli/droid-exec/overview.mdx index e2c3bce6..b8ae70a2 100644 --- a/docs/cli/droid-exec/overview.mdx +++ b/docs/cli/droid-exec/overview.mdx @@ -87,6 +87,7 @@ Supported models (examples): - glm-4.7 - glm-5 - kimi-k2.5 +- kimi-k2.6 - minimax-m2.5 diff --git a/docs/cli/user-guides/choosing-your-model.mdx b/docs/cli/user-guides/choosing-your-model.mdx index de4add84..43b157cb 100644 --- a/docs/cli/user-guides/choosing-your-model.mdx +++ b/docs/cli/user-guides/choosing-your-model.mdx @@ -28,7 +28,8 @@ Model quality evolves quickly, and we tune the CLI defaults as the ecosystem shi | 14 | **Droid Core (MiniMax M2.5)** | Open-source, 0.12× multiplier with reasoning support (Low/Medium/High); cheapest model available. No image support. | | 15 | **Droid Core (GLM-5)** | Open-source, 0.4× multiplier with updated GLM capabilities for bulk automation and air-gapped environments; no image support. | | 16 | **Droid Core (GLM-4.7)** | Open-source, 0.25× multiplier, stable choice for bulk automation or air-gapped environments; note: no image support. | -| 17 | **Droid Core (Kimi K2.5)** | Open-source, 0.25× multiplier with image support; good for cost-sensitive work. | +| 17 | **Droid Core (Kimi K2.6)** | Open-source, 0.25× multiplier with image support and optional High reasoning; good for cost-sensitive work when you still want a thinking toggle. | +| 18 | **Droid Core (Kimi K2.5)** | Open-source, 0.25× multiplier with image support; older Kimi option for cost-sensitive work. | We ship model updates regularly. When a new release overtakes the list above, @@ -78,6 +79,7 @@ Tip: you can swap models mid-session with `/model` or by toggling in the setting - **Gemini 3 Flash**: Minimal / Low / Medium / High (default: High) - **Droid Core (GLM-5)**: None only (default: None; no image support) - **Droid Core (GLM-4.7)**: None only (default: None; no image support) +- **Droid Core (Kimi K2.6)**: Off / High (default: High) - **Droid Core (Kimi K2.5)**: None only (default: None) - **Droid Core (MiniMax M2.5)**: Low / Medium / High (default: High) @@ -96,14 +98,14 @@ Factory ships with managed Anthropic and OpenAI access. If you prefer to run aga ### Open-source models -**Droid Core (GLM-5)**, **Droid Core (GLM-4.7)**, **Droid Core (Kimi K2.5)**, and **Droid Core (MiniMax M2.5)** are open-source alternatives available in the CLI. They're useful for: +**Droid Core (GLM-5)**, **Droid Core (GLM-4.7)**, **Droid Core (Kimi K2.6)**, **Droid Core (Kimi K2.5)**, and **Droid Core (MiniMax M2.5)** are open-source alternatives available in the CLI. They're useful for: - **Air-gapped environments** where external API calls aren't allowed - **Cost-sensitive projects** needing unlimited local inference - **Privacy requirements** where code cannot leave your infrastructure - **Experimentation** with open-source model capabilities -**Note:** GLM-5, GLM-4.7, and MiniMax M2.5 do not support image attachments. Kimi K2.5 does support images. MiniMax M2.5 is the cheapest model available (0.12× multiplier) and uniquely supports reasoning (Low/Medium/High) among Droid Core models. For image-based workflows, use Claude, GPT, or Kimi models. +**Note:** GLM-5, GLM-4.7, and MiniMax M2.5 do not support image attachments. Kimi K2.5 and Kimi K2.6 do support images. Kimi K2.6 also adds an Off/High reasoning toggle. MiniMax M2.5 is the cheapest model available (0.12× multiplier). For image-based workflows, use Claude, GPT, or Kimi models. To use open-source models, you'll need to configure them via BYOK with a local inference server (like Ollama) or a hosted provider. See [BYOK documentation](/cli/configuration/byok) for setup instructions. diff --git a/docs/enterprise/hierarchical-settings-and-org-control.mdx b/docs/enterprise/hierarchical-settings-and-org-control.mdx index f359f1a7..78e8b445 100644 --- a/docs/enterprise/hierarchical-settings-and-org-control.mdx +++ b/docs/enterprise/hierarchical-settings-and-org-control.mdx @@ -221,7 +221,7 @@ The following model identifiers can be used in `allowedModelIds` and `blockedMod | **OpenAI** | `gpt-5.1`, `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex` | | **Google** | `gemini-3-pro-preview`, `gemini-3-flash-preview`, `gemini-3.1-pro-preview` | | **XAI** | `grok-code-fast-1` | -| **Open source** | `glm-4.7`, `glm-5`, `kimi-k2.5`, `minimax-m2.5` | +| **Open source** | `glm-4.7`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5` | --- diff --git a/docs/guides/power-user/token-efficiency.mdx b/docs/guides/power-user/token-efficiency.mdx index f0f65674..5a3643b6 100644 --- a/docs/guides/power-user/token-efficiency.mdx +++ b/docs/guides/power-user/token-efficiency.mdx @@ -137,6 +137,7 @@ Different models have different cost multipliers and capabilities. Match the mod | Droid Core (MiniMax M2.5) | 0.12× | Cheapest option with reasoning support | | Gemini 3 Flash | 0.2× | Fast, cheap for high-volume tasks | | Droid Core (GLM-4.7) | 0.25× | Bulk automation, simple tasks | +| Droid Core (Kimi K2.6) | 0.25× | Cost-sensitive work, supports images, optional High reasoning | | Droid Core (Kimi K2.5) | 0.25× | Cost-sensitive work, supports images | | Claude Haiku 4.5 | 0.4× | Quick edits, routine work | | Droid Core (GLM-5) | 0.4× | Newer open-source GLM model when you want stronger quality in Droid Core | diff --git a/docs/jp/cli/configuration/settings.mdx b/docs/jp/cli/configuration/settings.mdx index fbf058e7..dac7336e 100644 --- a/docs/jp/cli/configuration/settings.mdx +++ b/docs/jp/cli/configuration/settings.mdx @@ -36,7 +36,7 @@ droidの設定を構成するには: | 設定 | オプション | デフォルト | 説明 | | ------- | ------- | ------- | ----------- | -| `model` | `opus`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `kimi-k2.5`, `minimax-m2.5`, `custom-model` | `opus` | droidが使用するデフォルトのAIモデル | +| `model` | `opus`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `custom-model` | `opus` | droidが使用するデフォルトのAIモデル | | `reasoningEffort` | `off`, `none`, `low`, `medium`, `high`(利用可能性はモデルに依存) | モデル依存のデフォルト | モデルが実行する構造化思考の量を制御します。 | | `autonomyMode` | `normal`, `spec`, `auto-low`, `auto-medium`, `auto-high` | `normal` | droid開始時のデフォルト自律モードを設定します。 | | `cloudSessionSync` | `true`, `false` | `true` | CLIセッションをFactory webにミラーします。 | @@ -74,6 +74,7 @@ droidを動かすデフォルトのAIモデルを選択します: - **`droid-core`** - GLM-4.7 オープンソースモデル - **`glm-5`** - GLM-5 オープンソースモデル - **`kimi-k2.5`** - Kimi K2.5 画像サポート付きオープンソースモデル +- **`kimi-k2.6`** - Kimi K2.6 画像サポートとHigh推論切り替え付きオープンソースモデル - **`minimax-m2.5`** - MiniMax M2.5 推論サポート付きオープンソースモデル(0.12×倍率) - **`custom-model`** - BYOK経由で設定されたカスタムモデル diff --git a/docs/jp/cli/droid-exec/overview.mdx b/docs/jp/cli/droid-exec/overview.mdx index 9cb6bb6a..80074baa 100644 --- a/docs/jp/cli/droid-exec/overview.mdx +++ b/docs/jp/cli/droid-exec/overview.mdx @@ -87,6 +87,7 @@ Options: - glm-4.7 - glm-5 - kimi-k2.5 +- kimi-k2.6 - minimax-m2.5 diff --git a/docs/jp/cli/user-guides/choosing-your-model.mdx b/docs/jp/cli/user-guides/choosing-your-model.mdx index 376e4337..ead912c6 100644 --- a/docs/jp/cli/user-guides/choosing-your-model.mdx +++ b/docs/jp/cli/user-guides/choosing-your-model.mdx @@ -28,7 +28,8 @@ keywords: ['model', 'models', 'llm', 'claude', 'sonnet', 'opus', 'haiku', 'gpt', | 14 | **Droid Core (MiniMax M2.5)** | オープンソース、推論サポート(Low/Medium/High)付きの0.12倍マルチプライヤー;利用可能な最安価モデル。画像サポートなし。 | | 15 | **Droid Core (GLM-5)** | 大量自動化とエアギャップ環境用の更新されたGLM機能を持つオープンソース、0.4倍マルチプライヤー;画像サポートなし。 | | 16 | **Droid Core (GLM-4.7)** | 大量自動化やエアギャップ環境用のオープンソース、0.25倍マルチプライヤーの安定した選択肢;注:画像サポートなし。 | -| 17 | **Droid Core (Kimi K2.5)** | 画像サポート付きオープンソース、0.25倍マルチプライヤー;コスト重視の作業に適している。 | +| 17 | **Droid Core (Kimi K2.6)** | 画像サポートとOff / High推論切り替え付きオープンソース、0.25倍マルチプライヤー;思考トグルも欲しいコスト重視作業に適している。 | +| 18 | **Droid Core (Kimi K2.5)** | 画像サポート付きオープンソース、0.25倍マルチプライヤー;旧Kimi世代のコスト重視作業に適している。 | モデルの更新は定期的に行われます。新しいリリースが上記のリストを超えた場合、このページとCLIのデフォルトを更新します。 @@ -77,6 +78,7 @@ keywords: ['model', 'models', 'llm', 'claude', 'sonnet', 'opus', 'haiku', 'gpt', - **Gemini 3 Flash**: Minimal / Low / Medium / High(デフォルト:High) - **Droid Core (GLM-5)**: Noneのみ(デフォルト:None;画像サポートなし) - **Droid Core (GLM-4.7)**: Noneのみ(デフォルト:None;画像サポートなし) +- **Droid Core (Kimi K2.6)**: Off / High(デフォルト:High) - **Droid Core (Kimi K2.5)**: Noneのみ(デフォルト:None) - **Droid Core (MiniMax M2.5)**: Low / Medium / High(デフォルト:High) @@ -94,14 +96,14 @@ Factoryは管理されたAnthropicとOpenAIアクセスを提供しています ### オープンソースモデル -**Droid Core (GLM-5)**、**Droid Core (GLM-4.7)**、**Droid Core (Kimi K2.5)**、**Droid Core (MiniMax M2.5)**は、CLIで利用可能なオープンソースの代替モデルです。これらは以下の用途に有用です: +**Droid Core (GLM-5)**、**Droid Core (GLM-4.7)**、**Droid Core (Kimi K2.6)**、**Droid Core (Kimi K2.5)**、**Droid Core (MiniMax M2.5)**は、CLIで利用可能なオープンソースの代替モデルです。これらは以下の用途に有用です: - **エアギャップ環境** 外部API呼び出しが許可されていない場合 - **コスト重視プロジェクト** 無制限のローカル推論が必要な場合 - **プライバシー要件** コードがインフラストラクチャから離れてはいけない場合 - **実験** オープンソースモデル機能での実験 -**注:** GLM-5、GLM-4.7、MiniMax M2.5は画像添付をサポートしていません。Kimi K2.5は画像をサポートしています。MiniMax M2.5は利用可能な最安価モデル(0.12倍マルチプライヤー)で、Droid Coreモデルの中で唯一推論(Low/Medium/High)をサポートしています。画像ベースのワークフローには、Claude、GPT、またはKimiモデルを使用してください。 +**注:** GLM-5、GLM-4.7、MiniMax M2.5は画像添付をサポートしていません。Kimi K2.5とKimi K2.6は画像をサポートしています。Kimi K2.6はOff / High推論切り替えもサポートしています。MiniMax M2.5は利用可能な最安価モデル(0.12倍マルチプライヤー)です。画像ベースのワークフローには、Claude、GPT、またはKimiモデルを使用してください。 オープンソースモデルを使用するには、ローカル推論サーバー(Ollamaなど)またはホストされたプロバイダーでBYOK経由で設定する必要があります。セットアップ手順については[BYOK documentation](/cli/configuration/byok)を参照してください。 diff --git a/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx b/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx index cbca524c..758abc65 100644 --- a/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx +++ b/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx @@ -221,7 +221,7 @@ User → ~/.factory/ | **OpenAI** | `gpt-5.1`, `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex` | | **Google** | `gemini-3-pro-preview`, `gemini-3-flash-preview`, `gemini-3.1-pro-preview` | | **XAI** | `grok-code-fast-1` | -| **オープンソース** | `glm-4.7`, `glm-5`, `kimi-k2.5`, `minimax-m2.5` | +| **オープンソース** | `glm-4.7`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5` | --- diff --git a/docs/jp/guides/power-user/token-efficiency.mdx b/docs/jp/guides/power-user/token-efficiency.mdx index 0344d083..b728b5bd 100644 --- a/docs/jp/guides/power-user/token-efficiency.mdx +++ b/docs/jp/guides/power-user/token-efficiency.mdx @@ -137,6 +137,7 @@ droid | Droid Core (MiniMax M2.5) | 0.12× | 推論サポート付きの最安価オプション | | Gemini 3 Flash | 0.2× | 大量タスク向けの高速・安価 | | Droid Core (GLM-4.7) | 0.25× | バルク自動化、単純タスク | +| Droid Core (Kimi K2.6) | 0.25× | コスト重視の作業、画像サポート、High推論切り替え | | Droid Core (Kimi K2.5) | 0.25× | コスト重視の作業、画像サポート | | Claude Haiku 4.5 | 0.4× | 素早い編集、ルーチンワーク | | Droid Core (GLM-5) | 0.4× | Droid Coreでより高い品質が欲しい場合の新しいオープンソースGLMモデル | diff --git a/docs/jp/pricing.mdx b/docs/jp/pricing.mdx index c50e83c5..7d2f317d 100644 --- a/docs/jp/pricing.mdx +++ b/docs/jp/pricing.mdx @@ -39,6 +39,7 @@ Enterpriseの料金については[営業チームにお問い合わせ](https:/ | Droid Core (MiniMax M2.5)| `minimax-m2.5` | | Gemini 3 Flash | `gemini-3-flash-preview` | | Droid Core (Kimi K2.5) | `kimi-k2.5` | +| Droid Core (Kimi K2.6) | `kimi-k2.6` | | GPT-5.4 Mini | `gpt-5.4-mini` | | Claude Haiku 4.5 | `claude-haiku-4-5-20251001` | | Droid Core (GLM-5) | `glm-5` | diff --git a/docs/jp/reference/cli-reference.mdx b/docs/jp/reference/cli-reference.mdx index 5fe4940f..32d803f8 100644 --- a/docs/jp/reference/cli-reference.mdx +++ b/docs/jp/reference/cli-reference.mdx @@ -117,6 +117,7 @@ droid exec --auto high "Run tests, commit, and push changes" | `glm-4.7` | Droid Core (GLM-4.7) | None only | none | | `glm-5` | Droid Core (GLM-5) | None only | none | | `kimi-k2.5` | Droid Core (Kimi K2.5) | None only | none | +| `kimi-k2.6` | Droid Core (Kimi K2.6) | Yes (Off/High) | high | | `minimax-m2.5` | Droid Core (MiniMax M2.5) | Yes (Low/Medium/High) | high | [BYOK](/cli/configuration/byok)経由で設定されたカスタムモデルは次の形式を使用:`custom:` diff --git a/docs/pricing.mdx b/docs/pricing.mdx index 61b57782..9b44bbd9 100644 --- a/docs/pricing.mdx +++ b/docs/pricing.mdx @@ -39,6 +39,7 @@ Everything in Max, plus: | Droid Core (MiniMax M2.5)| `minimax-m2.5` | | Gemini 3 Flash | `gemini-3-flash-preview` | | Droid Core (Kimi K2.5) | `kimi-k2.5` | +| Droid Core (Kimi K2.6) | `kimi-k2.6` | | GPT-5.4 Mini | `gpt-5.4-mini` | | Claude Haiku 4.5 | `claude-haiku-4-5-20251001` | | Droid Core (GLM-5) | `glm-5` | diff --git a/docs/reference/cli-reference.mdx b/docs/reference/cli-reference.mdx index 5f98b3c7..095e7943 100644 --- a/docs/reference/cli-reference.mdx +++ b/docs/reference/cli-reference.mdx @@ -117,6 +117,7 @@ droid exec --auto high "Run tests, commit, and push changes" | `glm-4.7` | Droid Core (GLM-4.7) | None only | none | | `glm-5` | Droid Core (GLM-5) | None only | none | | `kimi-k2.5` | Droid Core (Kimi K2.5) | None only | none | +| `kimi-k2.6` | Droid Core (Kimi K2.6) | Yes (Off/High) | high | | `minimax-m2.5` | Droid Core (MiniMax M2.5) | Yes (Low/Medium/High) | high | Custom models configured via [BYOK](/cli/configuration/byok) use the format: `custom:` From 9f712587f35d3f27cc4a7c4bc4b27af7a24401d9 Mon Sep 17 00:00:00 2001 From: Zimu Li Date: Mon, 20 Apr 2026 23:13:10 -0700 Subject: [PATCH 2/9] docs: add MiniMax M2.7 to pricing docs --- docs/jp/pricing.mdx | 1 + docs/pricing.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/jp/pricing.mdx b/docs/jp/pricing.mdx index 7d2f317d..444bb709 100644 --- a/docs/jp/pricing.mdx +++ b/docs/jp/pricing.mdx @@ -37,6 +37,7 @@ Enterpriseの料金については[営業チームにお問い合わせ](https:/ | モデル | モデルID | | ------------------------ | ---------------------------- | | Droid Core (MiniMax M2.5)| `minimax-m2.5` | +| Droid Core (MiniMax M2.7)| `minimax-m2.7` | | Gemini 3 Flash | `gemini-3-flash-preview` | | Droid Core (Kimi K2.5) | `kimi-k2.5` | | Droid Core (Kimi K2.6) | `kimi-k2.6` | diff --git a/docs/pricing.mdx b/docs/pricing.mdx index 9b44bbd9..7124ab77 100644 --- a/docs/pricing.mdx +++ b/docs/pricing.mdx @@ -37,6 +37,7 @@ Everything in Max, plus: | Model | Model ID | | ------------------------ | ---------------------------- | | Droid Core (MiniMax M2.5)| `minimax-m2.5` | +| Droid Core (MiniMax M2.7)| `minimax-m2.7` | | Gemini 3 Flash | `gemini-3-flash-preview` | | Droid Core (Kimi K2.5) | `kimi-k2.5` | | Droid Core (Kimi K2.6) | `kimi-k2.6` | From 3381cee262cd32e2144b08dd1be7a12c51994f7f Mon Sep 17 00:00:00 2001 From: Zimu Li Date: Mon, 20 Apr 2026 23:35:30 -0700 Subject: [PATCH 3/9] docs: align model IDs across docs Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/cli/configuration/settings.mdx | 2 +- docs/enterprise/hierarchical-settings-and-org-control.mdx | 2 +- docs/jp/cli/configuration/settings.mdx | 2 +- docs/jp/enterprise/hierarchical-settings-and-org-control.mdx | 2 +- docs/jp/pricing.mdx | 1 - docs/pricing.mdx | 1 - 6 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/cli/configuration/settings.mdx b/docs/cli/configuration/settings.mdx index a12d4641..04950aa6 100644 --- a/docs/cli/configuration/settings.mdx +++ b/docs/cli/configuration/settings.mdx @@ -36,7 +36,7 @@ Local overrides merge on top of the corresponding `settings.json` at the same le | Setting | Options | Default | Description | | ------- | ------- | ------- | ----------- | -| `model` | `opus`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `custom-model` | `opus` | The default AI model used by droid | +| `model` | `opus`, `opus-4-7`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `custom-model` | `opus` | The default AI model used by droid | | `reasoningEffort` | `off`, `none`, `low`, `medium`, `high` (availability depends on the model) | Model-dependent default | Controls how much structured thinking the model performs. | | `autonomyMode` | `normal`, `spec`, `auto-low`, `auto-medium`, `auto-high` | `normal` | Sets the default autonomy mode when starting droid. | | `cloudSessionSync` | `true`, `false` | `true` | Mirror CLI sessions to Factory web. | diff --git a/docs/enterprise/hierarchical-settings-and-org-control.mdx b/docs/enterprise/hierarchical-settings-and-org-control.mdx index 78e8b445..4b810f48 100644 --- a/docs/enterprise/hierarchical-settings-and-org-control.mdx +++ b/docs/enterprise/hierarchical-settings-and-org-control.mdx @@ -217,7 +217,7 @@ The following model identifiers can be used in `allowedModelIds` and `blockedMod | Provider | Model IDs | |---|---| -| **Anthropic** | `claude-sonnet-4-5-20250929`, `claude-sonnet-4-6`, `claude-opus-4-5-20251101`, `claude-opus-4-6`, `claude-opus-4-6-fast`, `claude-haiku-4-5-20251001` | +| **Anthropic** | `claude-sonnet-4-5-20250929`, `claude-sonnet-4-6`, `claude-opus-4-5-20251101`, `claude-opus-4-6`, `claude-opus-4-6-fast`, `claude-opus-4-7`, `claude-haiku-4-5-20251001` | | **OpenAI** | `gpt-5.1`, `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex` | | **Google** | `gemini-3-pro-preview`, `gemini-3-flash-preview`, `gemini-3.1-pro-preview` | | **XAI** | `grok-code-fast-1` | diff --git a/docs/jp/cli/configuration/settings.mdx b/docs/jp/cli/configuration/settings.mdx index dac7336e..d12e689f 100644 --- a/docs/jp/cli/configuration/settings.mdx +++ b/docs/jp/cli/configuration/settings.mdx @@ -36,7 +36,7 @@ droidの設定を構成するには: | 設定 | オプション | デフォルト | 説明 | | ------- | ------- | ------- | ----------- | -| `model` | `opus`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `custom-model` | `opus` | droidが使用するデフォルトのAIモデル | +| `model` | `opus`, `opus-4-7`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `custom-model` | `opus` | droidが使用するデフォルトのAIモデル | | `reasoningEffort` | `off`, `none`, `low`, `medium`, `high`(利用可能性はモデルに依存) | モデル依存のデフォルト | モデルが実行する構造化思考の量を制御します。 | | `autonomyMode` | `normal`, `spec`, `auto-low`, `auto-medium`, `auto-high` | `normal` | droid開始時のデフォルト自律モードを設定します。 | | `cloudSessionSync` | `true`, `false` | `true` | CLIセッションをFactory webにミラーします。 | diff --git a/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx b/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx index 758abc65..926b2237 100644 --- a/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx +++ b/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx @@ -217,7 +217,7 @@ User → ~/.factory/ | プロバイダー | モデルID | |---|---| -| **Anthropic** | `claude-sonnet-4-5-20250929`, `claude-sonnet-4-6`, `claude-opus-4-5-20251101`, `claude-opus-4-6`, `claude-opus-4-6-fast`, `claude-haiku-4-5-20251001` | +| **Anthropic** | `claude-sonnet-4-5-20250929`, `claude-sonnet-4-6`, `claude-opus-4-5-20251101`, `claude-opus-4-6`, `claude-opus-4-6-fast`, `claude-opus-4-7`, `claude-haiku-4-5-20251001` | | **OpenAI** | `gpt-5.1`, `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex` | | **Google** | `gemini-3-pro-preview`, `gemini-3-flash-preview`, `gemini-3.1-pro-preview` | | **XAI** | `grok-code-fast-1` | diff --git a/docs/jp/pricing.mdx b/docs/jp/pricing.mdx index 444bb709..239e5438 100644 --- a/docs/jp/pricing.mdx +++ b/docs/jp/pricing.mdx @@ -44,7 +44,6 @@ Enterpriseの料金については[営業チームにお問い合わせ](https:/ | GPT-5.4 Mini | `gpt-5.4-mini` | | Claude Haiku 4.5 | `claude-haiku-4-5-20251001` | | Droid Core (GLM-5) | `glm-5` | -| Droid Core (GLM-5.1) | `glm-5.1` | | GPT-5.2 | `gpt-5.2` | | GPT-5.2-Codex | `gpt-5.2-codex` | | GPT-5.3-Codex | `gpt-5.3-codex` | diff --git a/docs/pricing.mdx b/docs/pricing.mdx index 7124ab77..753f09dc 100644 --- a/docs/pricing.mdx +++ b/docs/pricing.mdx @@ -44,7 +44,6 @@ Everything in Max, plus: | GPT-5.4 Mini | `gpt-5.4-mini` | | Claude Haiku 4.5 | `claude-haiku-4-5-20251001` | | Droid Core (GLM-5) | `glm-5` | -| Droid Core (GLM-5.1) | `glm-5.1` | | GPT-5.2 | `gpt-5.2` | | GPT-5.2-Codex | `gpt-5.2-codex` | | GPT-5.3-Codex | `gpt-5.3-codex` | From bbe39cc14fb355dc32678d6219b4161bc509f8c3 Mon Sep 17 00:00:00 2001 From: Zimu Li Date: Tue, 21 Apr 2026 00:43:54 -0700 Subject: [PATCH 4/9] docs: expand MiniMax M2.7 coverage Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/cli/configuration/settings.mdx | 3 ++- docs/cli/droid-exec/overview.mdx | 2 ++ docs/cli/user-guides/choosing-your-model.mdx | 19 ++++++++++--------- .../hierarchical-settings-and-org-control.mdx | 2 +- docs/jp/cli/configuration/settings.mdx | 3 ++- docs/jp/cli/droid-exec/overview.mdx | 2 ++ .../cli/user-guides/choosing-your-model.mdx | 19 ++++++++++--------- .../hierarchical-settings-and-org-control.mdx | 2 +- 8 files changed, 30 insertions(+), 22 deletions(-) diff --git a/docs/cli/configuration/settings.mdx b/docs/cli/configuration/settings.mdx index 04950aa6..722358f5 100644 --- a/docs/cli/configuration/settings.mdx +++ b/docs/cli/configuration/settings.mdx @@ -36,7 +36,7 @@ Local overrides merge on top of the corresponding `settings.json` at the same le | Setting | Options | Default | Description | | ------- | ------- | ------- | ----------- | -| `model` | `opus`, `opus-4-7`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `custom-model` | `opus` | The default AI model used by droid | +| `model` | `opus`, `opus-4-7`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `minimax-m2.7`, `custom-model` | `opus` | The default AI model used by droid | | `reasoningEffort` | `off`, `none`, `low`, `medium`, `high` (availability depends on the model) | Model-dependent default | Controls how much structured thinking the model performs. | | `autonomyMode` | `normal`, `spec`, `auto-low`, `auto-medium`, `auto-high` | `normal` | Sets the default autonomy mode when starting droid. | | `cloudSessionSync` | `true`, `false` | `true` | Mirror CLI sessions to Factory web. | @@ -76,6 +76,7 @@ Choose the default AI model that powers your droid: - **`kimi-k2.5`** - Kimi K2.5 open-source model with image support - **`kimi-k2.6`** - Kimi K2.6 open-source model with image support and optional High reasoning - **`minimax-m2.5`** - MiniMax M2.5 open-source model with reasoning support (0.12× multiplier) +- **`minimax-m2.7`** - MiniMax M2.7 open-source model for cost-sensitive agentic workflows - **`custom-model`** - Your own configured model via BYOK [You can also add custom models and BYOK.](/cli/configuration/byok) diff --git a/docs/cli/droid-exec/overview.mdx b/docs/cli/droid-exec/overview.mdx index b8ae70a2..eb1144d9 100644 --- a/docs/cli/droid-exec/overview.mdx +++ b/docs/cli/droid-exec/overview.mdx @@ -70,6 +70,7 @@ Options: Supported models (examples): +- claude-opus-4-7 - claude-opus-4-6 - claude-opus-4-6-fast - claude-opus-4-5-20251101 @@ -89,6 +90,7 @@ Supported models (examples): - kimi-k2.5 - kimi-k2.6 - minimax-m2.5 +- minimax-m2.7 See the [model table](/pricing#available-models) for the full list of available models. diff --git a/docs/cli/user-guides/choosing-your-model.mdx b/docs/cli/user-guides/choosing-your-model.mdx index 43b157cb..90c78fbd 100644 --- a/docs/cli/user-guides/choosing-your-model.mdx +++ b/docs/cli/user-guides/choosing-your-model.mdx @@ -25,11 +25,12 @@ Model quality evolves quickly, and we tune the CLI defaults as the ecosystem shi | 11 | **Claude Haiku 4.5** | Fast, cost-efficient for routine tasks and high-volume automation. | | 12 | **Gemini 3.1 Pro** | Newer Gemini Pro generation with strong structured outputs and mixed reasoning controls for research-heavy tasks. | | 13 | **Gemini 3 Flash** | Fast, cheap (0.2× multiplier) with full reasoning support; great for high-volume tasks where speed matters. | -| 14 | **Droid Core (MiniMax M2.5)** | Open-source, 0.12× multiplier with reasoning support (Low/Medium/High); cheapest model available. No image support. | -| 15 | **Droid Core (GLM-5)** | Open-source, 0.4× multiplier with updated GLM capabilities for bulk automation and air-gapped environments; no image support. | -| 16 | **Droid Core (GLM-4.7)** | Open-source, 0.25× multiplier, stable choice for bulk automation or air-gapped environments; note: no image support. | -| 17 | **Droid Core (Kimi K2.6)** | Open-source, 0.25× multiplier with image support and optional High reasoning; good for cost-sensitive work when you still want a thinking toggle. | -| 18 | **Droid Core (Kimi K2.5)** | Open-source, 0.25× multiplier with image support; older Kimi option for cost-sensitive work. | +| 14 | **Droid Core (MiniMax M2.7)** | Newer MiniMax open-source model for cost-sensitive agentic workflows; no image support. | +| 15 | **Droid Core (MiniMax M2.5)** | Open-source, 0.12× multiplier with reasoning support (Low/Medium/High); cheapest model available. No image support. | +| 16 | **Droid Core (GLM-5)** | Open-source, 0.4× multiplier with updated GLM capabilities for bulk automation and air-gapped environments; no image support. | +| 17 | **Droid Core (GLM-4.7)** | Open-source, 0.25× multiplier, stable choice for bulk automation or air-gapped environments; note: no image support. | +| 18 | **Droid Core (Kimi K2.6)** | Open-source, 0.25× multiplier with image support and optional High reasoning; good for cost-sensitive work when you still want a thinking toggle. | +| 19 | **Droid Core (Kimi K2.5)** | Open-source, 0.25× multiplier with image support; older Kimi option for cost-sensitive work. | We ship model updates regularly. When a new release overtakes the list above, @@ -44,9 +45,9 @@ Model quality evolves quickly, and we tune the CLI defaults as the ecosystem shi | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | | **Deep planning, architecture reviews, ambiguous product specs** | Start with **Opus 4.7** for best depth and safety (1× promotional multiplier through April 30), or fall back to **Opus 4.6** / **Opus 4.6 Fast** for faster turnaround. Use **Sonnet 4.6** or **Sonnet 4.5** when you want balanced cost/quality, or **GPT-5.4** for large-context reasoning. | | **Full-feature development, large refactors** | **Opus 4.7** or **Opus 4.6** for depth and safety. **GPT-5.4**, **GPT-5.3-Codex**, or **GPT-5.2-Codex** when you need speed plus **Extra High** reasoning; **Sonnet 4.6** or **Sonnet 4.5** for balanced loops. | -| **Repeatable edits, summarization, boilerplate generation** | **Haiku 4.5** or **Droid Core** (including **MiniMax M2.5** at 0.12×) for speed and cost. **GPT-5.2** when you need higher quality or structured outputs. | +| **Repeatable edits, summarization, boilerplate generation** | **Haiku 4.5** or **Droid Core** (including **MiniMax M2.7** for a newer MiniMax option, or **MiniMax M2.5** at 0.12× when price dominates) for speed and cost. **GPT-5.2** when you need higher quality or structured outputs. | | **CI/CD or automation loops** | Favor **Haiku 4.5** or **Droid Core** for predictable, low-cost throughput. Use **GPT-5.3-Codex** or **GPT-5.4** when automation needs stronger reasoning. | -| **High-volume automation, frequent quick turns** | **Haiku 4.5** for speedy feedback. **Droid Core** (especially **MiniMax M2.5** at 0.12× with reasoning) when cost is critical or you need air-gapped deployment. | +| **High-volume automation, frequent quick turns** | **Haiku 4.5** for speedy feedback. **Droid Core** (especially **MiniMax M2.7** for a newer MiniMax option, or **MiniMax M2.5** at 0.12× when the absolute lowest cost matters) when cost is critical or you need air-gapped deployment. | **Claude Opus 4.7** is the newest top-tier option for extremely complex architecture decisions or critical work where you need maximum reasoning capability—and it runs at a promotional 1× multiplier through April 30 (2× afterward). **Claude Opus 4.6** remains an excellent alternative, and **Opus 4.6 Fast** is tuned for faster responses at a higher cost. Most tasks don't require Opus-level power—start with Sonnet 4.6 or Sonnet 4.5 and escalate only if needed. @@ -98,14 +99,14 @@ Factory ships with managed Anthropic and OpenAI access. If you prefer to run aga ### Open-source models -**Droid Core (GLM-5)**, **Droid Core (GLM-4.7)**, **Droid Core (Kimi K2.6)**, **Droid Core (Kimi K2.5)**, and **Droid Core (MiniMax M2.5)** are open-source alternatives available in the CLI. They're useful for: +**Droid Core (GLM-5)**, **Droid Core (GLM-4.7)**, **Droid Core (Kimi K2.6)**, **Droid Core (Kimi K2.5)**, **Droid Core (MiniMax M2.5)**, and **Droid Core (MiniMax M2.7)** are open-source alternatives available in the CLI. They're useful for: - **Air-gapped environments** where external API calls aren't allowed - **Cost-sensitive projects** needing unlimited local inference - **Privacy requirements** where code cannot leave your infrastructure - **Experimentation** with open-source model capabilities -**Note:** GLM-5, GLM-4.7, and MiniMax M2.5 do not support image attachments. Kimi K2.5 and Kimi K2.6 do support images. Kimi K2.6 also adds an Off/High reasoning toggle. MiniMax M2.5 is the cheapest model available (0.12× multiplier). For image-based workflows, use Claude, GPT, or Kimi models. +**Note:** GLM-5, GLM-4.7, MiniMax M2.5, and MiniMax M2.7 do not support image attachments. Kimi K2.5 and Kimi K2.6 do support images. Kimi K2.6 also adds an Off/High reasoning toggle. MiniMax M2.5 remains the cheapest model available (0.12× multiplier), while MiniMax M2.7 is the newer MiniMax option for general open-source agent workflows. For image-based workflows, use Claude, GPT, or Kimi models. To use open-source models, you'll need to configure them via BYOK with a local inference server (like Ollama) or a hosted provider. See [BYOK documentation](/cli/configuration/byok) for setup instructions. diff --git a/docs/enterprise/hierarchical-settings-and-org-control.mdx b/docs/enterprise/hierarchical-settings-and-org-control.mdx index 4b810f48..b53e12ad 100644 --- a/docs/enterprise/hierarchical-settings-and-org-control.mdx +++ b/docs/enterprise/hierarchical-settings-and-org-control.mdx @@ -221,7 +221,7 @@ The following model identifiers can be used in `allowedModelIds` and `blockedMod | **OpenAI** | `gpt-5.1`, `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex` | | **Google** | `gemini-3-pro-preview`, `gemini-3-flash-preview`, `gemini-3.1-pro-preview` | | **XAI** | `grok-code-fast-1` | -| **Open source** | `glm-4.7`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5` | +| **Open source** | `glm-4.7`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `minimax-m2.7` | --- diff --git a/docs/jp/cli/configuration/settings.mdx b/docs/jp/cli/configuration/settings.mdx index d12e689f..19f8291b 100644 --- a/docs/jp/cli/configuration/settings.mdx +++ b/docs/jp/cli/configuration/settings.mdx @@ -36,7 +36,7 @@ droidの設定を構成するには: | 設定 | オプション | デフォルト | 説明 | | ------- | ------- | ------- | ----------- | -| `model` | `opus`, `opus-4-7`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `custom-model` | `opus` | droidが使用するデフォルトのAIモデル | +| `model` | `opus`, `opus-4-7`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `minimax-m2.7`, `custom-model` | `opus` | droidが使用するデフォルトのAIモデル | | `reasoningEffort` | `off`, `none`, `low`, `medium`, `high`(利用可能性はモデルに依存) | モデル依存のデフォルト | モデルが実行する構造化思考の量を制御します。 | | `autonomyMode` | `normal`, `spec`, `auto-low`, `auto-medium`, `auto-high` | `normal` | droid開始時のデフォルト自律モードを設定します。 | | `cloudSessionSync` | `true`, `false` | `true` | CLIセッションをFactory webにミラーします。 | @@ -76,6 +76,7 @@ droidを動かすデフォルトのAIモデルを選択します: - **`kimi-k2.5`** - Kimi K2.5 画像サポート付きオープンソースモデル - **`kimi-k2.6`** - Kimi K2.6 画像サポートとHigh推論切り替え付きオープンソースモデル - **`minimax-m2.5`** - MiniMax M2.5 推論サポート付きオープンソースモデル(0.12×倍率) +- **`minimax-m2.7`** - MiniMax M2.7 コスト重視のエージェントワークフロー向けオープンソースモデル - **`custom-model`** - BYOK経由で設定されたカスタムモデル [You can also add custom models and BYOK.](/cli/configuration/byok) diff --git a/docs/jp/cli/droid-exec/overview.mdx b/docs/jp/cli/droid-exec/overview.mdx index 80074baa..536cd3f6 100644 --- a/docs/jp/cli/droid-exec/overview.mdx +++ b/docs/jp/cli/droid-exec/overview.mdx @@ -70,6 +70,7 @@ Options: サポートされているモデル(例): +- claude-opus-4-7 - claude-opus-4-6 - claude-opus-4-6-fast - claude-opus-4-5-20251101 @@ -89,6 +90,7 @@ Options: - kimi-k2.5 - kimi-k2.6 - minimax-m2.5 +- minimax-m2.7 See the [model table](/pricing#available-models) for the full list of available models. diff --git a/docs/jp/cli/user-guides/choosing-your-model.mdx b/docs/jp/cli/user-guides/choosing-your-model.mdx index ead912c6..c7009b8f 100644 --- a/docs/jp/cli/user-guides/choosing-your-model.mdx +++ b/docs/jp/cli/user-guides/choosing-your-model.mdx @@ -25,11 +25,12 @@ keywords: ['model', 'models', 'llm', 'claude', 'sonnet', 'opus', 'haiku', 'gpt', | 11 | **Claude Haiku 4.5** | 日常的なタスクと大量自動化のための高速で費用効率の良いモデル。 | | 12 | **Gemini 3.1 Pro** | 構造化出力に強く、研究重視のタスク用の混合推論制御を持つ新しいGemini Pro世代。 | | 13 | **Gemini 3 Flash** | 完全な推論サポートを持つ高速・安価(0.2倍マルチプライヤー);速度が重要な大量タスクに最適。 | -| 14 | **Droid Core (MiniMax M2.5)** | オープンソース、推論サポート(Low/Medium/High)付きの0.12倍マルチプライヤー;利用可能な最安価モデル。画像サポートなし。 | -| 15 | **Droid Core (GLM-5)** | 大量自動化とエアギャップ環境用の更新されたGLM機能を持つオープンソース、0.4倍マルチプライヤー;画像サポートなし。 | -| 16 | **Droid Core (GLM-4.7)** | 大量自動化やエアギャップ環境用のオープンソース、0.25倍マルチプライヤーの安定した選択肢;注:画像サポートなし。 | -| 17 | **Droid Core (Kimi K2.6)** | 画像サポートとOff / High推論切り替え付きオープンソース、0.25倍マルチプライヤー;思考トグルも欲しいコスト重視作業に適している。 | -| 18 | **Droid Core (Kimi K2.5)** | 画像サポート付きオープンソース、0.25倍マルチプライヤー;旧Kimi世代のコスト重視作業に適している。 | +| 14 | **Droid Core (MiniMax M2.7)** | コスト重視のエージェントワークフロー向けの新しいMiniMax系オープンソースモデル。画像サポートなし。 | +| 15 | **Droid Core (MiniMax M2.5)** | オープンソース、推論サポート(Low/Medium/High)付きの0.12倍マルチプライヤー;利用可能な最安価モデル。画像サポートなし。 | +| 16 | **Droid Core (GLM-5)** | 大量自動化とエアギャップ環境用の更新されたGLM機能を持つオープンソース、0.4倍マルチプライヤー;画像サポートなし。 | +| 17 | **Droid Core (GLM-4.7)** | 大量自動化やエアギャップ環境用のオープンソース、0.25倍マルチプライヤーの安定した選択肢;注:画像サポートなし。 | +| 18 | **Droid Core (Kimi K2.6)** | 画像サポートとOff / High推論切り替え付きオープンソース、0.25倍マルチプライヤー;思考トグルも欲しいコスト重視作業に適している。 | +| 19 | **Droid Core (Kimi K2.5)** | 画像サポート付きオープンソース、0.25倍マルチプライヤー;旧Kimi世代のコスト重視作業に適している。 | モデルの更新は定期的に行われます。新しいリリースが上記のリストを超えた場合、このページとCLIのデフォルトを更新します。 @@ -43,9 +44,9 @@ keywords: ['model', 'models', 'llm', 'claude', 'sonnet', 'opus', 'haiku', 'gpt', | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | | **深い計画、アーキテクチャレビュー、曖昧な製品仕様** | 最高の深度と安全性には**Opus 4.7**(4月30日までプロモーション1倍マルチプライヤー)から始め、より高速なターンアラウンドには**Opus 4.6**または**Opus 4.6 Fast**にフォールバック。バランスの取れたコスト/品質には**Sonnet 4.6**または**Sonnet 4.5**、大規模コンテキスト推論には**GPT-5.4**を使用。 | | **フル機能開発、大規模リファクタリング** | 深度と安全性には**Opus 4.7**または**Opus 4.6**。速度と**Extra High**推論が必要な場合は**GPT-5.4**、**GPT-5.3-Codex**、または**GPT-5.2-Codex**;バランスの取れたループには**Sonnet 4.6**または**Sonnet 4.5**。 | -| **反復可能な編集、要約、定型文生成** | 速度とコストのために**Haiku 4.5**または**Droid Core**(0.12倍の**MiniMax M2.5**含む)。より高い品質や構造化出力が必要な場合は**GPT-5.2**。 | +| **反復可能な編集、要約、定型文生成** | 速度とコストのために**Haiku 4.5**または**Droid Core**(新しいMiniMax系の選択肢として**MiniMax M2.7**、価格最優先なら0.12倍の**MiniMax M2.5**を含む)。より高い品質や構造化出力が必要な場合は**GPT-5.2**。 | | **CI/CDまたは自動化ループ** | 予測可能で低コストなスループットのために**Haiku 4.5**または**Droid Core**を優先。自動化により強い推論が必要な場合は**GPT-5.3-Codex**または**GPT-5.4**を使用。 | -| **大量自動化、頻繁な迅速ターン** | 迅速なフィードバックには**Haiku 4.5**。コストが重要またはエアギャップ展開が必要な場合は**Droid Core**(特に推論付き0.12倍の**MiniMax M2.5**)。 | +| **大量自動化、頻繁な迅速ターン** | 迅速なフィードバックには**Haiku 4.5**。コストが重要またはエアギャップ展開が必要な場合は**Droid Core**(新しいMiniMax系の選択肢として**MiniMax M2.7**、絶対的な最安コストなら0.12倍の**MiniMax M2.5**を特に推奨)。 | **Claude Opus 4.7**は、極めて複雑なアーキテクチャの意思決定や最大限の推論機能が必要な重要な作業に最適な新しい最上位オプションで、4月30日までプロモーション1倍マルチプライヤー(以降は2倍)で実行されます。**Claude Opus 4.6**は引き続き優れた代替選択肢であり、**Opus 4.6 Fast**はより高いコストでより高速な応答に調整されています。ほとんどのタスクにOpusレベルのパワーは不要です。Sonnet 4.6またはSonnet 4.5から始め、必要な場合のみエスカレートしてください。 @@ -96,14 +97,14 @@ Factoryは管理されたAnthropicとOpenAIアクセスを提供しています ### オープンソースモデル -**Droid Core (GLM-5)**、**Droid Core (GLM-4.7)**、**Droid Core (Kimi K2.6)**、**Droid Core (Kimi K2.5)**、**Droid Core (MiniMax M2.5)**は、CLIで利用可能なオープンソースの代替モデルです。これらは以下の用途に有用です: +**Droid Core (GLM-5)**、**Droid Core (GLM-4.7)**、**Droid Core (Kimi K2.6)**、**Droid Core (Kimi K2.5)**、**Droid Core (MiniMax M2.5)**、**Droid Core (MiniMax M2.7)**は、CLIで利用可能なオープンソースの代替モデルです。これらは以下の用途に有用です: - **エアギャップ環境** 外部API呼び出しが許可されていない場合 - **コスト重視プロジェクト** 無制限のローカル推論が必要な場合 - **プライバシー要件** コードがインフラストラクチャから離れてはいけない場合 - **実験** オープンソースモデル機能での実験 -**注:** GLM-5、GLM-4.7、MiniMax M2.5は画像添付をサポートしていません。Kimi K2.5とKimi K2.6は画像をサポートしています。Kimi K2.6はOff / High推論切り替えもサポートしています。MiniMax M2.5は利用可能な最安価モデル(0.12倍マルチプライヤー)です。画像ベースのワークフローには、Claude、GPT、またはKimiモデルを使用してください。 +**注:** GLM-5、GLM-4.7、MiniMax M2.5、MiniMax M2.7は画像添付をサポートしていません。Kimi K2.5とKimi K2.6は画像をサポートしています。Kimi K2.6はOff / High推論切り替えもサポートしています。MiniMax M2.5は引き続き利用可能な最安価モデル(0.12倍マルチプライヤー)で、MiniMax M2.7は汎用的なオープンソースのエージェントワークフロー向けの新しいMiniMax系オプションです。画像ベースのワークフローには、Claude、GPT、またはKimiモデルを使用してください。 オープンソースモデルを使用するには、ローカル推論サーバー(Ollamaなど)またはホストされたプロバイダーでBYOK経由で設定する必要があります。セットアップ手順については[BYOK documentation](/cli/configuration/byok)を参照してください。 diff --git a/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx b/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx index 926b2237..99ddbea8 100644 --- a/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx +++ b/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx @@ -221,7 +221,7 @@ User → ~/.factory/ | **OpenAI** | `gpt-5.1`, `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex` | | **Google** | `gemini-3-pro-preview`, `gemini-3-flash-preview`, `gemini-3.1-pro-preview` | | **XAI** | `grok-code-fast-1` | -| **オープンソース** | `glm-4.7`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5` | +| **オープンソース** | `glm-4.7`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `minimax-m2.7` | --- From ef5588462c4119beeea2f222260f629928dcffb7 Mon Sep 17 00:00:00 2001 From: Zimu Li Date: Tue, 21 Apr 2026 10:44:31 -0700 Subject: [PATCH 5/9] docs: replace deprecated open-source model references Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/cli/configuration/settings.mdx | 8 ++++---- docs/cli/droid-exec/overview.mdx | 3 +-- docs/cli/user-guides/choosing-your-model.mdx | 19 +++++++++---------- .../hierarchical-settings-and-org-control.mdx | 2 +- docs/guides/power-user/token-efficiency.mdx | 6 +++--- docs/jp/cli/configuration/settings.mdx | 8 ++++---- docs/jp/cli/droid-exec/overview.mdx | 3 +-- .../cli/user-guides/choosing-your-model.mdx | 19 +++++++++---------- .../hierarchical-settings-and-org-control.mdx | 2 +- .../jp/guides/power-user/token-efficiency.mdx | 6 +++--- docs/jp/pricing.mdx | 2 +- docs/jp/reference/cli-reference.mdx | 4 ++-- docs/pricing.mdx | 2 +- docs/reference/cli-reference.mdx | 4 ++-- 14 files changed, 42 insertions(+), 46 deletions(-) diff --git a/docs/cli/configuration/settings.mdx b/docs/cli/configuration/settings.mdx index 722358f5..a964e07b 100644 --- a/docs/cli/configuration/settings.mdx +++ b/docs/cli/configuration/settings.mdx @@ -36,7 +36,7 @@ Local overrides merge on top of the corresponding `settings.json` at the same le | Setting | Options | Default | Description | | ------- | ------- | ------- | ----------- | -| `model` | `opus`, `opus-4-7`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `minimax-m2.7`, `custom-model` | `opus` | The default AI model used by droid | +| `model` | `opus`, `opus-4-7`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `glm-5.1`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.7`, `custom-model` | `opus` | The default AI model used by droid | | `reasoningEffort` | `off`, `none`, `low`, `medium`, `high` (availability depends on the model) | Model-dependent default | Controls how much structured thinking the model performs. | | `autonomyMode` | `normal`, `spec`, `auto-low`, `auto-medium`, `auto-high` | `normal` | Sets the default autonomy mode when starting droid. | | `cloudSessionSync` | `true`, `false` | `true` | Mirror CLI sessions to Factory web. | @@ -71,12 +71,12 @@ Choose the default AI model that powers your droid: - **`haiku`** - Claude Haiku 4.5, fast and cost-effective - **`gemini-3.1-pro`** - Gemini 3.1 Pro - **`gemini-3-flash`** - Gemini 3 Flash, fast and cheap (0.2× multiplier) -- **`droid-core`** - GLM-4.7 open-source model +- **`droid-core`** - GLM-5.1 open-source model - **`glm-5`** - GLM-5 open-source model +- **`glm-5.1`** - GLM-5.1 open-source model - **`kimi-k2.5`** - Kimi K2.5 open-source model with image support - **`kimi-k2.6`** - Kimi K2.6 open-source model with image support and optional High reasoning -- **`minimax-m2.5`** - MiniMax M2.5 open-source model with reasoning support (0.12× multiplier) -- **`minimax-m2.7`** - MiniMax M2.7 open-source model for cost-sensitive agentic workflows +- **`minimax-m2.7`** - MiniMax M2.7 open-source model with reasoning support for cost-sensitive agentic workflows - **`custom-model`** - Your own configured model via BYOK [You can also add custom models and BYOK.](/cli/configuration/byok) diff --git a/docs/cli/droid-exec/overview.mdx b/docs/cli/droid-exec/overview.mdx index eb1144d9..56c1fe86 100644 --- a/docs/cli/droid-exec/overview.mdx +++ b/docs/cli/droid-exec/overview.mdx @@ -85,11 +85,10 @@ Supported models (examples): - gemini-3-pro-preview - gemini-3.1-pro-preview - gemini-3-flash-preview -- glm-4.7 - glm-5 +- glm-5.1 - kimi-k2.5 - kimi-k2.6 -- minimax-m2.5 - minimax-m2.7 diff --git a/docs/cli/user-guides/choosing-your-model.mdx b/docs/cli/user-guides/choosing-your-model.mdx index 90c78fbd..906844b8 100644 --- a/docs/cli/user-guides/choosing-your-model.mdx +++ b/docs/cli/user-guides/choosing-your-model.mdx @@ -26,11 +26,10 @@ Model quality evolves quickly, and we tune the CLI defaults as the ecosystem shi | 12 | **Gemini 3.1 Pro** | Newer Gemini Pro generation with strong structured outputs and mixed reasoning controls for research-heavy tasks. | | 13 | **Gemini 3 Flash** | Fast, cheap (0.2× multiplier) with full reasoning support; great for high-volume tasks where speed matters. | | 14 | **Droid Core (MiniMax M2.7)** | Newer MiniMax open-source model for cost-sensitive agentic workflows; no image support. | -| 15 | **Droid Core (MiniMax M2.5)** | Open-source, 0.12× multiplier with reasoning support (Low/Medium/High); cheapest model available. No image support. | +| 15 | **Droid Core (GLM-5.1)** | Open-source, 0.4× multiplier with updated GLM capabilities; newer GLM option for bulk automation and air-gapped environments; no image support. | | 16 | **Droid Core (GLM-5)** | Open-source, 0.4× multiplier with updated GLM capabilities for bulk automation and air-gapped environments; no image support. | -| 17 | **Droid Core (GLM-4.7)** | Open-source, 0.25× multiplier, stable choice for bulk automation or air-gapped environments; note: no image support. | -| 18 | **Droid Core (Kimi K2.6)** | Open-source, 0.25× multiplier with image support and optional High reasoning; good for cost-sensitive work when you still want a thinking toggle. | -| 19 | **Droid Core (Kimi K2.5)** | Open-source, 0.25× multiplier with image support; older Kimi option for cost-sensitive work. | +| 17 | **Droid Core (Kimi K2.6)** | Open-source, 0.25× multiplier with image support and optional High reasoning; good for cost-sensitive work when you still want a thinking toggle. | +| 18 | **Droid Core (Kimi K2.5)** | Open-source, 0.25× multiplier with image support; older Kimi option for cost-sensitive work. | We ship model updates regularly. When a new release overtakes the list above, @@ -45,9 +44,9 @@ Model quality evolves quickly, and we tune the CLI defaults as the ecosystem shi | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | | **Deep planning, architecture reviews, ambiguous product specs** | Start with **Opus 4.7** for best depth and safety (1× promotional multiplier through April 30), or fall back to **Opus 4.6** / **Opus 4.6 Fast** for faster turnaround. Use **Sonnet 4.6** or **Sonnet 4.5** when you want balanced cost/quality, or **GPT-5.4** for large-context reasoning. | | **Full-feature development, large refactors** | **Opus 4.7** or **Opus 4.6** for depth and safety. **GPT-5.4**, **GPT-5.3-Codex**, or **GPT-5.2-Codex** when you need speed plus **Extra High** reasoning; **Sonnet 4.6** or **Sonnet 4.5** for balanced loops. | -| **Repeatable edits, summarization, boilerplate generation** | **Haiku 4.5** or **Droid Core** (including **MiniMax M2.7** for a newer MiniMax option, or **MiniMax M2.5** at 0.12× when price dominates) for speed and cost. **GPT-5.2** when you need higher quality or structured outputs. | +| **Repeatable edits, summarization, boilerplate generation** | **Haiku 4.5** or **Droid Core** (including **MiniMax M2.7** for a low-cost MiniMax option) for speed and cost. **GPT-5.2** when you need higher quality or structured outputs. | | **CI/CD or automation loops** | Favor **Haiku 4.5** or **Droid Core** for predictable, low-cost throughput. Use **GPT-5.3-Codex** or **GPT-5.4** when automation needs stronger reasoning. | -| **High-volume automation, frequent quick turns** | **Haiku 4.5** for speedy feedback. **Droid Core** (especially **MiniMax M2.7** for a newer MiniMax option, or **MiniMax M2.5** at 0.12× when the absolute lowest cost matters) when cost is critical or you need air-gapped deployment. | +| **High-volume automation, frequent quick turns** | **Haiku 4.5** for speedy feedback. **Droid Core** (especially **MiniMax M2.7** or **GLM-5.1**) when cost is critical or you need air-gapped deployment. | **Claude Opus 4.7** is the newest top-tier option for extremely complex architecture decisions or critical work where you need maximum reasoning capability—and it runs at a promotional 1× multiplier through April 30 (2× afterward). **Claude Opus 4.6** remains an excellent alternative, and **Opus 4.6 Fast** is tuned for faster responses at a higher cost. Most tasks don't require Opus-level power—start with Sonnet 4.6 or Sonnet 4.5 and escalate only if needed. @@ -79,10 +78,10 @@ Tip: you can swap models mid-session with `/model` or by toggling in the setting - **Gemini 3.1 Pro**: Low / Medium / High (default: High) - **Gemini 3 Flash**: Minimal / Low / Medium / High (default: High) - **Droid Core (GLM-5)**: None only (default: None; no image support) -- **Droid Core (GLM-4.7)**: None only (default: None; no image support) +- **Droid Core (GLM-5.1)**: None only (default: None; no image support) - **Droid Core (Kimi K2.6)**: Off / High (default: High) - **Droid Core (Kimi K2.5)**: None only (default: None) -- **Droid Core (MiniMax M2.5)**: Low / Medium / High (default: High) +- **Droid Core (MiniMax M2.7)**: Low / Medium / High (default: High) Reasoning effort increases latency and cost—start low for simple work and escalate as needed. **Max** is available on Claude Opus 4.7, the Opus 4.6 family (Opus 4.6 and Opus 4.6 Fast), and Sonnet 4.6. **Extra High** is available on GPT-5.4, GPT-5.2, GPT-5.2-Codex, and GPT-5.3-Codex. @@ -99,14 +98,14 @@ Factory ships with managed Anthropic and OpenAI access. If you prefer to run aga ### Open-source models -**Droid Core (GLM-5)**, **Droid Core (GLM-4.7)**, **Droid Core (Kimi K2.6)**, **Droid Core (Kimi K2.5)**, **Droid Core (MiniMax M2.5)**, and **Droid Core (MiniMax M2.7)** are open-source alternatives available in the CLI. They're useful for: +**Droid Core (GLM-5)**, **Droid Core (GLM-5.1)**, **Droid Core (Kimi K2.6)**, **Droid Core (Kimi K2.5)**, and **Droid Core (MiniMax M2.7)** are open-source alternatives available in the CLI. They're useful for: - **Air-gapped environments** where external API calls aren't allowed - **Cost-sensitive projects** needing unlimited local inference - **Privacy requirements** where code cannot leave your infrastructure - **Experimentation** with open-source model capabilities -**Note:** GLM-5, GLM-4.7, MiniMax M2.5, and MiniMax M2.7 do not support image attachments. Kimi K2.5 and Kimi K2.6 do support images. Kimi K2.6 also adds an Off/High reasoning toggle. MiniMax M2.5 remains the cheapest model available (0.12× multiplier), while MiniMax M2.7 is the newer MiniMax option for general open-source agent workflows. For image-based workflows, use Claude, GPT, or Kimi models. +**Note:** GLM-5, GLM-5.1, and MiniMax M2.7 do not support image attachments. Kimi K2.5 and Kimi K2.6 do support images. Kimi K2.6 also adds an Off/High reasoning toggle, while MiniMax M2.7 supports Low/Medium/High reasoning for general open-source agent workflows. For image-based workflows, use Claude, GPT, or Kimi models. To use open-source models, you'll need to configure them via BYOK with a local inference server (like Ollama) or a hosted provider. See [BYOK documentation](/cli/configuration/byok) for setup instructions. diff --git a/docs/enterprise/hierarchical-settings-and-org-control.mdx b/docs/enterprise/hierarchical-settings-and-org-control.mdx index b53e12ad..7e324fe3 100644 --- a/docs/enterprise/hierarchical-settings-and-org-control.mdx +++ b/docs/enterprise/hierarchical-settings-and-org-control.mdx @@ -221,7 +221,7 @@ The following model identifiers can be used in `allowedModelIds` and `blockedMod | **OpenAI** | `gpt-5.1`, `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex` | | **Google** | `gemini-3-pro-preview`, `gemini-3-flash-preview`, `gemini-3.1-pro-preview` | | **XAI** | `grok-code-fast-1` | -| **Open source** | `glm-4.7`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `minimax-m2.7` | +| **Open source** | `glm-5`, `glm-5.1`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.7` | --- diff --git a/docs/guides/power-user/token-efficiency.mdx b/docs/guides/power-user/token-efficiency.mdx index 5a3643b6..e18119c5 100644 --- a/docs/guides/power-user/token-efficiency.mdx +++ b/docs/guides/power-user/token-efficiency.mdx @@ -134,13 +134,13 @@ Different models have different cost multipliers and capabilities. Match the mod | Model | Multiplier | Best For | |-------|------------|----------| -| Droid Core (MiniMax M2.5) | 0.12× | Cheapest option with reasoning support | +| Droid Core (MiniMax M2.7) | 0.12× | Low-cost MiniMax option with reasoning support | | Gemini 3 Flash | 0.2× | Fast, cheap for high-volume tasks | -| Droid Core (GLM-4.7) | 0.25× | Bulk automation, simple tasks | | Droid Core (Kimi K2.6) | 0.25× | Cost-sensitive work, supports images, optional High reasoning | | Droid Core (Kimi K2.5) | 0.25× | Cost-sensitive work, supports images | | Claude Haiku 4.5 | 0.4× | Quick edits, routine work | | Droid Core (GLM-5) | 0.4× | Newer open-source GLM model when you want stronger quality in Droid Core | +| Droid Core (GLM-5.1) | 0.4× | Updated GLM option for bulk automation and air-gapped environments | | GPT-5.1 / GPT-5.1-Codex | 0.5× | Implementation, debugging | | GPT-5.2-Codex / GPT-5.3-Codex | 0.7× | Advanced coding with Extra High reasoning | | Gemini 3 Pro | 0.8× | Research, analysis | @@ -158,7 +158,7 @@ Simple edit, formatting → Haiku 4.5 (0.4×) Implement feature from spec → GPT-5.1-Codex (0.5×) Debug complex issue → Sonnet 4.5 (1.2×) Architecture planning → Opus 4.7 (2×, 1× until April 30) or Opus 4.6 (2×) -Bulk file processing → Droid Core (GLM-4.7 at 0.25× or GLM-5 at 0.4×) +Bulk file processing → Droid Core (MiniMax M2.7 at 0.12× or GLM-5.1 at 0.4×) ``` ### Reasoning Effort Impact diff --git a/docs/jp/cli/configuration/settings.mdx b/docs/jp/cli/configuration/settings.mdx index 19f8291b..e28937e3 100644 --- a/docs/jp/cli/configuration/settings.mdx +++ b/docs/jp/cli/configuration/settings.mdx @@ -36,7 +36,7 @@ droidの設定を構成するには: | 設定 | オプション | デフォルト | 説明 | | ------- | ------- | ------- | ----------- | -| `model` | `opus`, `opus-4-7`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `minimax-m2.7`, `custom-model` | `opus` | droidが使用するデフォルトのAIモデル | +| `model` | `opus`, `opus-4-7`, `opus-4-6`, `opus-4-6-fast`, `sonnet`, `sonnet-4-6`, `gpt-5.4`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex`, `haiku`, `gemini-3.1-pro`, `gemini-3-flash`, `droid-core`, `glm-5`, `glm-5.1`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.7`, `custom-model` | `opus` | droidが使用するデフォルトのAIモデル | | `reasoningEffort` | `off`, `none`, `low`, `medium`, `high`(利用可能性はモデルに依存) | モデル依存のデフォルト | モデルが実行する構造化思考の量を制御します。 | | `autonomyMode` | `normal`, `spec`, `auto-low`, `auto-medium`, `auto-high` | `normal` | droid開始時のデフォルト自律モードを設定します。 | | `cloudSessionSync` | `true`, `false` | `true` | CLIセッションをFactory webにミラーします。 | @@ -71,12 +71,12 @@ droidを動かすデフォルトのAIモデルを選択します: - **`haiku`** - Claude Haiku 4.5、高速で費用対効果の高いモデル - **`gemini-3.1-pro`** - Gemini 3.1 Pro - **`gemini-3-flash`** - Gemini 3 Flash、高速で安価(0.2×倍率) -- **`droid-core`** - GLM-4.7 オープンソースモデル +- **`droid-core`** - GLM-5.1 オープンソースモデル - **`glm-5`** - GLM-5 オープンソースモデル +- **`glm-5.1`** - GLM-5.1 オープンソースモデル - **`kimi-k2.5`** - Kimi K2.5 画像サポート付きオープンソースモデル - **`kimi-k2.6`** - Kimi K2.6 画像サポートとHigh推論切り替え付きオープンソースモデル -- **`minimax-m2.5`** - MiniMax M2.5 推論サポート付きオープンソースモデル(0.12×倍率) -- **`minimax-m2.7`** - MiniMax M2.7 コスト重視のエージェントワークフロー向けオープンソースモデル +- **`minimax-m2.7`** - MiniMax M2.7 コスト重視のエージェントワークフロー向け推論サポート付きオープンソースモデル - **`custom-model`** - BYOK経由で設定されたカスタムモデル [You can also add custom models and BYOK.](/cli/configuration/byok) diff --git a/docs/jp/cli/droid-exec/overview.mdx b/docs/jp/cli/droid-exec/overview.mdx index 536cd3f6..93a36e00 100644 --- a/docs/jp/cli/droid-exec/overview.mdx +++ b/docs/jp/cli/droid-exec/overview.mdx @@ -85,11 +85,10 @@ Options: - gemini-3-pro-preview - gemini-3.1-pro-preview - gemini-3-flash-preview -- glm-4.7 - glm-5 +- glm-5.1 - kimi-k2.5 - kimi-k2.6 -- minimax-m2.5 - minimax-m2.7 diff --git a/docs/jp/cli/user-guides/choosing-your-model.mdx b/docs/jp/cli/user-guides/choosing-your-model.mdx index c7009b8f..b41f92cf 100644 --- a/docs/jp/cli/user-guides/choosing-your-model.mdx +++ b/docs/jp/cli/user-guides/choosing-your-model.mdx @@ -26,11 +26,10 @@ keywords: ['model', 'models', 'llm', 'claude', 'sonnet', 'opus', 'haiku', 'gpt', | 12 | **Gemini 3.1 Pro** | 構造化出力に強く、研究重視のタスク用の混合推論制御を持つ新しいGemini Pro世代。 | | 13 | **Gemini 3 Flash** | 完全な推論サポートを持つ高速・安価(0.2倍マルチプライヤー);速度が重要な大量タスクに最適。 | | 14 | **Droid Core (MiniMax M2.7)** | コスト重視のエージェントワークフロー向けの新しいMiniMax系オープンソースモデル。画像サポートなし。 | -| 15 | **Droid Core (MiniMax M2.5)** | オープンソース、推論サポート(Low/Medium/High)付きの0.12倍マルチプライヤー;利用可能な最安価モデル。画像サポートなし。 | +| 15 | **Droid Core (GLM-5.1)** | 更新されたGLM機能を持つオープンソース、0.4倍マルチプライヤー;大量自動化やエアギャップ環境向けの新しいGLM系オプション。画像サポートなし。 | | 16 | **Droid Core (GLM-5)** | 大量自動化とエアギャップ環境用の更新されたGLM機能を持つオープンソース、0.4倍マルチプライヤー;画像サポートなし。 | -| 17 | **Droid Core (GLM-4.7)** | 大量自動化やエアギャップ環境用のオープンソース、0.25倍マルチプライヤーの安定した選択肢;注:画像サポートなし。 | -| 18 | **Droid Core (Kimi K2.6)** | 画像サポートとOff / High推論切り替え付きオープンソース、0.25倍マルチプライヤー;思考トグルも欲しいコスト重視作業に適している。 | -| 19 | **Droid Core (Kimi K2.5)** | 画像サポート付きオープンソース、0.25倍マルチプライヤー;旧Kimi世代のコスト重視作業に適している。 | +| 17 | **Droid Core (Kimi K2.6)** | 画像サポートとOff / High推論切り替え付きオープンソース、0.25倍マルチプライヤー;思考トグルも欲しいコスト重視作業に適している。 | +| 18 | **Droid Core (Kimi K2.5)** | 画像サポート付きオープンソース、0.25倍マルチプライヤー;旧Kimi世代のコスト重視作業に適している。 | モデルの更新は定期的に行われます。新しいリリースが上記のリストを超えた場合、このページとCLIのデフォルトを更新します。 @@ -44,9 +43,9 @@ keywords: ['model', 'models', 'llm', 'claude', 'sonnet', 'opus', 'haiku', 'gpt', | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | | **深い計画、アーキテクチャレビュー、曖昧な製品仕様** | 最高の深度と安全性には**Opus 4.7**(4月30日までプロモーション1倍マルチプライヤー)から始め、より高速なターンアラウンドには**Opus 4.6**または**Opus 4.6 Fast**にフォールバック。バランスの取れたコスト/品質には**Sonnet 4.6**または**Sonnet 4.5**、大規模コンテキスト推論には**GPT-5.4**を使用。 | | **フル機能開発、大規模リファクタリング** | 深度と安全性には**Opus 4.7**または**Opus 4.6**。速度と**Extra High**推論が必要な場合は**GPT-5.4**、**GPT-5.3-Codex**、または**GPT-5.2-Codex**;バランスの取れたループには**Sonnet 4.6**または**Sonnet 4.5**。 | -| **反復可能な編集、要約、定型文生成** | 速度とコストのために**Haiku 4.5**または**Droid Core**(新しいMiniMax系の選択肢として**MiniMax M2.7**、価格最優先なら0.12倍の**MiniMax M2.5**を含む)。より高い品質や構造化出力が必要な場合は**GPT-5.2**。 | +| **反復可能な編集、要約、定型文生成** | 速度とコストのために**Haiku 4.5**または**Droid Core**(低コストなMiniMax系オプションとして**MiniMax M2.7**を含む)。より高い品質や構造化出力が必要な場合は**GPT-5.2**。 | | **CI/CDまたは自動化ループ** | 予測可能で低コストなスループットのために**Haiku 4.5**または**Droid Core**を優先。自動化により強い推論が必要な場合は**GPT-5.3-Codex**または**GPT-5.4**を使用。 | -| **大量自動化、頻繁な迅速ターン** | 迅速なフィードバックには**Haiku 4.5**。コストが重要またはエアギャップ展開が必要な場合は**Droid Core**(新しいMiniMax系の選択肢として**MiniMax M2.7**、絶対的な最安コストなら0.12倍の**MiniMax M2.5**を特に推奨)。 | +| **大量自動化、頻繁な迅速ターン** | 迅速なフィードバックには**Haiku 4.5**。コストが重要またはエアギャップ展開が必要な場合は**Droid Core**(特に**MiniMax M2.7**または**GLM-5.1**)を推奨。 | **Claude Opus 4.7**は、極めて複雑なアーキテクチャの意思決定や最大限の推論機能が必要な重要な作業に最適な新しい最上位オプションで、4月30日までプロモーション1倍マルチプライヤー(以降は2倍)で実行されます。**Claude Opus 4.6**は引き続き優れた代替選択肢であり、**Opus 4.6 Fast**はより高いコストでより高速な応答に調整されています。ほとんどのタスクにOpusレベルのパワーは不要です。Sonnet 4.6またはSonnet 4.5から始め、必要な場合のみエスカレートしてください。 @@ -78,10 +77,10 @@ keywords: ['model', 'models', 'llm', 'claude', 'sonnet', 'opus', 'haiku', 'gpt', - **Gemini 3.1 Pro**: Low / Medium / High(デフォルト:High) - **Gemini 3 Flash**: Minimal / Low / Medium / High(デフォルト:High) - **Droid Core (GLM-5)**: Noneのみ(デフォルト:None;画像サポートなし) -- **Droid Core (GLM-4.7)**: Noneのみ(デフォルト:None;画像サポートなし) +- **Droid Core (GLM-5.1)**: Noneのみ(デフォルト:None;画像サポートなし) - **Droid Core (Kimi K2.6)**: Off / High(デフォルト:High) - **Droid Core (Kimi K2.5)**: Noneのみ(デフォルト:None) -- **Droid Core (MiniMax M2.5)**: Low / Medium / High(デフォルト:High) +- **Droid Core (MiniMax M2.7)**: Low / Medium / High(デフォルト:High) 推論努力は遅延とコストを増加させます。単純な作業には低く開始し、必要に応じてエスカレートしてください。**Max**はClaude Opus 4.7、Opus 4.6ファミリー(Opus 4.6およびOpus 4.6 Fast)、Sonnet 4.6で利用可能。**Extra High**はGPT-5.4、GPT-5.2、GPT-5.2-Codex、GPT-5.3-Codexで利用可能。 @@ -97,14 +96,14 @@ Factoryは管理されたAnthropicとOpenAIアクセスを提供しています ### オープンソースモデル -**Droid Core (GLM-5)**、**Droid Core (GLM-4.7)**、**Droid Core (Kimi K2.6)**、**Droid Core (Kimi K2.5)**、**Droid Core (MiniMax M2.5)**、**Droid Core (MiniMax M2.7)**は、CLIで利用可能なオープンソースの代替モデルです。これらは以下の用途に有用です: +**Droid Core (GLM-5)**、**Droid Core (GLM-5.1)**、**Droid Core (Kimi K2.6)**、**Droid Core (Kimi K2.5)**、**Droid Core (MiniMax M2.7)**は、CLIで利用可能なオープンソースの代替モデルです。これらは以下の用途に有用です: - **エアギャップ環境** 外部API呼び出しが許可されていない場合 - **コスト重視プロジェクト** 無制限のローカル推論が必要な場合 - **プライバシー要件** コードがインフラストラクチャから離れてはいけない場合 - **実験** オープンソースモデル機能での実験 -**注:** GLM-5、GLM-4.7、MiniMax M2.5、MiniMax M2.7は画像添付をサポートしていません。Kimi K2.5とKimi K2.6は画像をサポートしています。Kimi K2.6はOff / High推論切り替えもサポートしています。MiniMax M2.5は引き続き利用可能な最安価モデル(0.12倍マルチプライヤー)で、MiniMax M2.7は汎用的なオープンソースのエージェントワークフロー向けの新しいMiniMax系オプションです。画像ベースのワークフローには、Claude、GPT、またはKimiモデルを使用してください。 +**注:** GLM-5、GLM-5.1、MiniMax M2.7は画像添付をサポートしていません。Kimi K2.5とKimi K2.6は画像をサポートしています。Kimi K2.6はOff / High推論切り替えをサポートし、MiniMax M2.7は汎用的なオープンソースのエージェントワークフロー向けにLow / Medium / High推論をサポートします。画像ベースのワークフローには、Claude、GPT、またはKimiモデルを使用してください。 オープンソースモデルを使用するには、ローカル推論サーバー(Ollamaなど)またはホストされたプロバイダーでBYOK経由で設定する必要があります。セットアップ手順については[BYOK documentation](/cli/configuration/byok)を参照してください。 diff --git a/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx b/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx index 99ddbea8..f1692667 100644 --- a/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx +++ b/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx @@ -221,7 +221,7 @@ User → ~/.factory/ | **OpenAI** | `gpt-5.1`, `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.2`, `gpt-5.2-codex`, `gpt-5.3-codex` | | **Google** | `gemini-3-pro-preview`, `gemini-3-flash-preview`, `gemini-3.1-pro-preview` | | **XAI** | `grok-code-fast-1` | -| **オープンソース** | `glm-4.7`, `glm-5`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.5`, `minimax-m2.7` | +| **オープンソース** | `glm-5`, `glm-5.1`, `kimi-k2.5`, `kimi-k2.6`, `minimax-m2.7` | --- diff --git a/docs/jp/guides/power-user/token-efficiency.mdx b/docs/jp/guides/power-user/token-efficiency.mdx index b728b5bd..4d7263d3 100644 --- a/docs/jp/guides/power-user/token-efficiency.mdx +++ b/docs/jp/guides/power-user/token-efficiency.mdx @@ -134,13 +134,13 @@ droid | モデル | 倍率 | 最適用途 | |-------|------------|----------| -| Droid Core (MiniMax M2.5) | 0.12× | 推論サポート付きの最安価オプション | +| Droid Core (MiniMax M2.7) | 0.12× | 推論サポート付きの低コストMiniMaxオプション | | Gemini 3 Flash | 0.2× | 大量タスク向けの高速・安価 | -| Droid Core (GLM-4.7) | 0.25× | バルク自動化、単純タスク | | Droid Core (Kimi K2.6) | 0.25× | コスト重視の作業、画像サポート、High推論切り替え | | Droid Core (Kimi K2.5) | 0.25× | コスト重視の作業、画像サポート | | Claude Haiku 4.5 | 0.4× | 素早い編集、ルーチンワーク | | Droid Core (GLM-5) | 0.4× | Droid Coreでより高い品質が欲しい場合の新しいオープンソースGLMモデル | +| Droid Core (GLM-5.1) | 0.4× | バルク自動化とエアギャップ環境向けの更新版GLMオプション | | GPT-5.1 / GPT-5.1-Codex | 0.5× | 実装、デバッグ | | GPT-5.2-Codex / GPT-5.3-Codex | 0.7× | Extra High推論による高度なコーディング | | Gemini 3 Pro | 0.8× | 研究、分析 | @@ -158,7 +158,7 @@ Simple edit, formatting → Haiku 4.5 (0.4×) Implement feature from spec → GPT-5.1-Codex (0.5×) Debug complex issue → Sonnet 4.5 (1.2×) Architecture planning → Opus 4.7 (2×, 4月30日まで1×) or Opus 4.6 (2×) -Bulk file processing → Droid Core (GLM-4.7 at 0.25× or GLM-5 at 0.4×) +Bulk file processing → Droid Core (MiniMax M2.7 at 0.12× or GLM-5.1 at 0.4×) ``` ### 推論エフォートの影響 diff --git a/docs/jp/pricing.mdx b/docs/jp/pricing.mdx index 239e5438..8165fe6b 100644 --- a/docs/jp/pricing.mdx +++ b/docs/jp/pricing.mdx @@ -36,7 +36,6 @@ Enterpriseの料金については[営業チームにお問い合わせ](https:/ | モデル | モデルID | | ------------------------ | ---------------------------- | -| Droid Core (MiniMax M2.5)| `minimax-m2.5` | | Droid Core (MiniMax M2.7)| `minimax-m2.7` | | Gemini 3 Flash | `gemini-3-flash-preview` | | Droid Core (Kimi K2.5) | `kimi-k2.5` | @@ -44,6 +43,7 @@ Enterpriseの料金については[営業チームにお問い合わせ](https:/ | GPT-5.4 Mini | `gpt-5.4-mini` | | Claude Haiku 4.5 | `claude-haiku-4-5-20251001` | | Droid Core (GLM-5) | `glm-5` | +| Droid Core (GLM-5.1) | `glm-5.1` | | GPT-5.2 | `gpt-5.2` | | GPT-5.2-Codex | `gpt-5.2-codex` | | GPT-5.3-Codex | `gpt-5.3-codex` | diff --git a/docs/jp/reference/cli-reference.mdx b/docs/jp/reference/cli-reference.mdx index 32d803f8..c0c7ce6c 100644 --- a/docs/jp/reference/cli-reference.mdx +++ b/docs/jp/reference/cli-reference.mdx @@ -114,11 +114,11 @@ droid exec --auto high "Run tests, commit, and push changes" | `gpt-5.2` | GPT-5.2 | Yes (Off/Low/Medium/High/Extra High) | low | | `gemini-3.1-pro-preview` | Gemini 3.1 Pro | Yes (Low/Medium/High) | high | | `gemini-3-flash-preview` | Gemini 3 Flash | Yes (Minimal/Low/Medium/High) | high | -| `glm-4.7` | Droid Core (GLM-4.7) | None only | none | | `glm-5` | Droid Core (GLM-5) | None only | none | +| `glm-5.1` | Droid Core (GLM-5.1) | None only | none | | `kimi-k2.5` | Droid Core (Kimi K2.5) | None only | none | | `kimi-k2.6` | Droid Core (Kimi K2.6) | Yes (Off/High) | high | -| `minimax-m2.5` | Droid Core (MiniMax M2.5) | Yes (Low/Medium/High) | high | +| `minimax-m2.7` | Droid Core (MiniMax M2.7) | Yes (Low/Medium/High) | high | [BYOK](/cli/configuration/byok)経由で設定されたカスタムモデルは次の形式を使用:`custom:` diff --git a/docs/pricing.mdx b/docs/pricing.mdx index 753f09dc..e394a972 100644 --- a/docs/pricing.mdx +++ b/docs/pricing.mdx @@ -36,7 +36,6 @@ Everything in Max, plus: | Model | Model ID | | ------------------------ | ---------------------------- | -| Droid Core (MiniMax M2.5)| `minimax-m2.5` | | Droid Core (MiniMax M2.7)| `minimax-m2.7` | | Gemini 3 Flash | `gemini-3-flash-preview` | | Droid Core (Kimi K2.5) | `kimi-k2.5` | @@ -44,6 +43,7 @@ Everything in Max, plus: | GPT-5.4 Mini | `gpt-5.4-mini` | | Claude Haiku 4.5 | `claude-haiku-4-5-20251001` | | Droid Core (GLM-5) | `glm-5` | +| Droid Core (GLM-5.1) | `glm-5.1` | | GPT-5.2 | `gpt-5.2` | | GPT-5.2-Codex | `gpt-5.2-codex` | | GPT-5.3-Codex | `gpt-5.3-codex` | diff --git a/docs/reference/cli-reference.mdx b/docs/reference/cli-reference.mdx index 095e7943..cc456cb0 100644 --- a/docs/reference/cli-reference.mdx +++ b/docs/reference/cli-reference.mdx @@ -114,11 +114,11 @@ droid exec --auto high "Run tests, commit, and push changes" | `gpt-5.2` | GPT-5.2 | Yes (Off/Low/Medium/High/Extra High) | low | | `gemini-3.1-pro-preview` | Gemini 3.1 Pro | Yes (Low/Medium/High) | high | | `gemini-3-flash-preview` | Gemini 3 Flash | Yes (Minimal/Low/Medium/High) | high | -| `glm-4.7` | Droid Core (GLM-4.7) | None only | none | | `glm-5` | Droid Core (GLM-5) | None only | none | +| `glm-5.1` | Droid Core (GLM-5.1) | None only | none | | `kimi-k2.5` | Droid Core (Kimi K2.5) | None only | none | | `kimi-k2.6` | Droid Core (Kimi K2.6) | Yes (Off/High) | high | -| `minimax-m2.5` | Droid Core (MiniMax M2.5) | Yes (Low/Medium/High) | high | +| `minimax-m2.7` | Droid Core (MiniMax M2.7) | Yes (Low/Medium/High) | high | Custom models configured via [BYOK](/cli/configuration/byok) use the format: `custom:` From 4994a80ede1d8f3bc0c308b83d2af55c9a44f995 Mon Sep 17 00:00:00 2001 From: Zimu Li Date: Tue, 21 Apr 2026 10:45:53 -0700 Subject: [PATCH 6/9] docs: correct MiniMax M2.7 image support Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/cli/user-guides/choosing-your-model.mdx | 4 ++-- docs/jp/cli/user-guides/choosing-your-model.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/cli/user-guides/choosing-your-model.mdx b/docs/cli/user-guides/choosing-your-model.mdx index 906844b8..f1479167 100644 --- a/docs/cli/user-guides/choosing-your-model.mdx +++ b/docs/cli/user-guides/choosing-your-model.mdx @@ -25,7 +25,7 @@ Model quality evolves quickly, and we tune the CLI defaults as the ecosystem shi | 11 | **Claude Haiku 4.5** | Fast, cost-efficient for routine tasks and high-volume automation. | | 12 | **Gemini 3.1 Pro** | Newer Gemini Pro generation with strong structured outputs and mixed reasoning controls for research-heavy tasks. | | 13 | **Gemini 3 Flash** | Fast, cheap (0.2× multiplier) with full reasoning support; great for high-volume tasks where speed matters. | -| 14 | **Droid Core (MiniMax M2.7)** | Newer MiniMax open-source model for cost-sensitive agentic workflows; no image support. | +| 14 | **Droid Core (MiniMax M2.7)** | Newer MiniMax open-source model with image support and Low / Medium / High reasoning for cost-sensitive agentic workflows. | | 15 | **Droid Core (GLM-5.1)** | Open-source, 0.4× multiplier with updated GLM capabilities; newer GLM option for bulk automation and air-gapped environments; no image support. | | 16 | **Droid Core (GLM-5)** | Open-source, 0.4× multiplier with updated GLM capabilities for bulk automation and air-gapped environments; no image support. | | 17 | **Droid Core (Kimi K2.6)** | Open-source, 0.25× multiplier with image support and optional High reasoning; good for cost-sensitive work when you still want a thinking toggle. | @@ -105,7 +105,7 @@ Factory ships with managed Anthropic and OpenAI access. If you prefer to run aga - **Privacy requirements** where code cannot leave your infrastructure - **Experimentation** with open-source model capabilities -**Note:** GLM-5, GLM-5.1, and MiniMax M2.7 do not support image attachments. Kimi K2.5 and Kimi K2.6 do support images. Kimi K2.6 also adds an Off/High reasoning toggle, while MiniMax M2.7 supports Low/Medium/High reasoning for general open-source agent workflows. For image-based workflows, use Claude, GPT, or Kimi models. +**Note:** GLM-5 and GLM-5.1 do not support image attachments. Kimi K2.5, Kimi K2.6, and MiniMax M2.7 do support images. Kimi K2.6 adds an Off/High reasoning toggle, while MiniMax M2.7 supports Low/Medium/High reasoning for general open-source agent workflows. For image-based workflows, use Claude, GPT, Kimi, or MiniMax M2.7. To use open-source models, you'll need to configure them via BYOK with a local inference server (like Ollama) or a hosted provider. See [BYOK documentation](/cli/configuration/byok) for setup instructions. diff --git a/docs/jp/cli/user-guides/choosing-your-model.mdx b/docs/jp/cli/user-guides/choosing-your-model.mdx index b41f92cf..e30f31da 100644 --- a/docs/jp/cli/user-guides/choosing-your-model.mdx +++ b/docs/jp/cli/user-guides/choosing-your-model.mdx @@ -25,7 +25,7 @@ keywords: ['model', 'models', 'llm', 'claude', 'sonnet', 'opus', 'haiku', 'gpt', | 11 | **Claude Haiku 4.5** | 日常的なタスクと大量自動化のための高速で費用効率の良いモデル。 | | 12 | **Gemini 3.1 Pro** | 構造化出力に強く、研究重視のタスク用の混合推論制御を持つ新しいGemini Pro世代。 | | 13 | **Gemini 3 Flash** | 完全な推論サポートを持つ高速・安価(0.2倍マルチプライヤー);速度が重要な大量タスクに最適。 | -| 14 | **Droid Core (MiniMax M2.7)** | コスト重視のエージェントワークフロー向けの新しいMiniMax系オープンソースモデル。画像サポートなし。 | +| 14 | **Droid Core (MiniMax M2.7)** | 画像サポートとLow / Medium / High推論を備えた、新しいMiniMax系のコスト重視エージェントワークフロー向けオープンソースモデル。 | | 15 | **Droid Core (GLM-5.1)** | 更新されたGLM機能を持つオープンソース、0.4倍マルチプライヤー;大量自動化やエアギャップ環境向けの新しいGLM系オプション。画像サポートなし。 | | 16 | **Droid Core (GLM-5)** | 大量自動化とエアギャップ環境用の更新されたGLM機能を持つオープンソース、0.4倍マルチプライヤー;画像サポートなし。 | | 17 | **Droid Core (Kimi K2.6)** | 画像サポートとOff / High推論切り替え付きオープンソース、0.25倍マルチプライヤー;思考トグルも欲しいコスト重視作業に適している。 | @@ -103,7 +103,7 @@ Factoryは管理されたAnthropicとOpenAIアクセスを提供しています - **プライバシー要件** コードがインフラストラクチャから離れてはいけない場合 - **実験** オープンソースモデル機能での実験 -**注:** GLM-5、GLM-5.1、MiniMax M2.7は画像添付をサポートしていません。Kimi K2.5とKimi K2.6は画像をサポートしています。Kimi K2.6はOff / High推論切り替えをサポートし、MiniMax M2.7は汎用的なオープンソースのエージェントワークフロー向けにLow / Medium / High推論をサポートします。画像ベースのワークフローには、Claude、GPT、またはKimiモデルを使用してください。 +**注:** GLM-5とGLM-5.1は画像添付をサポートしていません。Kimi K2.5、Kimi K2.6、MiniMax M2.7は画像をサポートしています。Kimi K2.6はOff / High推論切り替えをサポートし、MiniMax M2.7は汎用的なオープンソースのエージェントワークフロー向けにLow / Medium / High推論をサポートします。画像ベースのワークフローには、Claude、GPT、Kimi、またはMiniMax M2.7を使用してください。 オープンソースモデルを使用するには、ローカル推論サーバー(Ollamaなど)またはホストされたプロバイダーでBYOK経由で設定する必要があります。セットアップ手順については[BYOK documentation](/cli/configuration/byok)を参照してください。 From d709671124ad9abd5281ee3a32704c5b966f33c8 Mon Sep 17 00:00:00 2001 From: Zimu Li Date: Tue, 21 Apr 2026 12:46:51 -0700 Subject: [PATCH 7/9] docs: align model guidance across locales Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/cli/droid-exec/overview.mdx | 9 +++++---- docs/cli/user-guides/choosing-your-model.mdx | 12 ++++++------ docs/guides/power-user/prompt-crafting.mdx | 2 +- docs/guides/power-user/token-efficiency.mdx | 13 ++++++------- docs/jp/cli/droid-exec/overview.mdx | 9 +++++---- docs/jp/cli/user-guides/choosing-your-model.mdx | 12 ++++++------ docs/jp/guides/power-user/prompt-crafting.mdx | 2 +- docs/jp/guides/power-user/token-efficiency.mdx | 13 ++++++------- 8 files changed, 36 insertions(+), 36 deletions(-) diff --git a/docs/cli/droid-exec/overview.mdx b/docs/cli/droid-exec/overview.mdx index 56c1fe86..55bee6c6 100644 --- a/docs/cli/droid-exec/overview.mdx +++ b/docs/cli/droid-exec/overview.mdx @@ -74,15 +74,16 @@ Supported models (examples): - claude-opus-4-6 - claude-opus-4-6-fast - claude-opus-4-5-20251101 +- claude-sonnet-4-6 - claude-sonnet-4-5-20250929 - claude-haiku-4-5-20251001 -- gpt-5.1-codex -- gpt-5.1-codex-max -- gpt-5.1 - gpt-5.2 - gpt-5.2-codex - gpt-5.3-codex -- gemini-3-pro-preview +- gpt-5.3-codex-fast +- gpt-5.4 +- gpt-5.4-fast +- gpt-5.4-mini - gemini-3.1-pro-preview - gemini-3-flash-preview - glm-5 diff --git a/docs/cli/user-guides/choosing-your-model.mdx b/docs/cli/user-guides/choosing-your-model.mdx index f1479167..9fa435c4 100644 --- a/docs/cli/user-guides/choosing-your-model.mdx +++ b/docs/cli/user-guides/choosing-your-model.mdx @@ -25,10 +25,10 @@ Model quality evolves quickly, and we tune the CLI defaults as the ecosystem shi | 11 | **Claude Haiku 4.5** | Fast, cost-efficient for routine tasks and high-volume automation. | | 12 | **Gemini 3.1 Pro** | Newer Gemini Pro generation with strong structured outputs and mixed reasoning controls for research-heavy tasks. | | 13 | **Gemini 3 Flash** | Fast, cheap (0.2× multiplier) with full reasoning support; great for high-volume tasks where speed matters. | -| 14 | **Droid Core (MiniMax M2.7)** | Newer MiniMax open-source model with image support and Low / Medium / High reasoning for cost-sensitive agentic workflows. | -| 15 | **Droid Core (GLM-5.1)** | Open-source, 0.4× multiplier with updated GLM capabilities; newer GLM option for bulk automation and air-gapped environments; no image support. | +| 14 | **Droid Core (MiniMax M2.7)** | Open-source, 0.12× multiplier with reasoning support (Low/Medium/High); cheapest model available. | +| 15 | **Droid Core (GLM-5.1)** | Open-source, 0.55× multiplier with updated GLM capabilities; newer GLM option for bulk automation and air-gapped environments; no image support. | | 16 | **Droid Core (GLM-5)** | Open-source, 0.4× multiplier with updated GLM capabilities for bulk automation and air-gapped environments; no image support. | -| 17 | **Droid Core (Kimi K2.6)** | Open-source, 0.25× multiplier with image support and optional High reasoning; good for cost-sensitive work when you still want a thinking toggle. | +| 17 | **Droid Core (Kimi K2.6)** | Open-source, 0.4× multiplier with image support and optional High reasoning; good for cost-sensitive work when you still want a thinking toggle. | | 18 | **Droid Core (Kimi K2.5)** | Open-source, 0.25× multiplier with image support; older Kimi option for cost-sensitive work. | @@ -44,9 +44,9 @@ Model quality evolves quickly, and we tune the CLI defaults as the ecosystem shi | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | | **Deep planning, architecture reviews, ambiguous product specs** | Start with **Opus 4.7** for best depth and safety (1× promotional multiplier through April 30), or fall back to **Opus 4.6** / **Opus 4.6 Fast** for faster turnaround. Use **Sonnet 4.6** or **Sonnet 4.5** when you want balanced cost/quality, or **GPT-5.4** for large-context reasoning. | | **Full-feature development, large refactors** | **Opus 4.7** or **Opus 4.6** for depth and safety. **GPT-5.4**, **GPT-5.3-Codex**, or **GPT-5.2-Codex** when you need speed plus **Extra High** reasoning; **Sonnet 4.6** or **Sonnet 4.5** for balanced loops. | -| **Repeatable edits, summarization, boilerplate generation** | **Haiku 4.5** or **Droid Core** (including **MiniMax M2.7** for a low-cost MiniMax option) for speed and cost. **GPT-5.2** when you need higher quality or structured outputs. | +| **Repeatable edits, summarization, boilerplate generation** | **Haiku 4.5** or **Droid Core** (including **MiniMax M2.7** at 0.12×) for speed and cost. **GPT-5.2** when you need higher quality or structured outputs. | | **CI/CD or automation loops** | Favor **Haiku 4.5** or **Droid Core** for predictable, low-cost throughput. Use **GPT-5.3-Codex** or **GPT-5.4** when automation needs stronger reasoning. | -| **High-volume automation, frequent quick turns** | **Haiku 4.5** for speedy feedback. **Droid Core** (especially **MiniMax M2.7** or **GLM-5.1**) when cost is critical or you need air-gapped deployment. | +| **High-volume automation, frequent quick turns** | **Haiku 4.5** for speedy feedback. **Droid Core** (especially **MiniMax M2.7** at 0.12× with reasoning) when cost is critical or you need air-gapped deployment. | **Claude Opus 4.7** is the newest top-tier option for extremely complex architecture decisions or critical work where you need maximum reasoning capability—and it runs at a promotional 1× multiplier through April 30 (2× afterward). **Claude Opus 4.6** remains an excellent alternative, and **Opus 4.6 Fast** is tuned for faster responses at a higher cost. Most tasks don't require Opus-level power—start with Sonnet 4.6 or Sonnet 4.5 and escalate only if needed. @@ -105,7 +105,7 @@ Factory ships with managed Anthropic and OpenAI access. If you prefer to run aga - **Privacy requirements** where code cannot leave your infrastructure - **Experimentation** with open-source model capabilities -**Note:** GLM-5 and GLM-5.1 do not support image attachments. Kimi K2.5, Kimi K2.6, and MiniMax M2.7 do support images. Kimi K2.6 adds an Off/High reasoning toggle, while MiniMax M2.7 supports Low/Medium/High reasoning for general open-source agent workflows. For image-based workflows, use Claude, GPT, Kimi, or MiniMax M2.7. +**Note:** GLM-5 and GLM-5.1 do not support image attachments. Kimi K2.5, Kimi K2.6, and MiniMax M2.7 do support images. Kimi K2.6 adds an Off/High reasoning toggle, while MiniMax M2.7 (the cheapest model available, with 0.12× multiplier) supports Low/Medium/High reasoning. For image-based workflows, use Claude, GPT, Kimi, or MiniMax M2.7. To use open-source models, you'll need to configure them via BYOK with a local inference server (like Ollama) or a hosted provider. See [BYOK documentation](/cli/configuration/byok) for setup instructions. diff --git a/docs/guides/power-user/prompt-crafting.mdx b/docs/guides/power-user/prompt-crafting.mdx index 605b4fce..68c4a618 100644 --- a/docs/guides/power-user/prompt-crafting.mdx +++ b/docs/guides/power-user/prompt-crafting.mdx @@ -376,7 +376,7 @@ Match the model to the task: | **Feature implementation** | Sonnet 4.5 or GPT-5.1-Codex | Medium | | **Quick edits, formatting** | Haiku 4.5 | Off/Low | | **Code review** | GPT-5.1-Codex-Max | High | -| **Bulk automation** | GLM-4.7 (Droid Core) | None | +| **Bulk automation** | GLM-5 (Droid Core) | None | | **Research/analysis** | Gemini 3 Pro | High | --- diff --git a/docs/guides/power-user/token-efficiency.mdx b/docs/guides/power-user/token-efficiency.mdx index e18119c5..21707df3 100644 --- a/docs/guides/power-user/token-efficiency.mdx +++ b/docs/guides/power-user/token-efficiency.mdx @@ -134,14 +134,13 @@ Different models have different cost multipliers and capabilities. Match the mod | Model | Multiplier | Best For | |-------|------------|----------| -| Droid Core (MiniMax M2.7) | 0.12× | Low-cost MiniMax option with reasoning support | +| Droid Core (MiniMax M2.7) | 0.12× | Cheapest option with reasoning support | | Gemini 3 Flash | 0.2× | Fast, cheap for high-volume tasks | -| Droid Core (Kimi K2.6) | 0.25× | Cost-sensitive work, supports images, optional High reasoning | +| Droid Core (Kimi K2.6) | 0.4× | Cost-sensitive work, supports images, optional High reasoning | | Droid Core (Kimi K2.5) | 0.25× | Cost-sensitive work, supports images | | Claude Haiku 4.5 | 0.4× | Quick edits, routine work | -| Droid Core (GLM-5) | 0.4× | Newer open-source GLM model when you want stronger quality in Droid Core | -| Droid Core (GLM-5.1) | 0.4× | Updated GLM option for bulk automation and air-gapped environments | -| GPT-5.1 / GPT-5.1-Codex | 0.5× | Implementation, debugging | +| Droid Core (GLM-5) | 0.4× | Bulk automation, simple tasks | +| Droid Core (GLM-5.1) | 0.55× | Newer open-source GLM model when you want stronger quality in Droid Core | | GPT-5.2-Codex / GPT-5.3-Codex | 0.7× | Advanced coding with Extra High reasoning | | Gemini 3 Pro | 0.8× | Research, analysis | | Gemini 3.1 Pro | 0.8× | Research, analysis with newer Gemini generation | @@ -155,10 +154,10 @@ Different models have different cost multipliers and capabilities. Match the mod ``` Simple edit, formatting → Haiku 4.5 (0.4×) -Implement feature from spec → GPT-5.1-Codex (0.5×) +Implement feature from spec → GPT-5.3-Codex (0.7×) Debug complex issue → Sonnet 4.5 (1.2×) Architecture planning → Opus 4.7 (2×, 1× until April 30) or Opus 4.6 (2×) -Bulk file processing → Droid Core (MiniMax M2.7 at 0.12× or GLM-5.1 at 0.4×) +Bulk file processing → Droid Core (GLM-5 at 0.4× or GLM-5.1 at 0.55×) ``` ### Reasoning Effort Impact diff --git a/docs/jp/cli/droid-exec/overview.mdx b/docs/jp/cli/droid-exec/overview.mdx index 93a36e00..ec2ebdac 100644 --- a/docs/jp/cli/droid-exec/overview.mdx +++ b/docs/jp/cli/droid-exec/overview.mdx @@ -74,15 +74,16 @@ Options: - claude-opus-4-6 - claude-opus-4-6-fast - claude-opus-4-5-20251101 +- claude-sonnet-4-6 - claude-sonnet-4-5-20250929 - claude-haiku-4-5-20251001 -- gpt-5.1-codex -- gpt-5.1-codex-max -- gpt-5.1 - gpt-5.2 - gpt-5.2-codex - gpt-5.3-codex -- gemini-3-pro-preview +- gpt-5.3-codex-fast +- gpt-5.4 +- gpt-5.4-fast +- gpt-5.4-mini - gemini-3.1-pro-preview - gemini-3-flash-preview - glm-5 diff --git a/docs/jp/cli/user-guides/choosing-your-model.mdx b/docs/jp/cli/user-guides/choosing-your-model.mdx index e30f31da..f0bf9d71 100644 --- a/docs/jp/cli/user-guides/choosing-your-model.mdx +++ b/docs/jp/cli/user-guides/choosing-your-model.mdx @@ -25,10 +25,10 @@ keywords: ['model', 'models', 'llm', 'claude', 'sonnet', 'opus', 'haiku', 'gpt', | 11 | **Claude Haiku 4.5** | 日常的なタスクと大量自動化のための高速で費用効率の良いモデル。 | | 12 | **Gemini 3.1 Pro** | 構造化出力に強く、研究重視のタスク用の混合推論制御を持つ新しいGemini Pro世代。 | | 13 | **Gemini 3 Flash** | 完全な推論サポートを持つ高速・安価(0.2倍マルチプライヤー);速度が重要な大量タスクに最適。 | -| 14 | **Droid Core (MiniMax M2.7)** | 画像サポートとLow / Medium / High推論を備えた、新しいMiniMax系のコスト重視エージェントワークフロー向けオープンソースモデル。 | -| 15 | **Droid Core (GLM-5.1)** | 更新されたGLM機能を持つオープンソース、0.4倍マルチプライヤー;大量自動化やエアギャップ環境向けの新しいGLM系オプション。画像サポートなし。 | +| 14 | **Droid Core (MiniMax M2.7)** | オープンソース、0.12倍マルチプライヤーと推論サポート(Low/Medium/High)を備えた、利用可能な最安価モデル。 | +| 15 | **Droid Core (GLM-5.1)** | 更新されたGLM機能を持つオープンソース、0.55倍マルチプライヤー;大量自動化やエアギャップ環境向けの新しいGLM系オプション。画像サポートなし。 | | 16 | **Droid Core (GLM-5)** | 大量自動化とエアギャップ環境用の更新されたGLM機能を持つオープンソース、0.4倍マルチプライヤー;画像サポートなし。 | -| 17 | **Droid Core (Kimi K2.6)** | 画像サポートとOff / High推論切り替え付きオープンソース、0.25倍マルチプライヤー;思考トグルも欲しいコスト重視作業に適している。 | +| 17 | **Droid Core (Kimi K2.6)** | 画像サポートとOff / High推論切り替え付きオープンソース、0.4倍マルチプライヤー;思考トグルも欲しいコスト重視作業に適している。 | | 18 | **Droid Core (Kimi K2.5)** | 画像サポート付きオープンソース、0.25倍マルチプライヤー;旧Kimi世代のコスト重視作業に適している。 | @@ -43,9 +43,9 @@ keywords: ['model', 'models', 'llm', 'claude', 'sonnet', 'opus', 'haiku', 'gpt', | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | | **深い計画、アーキテクチャレビュー、曖昧な製品仕様** | 最高の深度と安全性には**Opus 4.7**(4月30日までプロモーション1倍マルチプライヤー)から始め、より高速なターンアラウンドには**Opus 4.6**または**Opus 4.6 Fast**にフォールバック。バランスの取れたコスト/品質には**Sonnet 4.6**または**Sonnet 4.5**、大規模コンテキスト推論には**GPT-5.4**を使用。 | | **フル機能開発、大規模リファクタリング** | 深度と安全性には**Opus 4.7**または**Opus 4.6**。速度と**Extra High**推論が必要な場合は**GPT-5.4**、**GPT-5.3-Codex**、または**GPT-5.2-Codex**;バランスの取れたループには**Sonnet 4.6**または**Sonnet 4.5**。 | -| **反復可能な編集、要約、定型文生成** | 速度とコストのために**Haiku 4.5**または**Droid Core**(低コストなMiniMax系オプションとして**MiniMax M2.7**を含む)。より高い品質や構造化出力が必要な場合は**GPT-5.2**。 | +| **反復可能な編集、要約、定型文生成** | 速度とコストのために**Haiku 4.5**または**Droid Core**(**MiniMax M2.7**(0.12倍)を含む)。より高い品質や構造化出力が必要な場合は**GPT-5.2**。 | | **CI/CDまたは自動化ループ** | 予測可能で低コストなスループットのために**Haiku 4.5**または**Droid Core**を優先。自動化により強い推論が必要な場合は**GPT-5.3-Codex**または**GPT-5.4**を使用。 | -| **大量自動化、頻繁な迅速ターン** | 迅速なフィードバックには**Haiku 4.5**。コストが重要またはエアギャップ展開が必要な場合は**Droid Core**(特に**MiniMax M2.7**または**GLM-5.1**)を推奨。 | +| **大量自動化、頻繁な迅速ターン** | 迅速なフィードバックには**Haiku 4.5**。コストが重要またはエアギャップ展開が必要な場合は**Droid Core**(特に推論付きの**MiniMax M2.7**(0.12倍))を推奨。 | **Claude Opus 4.7**は、極めて複雑なアーキテクチャの意思決定や最大限の推論機能が必要な重要な作業に最適な新しい最上位オプションで、4月30日までプロモーション1倍マルチプライヤー(以降は2倍)で実行されます。**Claude Opus 4.6**は引き続き優れた代替選択肢であり、**Opus 4.6 Fast**はより高いコストでより高速な応答に調整されています。ほとんどのタスクにOpusレベルのパワーは不要です。Sonnet 4.6またはSonnet 4.5から始め、必要な場合のみエスカレートしてください。 @@ -103,7 +103,7 @@ Factoryは管理されたAnthropicとOpenAIアクセスを提供しています - **プライバシー要件** コードがインフラストラクチャから離れてはいけない場合 - **実験** オープンソースモデル機能での実験 -**注:** GLM-5とGLM-5.1は画像添付をサポートしていません。Kimi K2.5、Kimi K2.6、MiniMax M2.7は画像をサポートしています。Kimi K2.6はOff / High推論切り替えをサポートし、MiniMax M2.7は汎用的なオープンソースのエージェントワークフロー向けにLow / Medium / High推論をサポートします。画像ベースのワークフローには、Claude、GPT、Kimi、またはMiniMax M2.7を使用してください。 +**注:** GLM-5とGLM-5.1は画像添付をサポートしていません。Kimi K2.5、Kimi K2.6、MiniMax M2.7は画像をサポートしています。Kimi K2.6はOff / High推論切り替えをサポートし、MiniMax M2.7はLow / Medium / High推論をサポートする、利用可能な最安価モデル(0.12倍マルチプライヤー)です。画像ベースのワークフローには、Claude、GPT、Kimi、またはMiniMax M2.7を使用してください。 オープンソースモデルを使用するには、ローカル推論サーバー(Ollamaなど)またはホストされたプロバイダーでBYOK経由で設定する必要があります。セットアップ手順については[BYOK documentation](/cli/configuration/byok)を参照してください。 diff --git a/docs/jp/guides/power-user/prompt-crafting.mdx b/docs/jp/guides/power-user/prompt-crafting.mdx index 72d6d9a3..00f1bc33 100644 --- a/docs/jp/guides/power-user/prompt-crafting.mdx +++ b/docs/jp/guides/power-user/prompt-crafting.mdx @@ -376,7 +376,7 @@ Geminiモデルは長いコンテキストをうまく処理し、構造化さ | **機能実装** | Sonnet 4.5またはGPT-5.1-Codex | Medium | | **クイック編集、フォーマット** | Haiku 4.5 | Off/Low | | **コードレビュー** | GPT-5.1-Codex-Max | High | -| **バルク自動化** | GLM-4.7 (Droid Core) | None | +| **バルク自動化** | GLM-5 (Droid Core) | None | | **リサーチ/分析** | Gemini 3 Pro | High | --- diff --git a/docs/jp/guides/power-user/token-efficiency.mdx b/docs/jp/guides/power-user/token-efficiency.mdx index 4d7263d3..e770e87b 100644 --- a/docs/jp/guides/power-user/token-efficiency.mdx +++ b/docs/jp/guides/power-user/token-efficiency.mdx @@ -134,14 +134,13 @@ droid | モデル | 倍率 | 最適用途 | |-------|------------|----------| -| Droid Core (MiniMax M2.7) | 0.12× | 推論サポート付きの低コストMiniMaxオプション | +| Droid Core (MiniMax M2.7) | 0.12× | 推論サポート付きで利用可能な最安価オプション | | Gemini 3 Flash | 0.2× | 大量タスク向けの高速・安価 | -| Droid Core (Kimi K2.6) | 0.25× | コスト重視の作業、画像サポート、High推論切り替え | +| Droid Core (Kimi K2.6) | 0.4× | コスト重視の作業、画像サポート、High推論切り替え | | Droid Core (Kimi K2.5) | 0.25× | コスト重視の作業、画像サポート | | Claude Haiku 4.5 | 0.4× | 素早い編集、ルーチンワーク | -| Droid Core (GLM-5) | 0.4× | Droid Coreでより高い品質が欲しい場合の新しいオープンソースGLMモデル | -| Droid Core (GLM-5.1) | 0.4× | バルク自動化とエアギャップ環境向けの更新版GLMオプション | -| GPT-5.1 / GPT-5.1-Codex | 0.5× | 実装、デバッグ | +| Droid Core (GLM-5) | 0.4× | バルク自動化、単純タスク | +| Droid Core (GLM-5.1) | 0.55× | Droid Coreでより高い品質が欲しい場合の新しいオープンソースGLMモデル | | GPT-5.2-Codex / GPT-5.3-Codex | 0.7× | Extra High推論による高度なコーディング | | Gemini 3 Pro | 0.8× | 研究、分析 | | Gemini 3.1 Pro | 0.8× | より新しいGemini世代による研究、分析 | @@ -155,10 +154,10 @@ droid ``` Simple edit, formatting → Haiku 4.5 (0.4×) -Implement feature from spec → GPT-5.1-Codex (0.5×) +Implement feature from spec → GPT-5.3-Codex (0.7×) Debug complex issue → Sonnet 4.5 (1.2×) Architecture planning → Opus 4.7 (2×, 4月30日まで1×) or Opus 4.6 (2×) -Bulk file processing → Droid Core (MiniMax M2.7 at 0.12× or GLM-5.1 at 0.4×) +Bulk file processing → Droid Core (GLM-5 at 0.4× or GLM-5.1 at 0.55×) ``` ### 推論エフォートの影響 From 8eb03557e4ed7ff1b8af6e819c5da4d31741ab82 Mon Sep 17 00:00:00 2001 From: Zimu Li Date: Tue, 21 Apr 2026 12:51:54 -0700 Subject: [PATCH 8/9] docs: clarify GLM model descriptions Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/cli/user-guides/choosing-your-model.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli/user-guides/choosing-your-model.mdx b/docs/cli/user-guides/choosing-your-model.mdx index 9fa435c4..96cf2316 100644 --- a/docs/cli/user-guides/choosing-your-model.mdx +++ b/docs/cli/user-guides/choosing-your-model.mdx @@ -26,8 +26,8 @@ Model quality evolves quickly, and we tune the CLI defaults as the ecosystem shi | 12 | **Gemini 3.1 Pro** | Newer Gemini Pro generation with strong structured outputs and mixed reasoning controls for research-heavy tasks. | | 13 | **Gemini 3 Flash** | Fast, cheap (0.2× multiplier) with full reasoning support; great for high-volume tasks where speed matters. | | 14 | **Droid Core (MiniMax M2.7)** | Open-source, 0.12× multiplier with reasoning support (Low/Medium/High); cheapest model available. | -| 15 | **Droid Core (GLM-5.1)** | Open-source, 0.55× multiplier with updated GLM capabilities; newer GLM option for bulk automation and air-gapped environments; no image support. | -| 16 | **Droid Core (GLM-5)** | Open-source, 0.4× multiplier with updated GLM capabilities for bulk automation and air-gapped environments; no image support. | +| 15 | **Droid Core (GLM-5.1)** | Open-source, 0.55× multiplier, newer GLM option for bulk automation and air-gapped environments; no image support. | +| 16 | **Droid Core (GLM-5)** | Open-source, 0.4× multiplier, stable coice for bulk automation and air-gapped environments; no image support. | | 17 | **Droid Core (Kimi K2.6)** | Open-source, 0.4× multiplier with image support and optional High reasoning; good for cost-sensitive work when you still want a thinking toggle. | | 18 | **Droid Core (Kimi K2.5)** | Open-source, 0.25× multiplier with image support; older Kimi option for cost-sensitive work. | From de4c0395f5800466796d0959ce60e8f7f928fa8b Mon Sep 17 00:00:00 2001 From: Zimu Li Date: Wed, 22 Apr 2026 22:20:32 -0700 Subject: [PATCH 9/9] docs: fix model guidance review nits Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/cli/user-guides/choosing-your-model.mdx | 4 ++-- docs/guides/power-user/token-efficiency.mdx | 2 +- docs/jp/cli/user-guides/choosing-your-model.mdx | 4 ++-- docs/jp/guides/power-user/token-efficiency.mdx | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/cli/user-guides/choosing-your-model.mdx b/docs/cli/user-guides/choosing-your-model.mdx index 96cf2316..6ab62d05 100644 --- a/docs/cli/user-guides/choosing-your-model.mdx +++ b/docs/cli/user-guides/choosing-your-model.mdx @@ -25,9 +25,9 @@ Model quality evolves quickly, and we tune the CLI defaults as the ecosystem shi | 11 | **Claude Haiku 4.5** | Fast, cost-efficient for routine tasks and high-volume automation. | | 12 | **Gemini 3.1 Pro** | Newer Gemini Pro generation with strong structured outputs and mixed reasoning controls for research-heavy tasks. | | 13 | **Gemini 3 Flash** | Fast, cheap (0.2× multiplier) with full reasoning support; great for high-volume tasks where speed matters. | -| 14 | **Droid Core (MiniMax M2.7)** | Open-source, 0.12× multiplier with reasoning support (Low/Medium/High); cheapest model available. | +| 14 | **Droid Core (MiniMax M2.7)** | Open-source, 0.12× multiplier with reasoning support (Low/Medium/High) and image support; cheapest model available. | | 15 | **Droid Core (GLM-5.1)** | Open-source, 0.55× multiplier, newer GLM option for bulk automation and air-gapped environments; no image support. | -| 16 | **Droid Core (GLM-5)** | Open-source, 0.4× multiplier, stable coice for bulk automation and air-gapped environments; no image support. | +| 16 | **Droid Core (GLM-5)** | Open-source, 0.4× multiplier, stable choice for bulk automation and air-gapped environments; no image support. | | 17 | **Droid Core (Kimi K2.6)** | Open-source, 0.4× multiplier with image support and optional High reasoning; good for cost-sensitive work when you still want a thinking toggle. | | 18 | **Droid Core (Kimi K2.5)** | Open-source, 0.25× multiplier with image support; older Kimi option for cost-sensitive work. | diff --git a/docs/guides/power-user/token-efficiency.mdx b/docs/guides/power-user/token-efficiency.mdx index 21707df3..ed970a92 100644 --- a/docs/guides/power-user/token-efficiency.mdx +++ b/docs/guides/power-user/token-efficiency.mdx @@ -136,9 +136,9 @@ Different models have different cost multipliers and capabilities. Match the mod |-------|------------|----------| | Droid Core (MiniMax M2.7) | 0.12× | Cheapest option with reasoning support | | Gemini 3 Flash | 0.2× | Fast, cheap for high-volume tasks | -| Droid Core (Kimi K2.6) | 0.4× | Cost-sensitive work, supports images, optional High reasoning | | Droid Core (Kimi K2.5) | 0.25× | Cost-sensitive work, supports images | | Claude Haiku 4.5 | 0.4× | Quick edits, routine work | +| Droid Core (Kimi K2.6) | 0.4× | Cost-sensitive work, supports images, optional High reasoning | | Droid Core (GLM-5) | 0.4× | Bulk automation, simple tasks | | Droid Core (GLM-5.1) | 0.55× | Newer open-source GLM model when you want stronger quality in Droid Core | | GPT-5.2-Codex / GPT-5.3-Codex | 0.7× | Advanced coding with Extra High reasoning | diff --git a/docs/jp/cli/user-guides/choosing-your-model.mdx b/docs/jp/cli/user-guides/choosing-your-model.mdx index f0bf9d71..2f9afdf5 100644 --- a/docs/jp/cli/user-guides/choosing-your-model.mdx +++ b/docs/jp/cli/user-guides/choosing-your-model.mdx @@ -25,9 +25,9 @@ keywords: ['model', 'models', 'llm', 'claude', 'sonnet', 'opus', 'haiku', 'gpt', | 11 | **Claude Haiku 4.5** | 日常的なタスクと大量自動化のための高速で費用効率の良いモデル。 | | 12 | **Gemini 3.1 Pro** | 構造化出力に強く、研究重視のタスク用の混合推論制御を持つ新しいGemini Pro世代。 | | 13 | **Gemini 3 Flash** | 完全な推論サポートを持つ高速・安価(0.2倍マルチプライヤー);速度が重要な大量タスクに最適。 | -| 14 | **Droid Core (MiniMax M2.7)** | オープンソース、0.12倍マルチプライヤーと推論サポート(Low/Medium/High)を備えた、利用可能な最安価モデル。 | +| 14 | **Droid Core (MiniMax M2.7)** | オープンソース、0.12倍マルチプライヤーと推論サポート(Low/Medium/High)に加えて画像サポートを備えた、利用可能な最安価モデル。 | | 15 | **Droid Core (GLM-5.1)** | 更新されたGLM機能を持つオープンソース、0.55倍マルチプライヤー;大量自動化やエアギャップ環境向けの新しいGLM系オプション。画像サポートなし。 | -| 16 | **Droid Core (GLM-5)** | 大量自動化とエアギャップ環境用の更新されたGLM機能を持つオープンソース、0.4倍マルチプライヤー;画像サポートなし。 | +| 16 | **Droid Core (GLM-5)** | オープンソース、0.4倍マルチプライヤー;大量自動化やエアギャップ環境向けの安定した選択肢。画像サポートなし。 | | 17 | **Droid Core (Kimi K2.6)** | 画像サポートとOff / High推論切り替え付きオープンソース、0.4倍マルチプライヤー;思考トグルも欲しいコスト重視作業に適している。 | | 18 | **Droid Core (Kimi K2.5)** | 画像サポート付きオープンソース、0.25倍マルチプライヤー;旧Kimi世代のコスト重視作業に適している。 | diff --git a/docs/jp/guides/power-user/token-efficiency.mdx b/docs/jp/guides/power-user/token-efficiency.mdx index e770e87b..b32d4ff2 100644 --- a/docs/jp/guides/power-user/token-efficiency.mdx +++ b/docs/jp/guides/power-user/token-efficiency.mdx @@ -136,9 +136,9 @@ droid |-------|------------|----------| | Droid Core (MiniMax M2.7) | 0.12× | 推論サポート付きで利用可能な最安価オプション | | Gemini 3 Flash | 0.2× | 大量タスク向けの高速・安価 | -| Droid Core (Kimi K2.6) | 0.4× | コスト重視の作業、画像サポート、High推論切り替え | | Droid Core (Kimi K2.5) | 0.25× | コスト重視の作業、画像サポート | | Claude Haiku 4.5 | 0.4× | 素早い編集、ルーチンワーク | +| Droid Core (Kimi K2.6) | 0.4× | コスト重視の作業、画像サポート、High推論切り替え | | Droid Core (GLM-5) | 0.4× | バルク自動化、単純タスク | | Droid Core (GLM-5.1) | 0.55× | Droid Coreでより高い品質が欲しい場合の新しいオープンソースGLMモデル | | GPT-5.2-Codex / GPT-5.3-Codex | 0.7× | Extra High推論による高度なコーディング |