Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cli/configuration/mixed-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ Here are some effective model combinations for different scenarios:
**Best for:** Most development workflows, flexible reasoning control

- **Default model:** Haiku 4.5 or Sonnet 4.5 (select reasoning of your choice if supported)
- **Spec mode model:** Opus 4.7 (reasoning: high) or Sonnet 4.5 (reasoning: high)
- **Benefits:** Fast implementation with deep planning analysis. Opus 4.7 offers **Max** reasoning for the most thorough planning.
- **Spec mode model:** Opus 4.8 (reasoning: high) or Sonnet 4.5 (reasoning: high)
- **Benefits:** Fast implementation with deep planning analysis. Opus 4.8 offers **Max** reasoning for the most thorough planning.

### OpenAI Models

Expand Down
16 changes: 8 additions & 8 deletions docs/cli/user-guides/choosing-your-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,17 @@ This guide was last updated on Wednesday, June 3rd 2026.

| Scenario | Recommended model |
| ---------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **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. |
| **Deep planning, architecture reviews, ambiguous product specs** | Start with **Opus 4.8** for best depth and safety, or fall back to **Opus 4.7** / **Opus 4.6** 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.8** or **Opus 4.7** 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** 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** at 0.12× with reasoning) when cost is critical or you need air-gapped deployment. |

<Tip>
**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.
**Claude Opus 4.8** is the newest top-tier option for extremely complex architecture decisions or critical
work where you need maximum reasoning capability. **Claude Opus 4.7** and **Claude Opus 4.6** remain
excellent alternatives, 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.
</Tip>

Tip: you can swap models mid-session with `/model` or by toggling in the settings panel (`Shift+Tab` → **Settings**).
Expand All @@ -100,6 +99,7 @@ Tip: you can swap models mid-session with `/model` or by toggling in the setting

## 4 · Reasoning effort settings

- **Opus 4.8**: Off / Low / Medium / High / **Max** (default: High)
- **Opus 4.7**: Off / Low / Medium / High / **Max** (default: High)
- **Opus 4.6 / Opus 4.6 Fast**: Off / Low / Medium / High / **Max** (default: High)
- **Sonnet 4.6**: Off / Low / Medium / High / **Max** (default: High)
Expand All @@ -116,7 +116,7 @@ Tip: you can swap models mid-session with `/model` or by toggling in the setting
- **Droid Core (Kimi K2.5)**: None only (default: None)
- **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.
Reasoning effort increases latency and cost—start low for simple work and escalate as needed. **Max** is available on Claude Opus 4.8, 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.

<Tip>Change reasoning effort from `/model` → **Reasoning effort**, or via the settings menu.</Tip>

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/power-user/prompt-crafting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Match the model to the task:

| Task Type | Recommended Model | Reasoning Level |
| --------------------------- | --------------------------- | --------------- |
| **Complex architecture** | Opus 4.7 or Opus 4.6 | High-Max |
| **Complex architecture** | Opus 4.8 or Opus 4.7 | High-Max |
| **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 |
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/power-user/token-efficiency.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ See [Available Models](/models) for current model multipliers.
Simple edit, formatting → Haiku 4.5 (0.4×)
Implement feature from spec → GPT-5.3-Codex (0.7×)
Debug complex issue → Sonnet 4.5 (1.2×)
Architecture planning → Opus 4.7 (1x, 2x after 4/30) or Opus 4.6 (2×)
Architecture planning → Opus 4.8 (2×) or Opus 4.7 (2×)
Bulk file processing → Droid Core (MiniMax M2.7 at 0.12× or Kimi K2.6 at 0.4×)
```

Expand Down
4 changes: 2 additions & 2 deletions docs/jp/cli/configuration/mixed-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ keywords: ['mixed models', 'spec mode model', 'model configuration', 'multiple m
**最適用途:** ほとんどの開発ワークフロー、柔軟な推論制御

- **デフォルトモデル:** Haiku 4.5 または Sonnet 4.5(サポートされている場合は任意の推論を選択)
- **仕様モードモデル:** Opus 4.7(推論: high)または Sonnet 4.5(推論: high)
- **利点:** 深い計画分析による高速実装。Opus 4.7 は最も徹底的な計画のために **Max** 推論を提供します。
- **仕様モードモデル:** Opus 4.8(推論: high)または Sonnet 4.5(推論: high)
- **利点:** 深い計画分析による高速実装。Opus 4.8 は最も徹底的な計画のために **Max** 推論を提供します。

### OpenAI モデル

Expand Down
9 changes: 5 additions & 4 deletions docs/jp/cli/user-guides/choosing-your-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ 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**。 |
| **深い計画立案、アーキテクチャレビュー、曖昧な製品仕様** | 最高の深度と安全性のため**Opus 4.8**から始める、またはより高速な処理のため**Opus 4.7** / **Opus 4.6**にフォールバック。バランスの取れたコスト/品質なら**Sonnet 4.6**または**Sonnet 4.5**、大規模コンテキスト推論なら**GPT-5.4**を使用。 |
| **フルフィーチャー開発、大規模リファクタリング** | 深度と安全性のため**Opus 4.8**または**Opus 4.7**。スピードと**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.7**を含む)。より高い品質や構造化出力が必要な場合は**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.7**)。 |

<Tip>
**Claude Opus 4.7**は、極めて複雑なアーキテクチャの決定や最大限の推論能力が必要な重要な作業のための最新の最上位オプションで、4月30日まで1×特別価格で利用できます(その後2×)。**Claude Opus 4.6**は優秀な代替案であり、**Opus 4.6 Fast**はより高いコストでより高速な応答に調整されています。ほとんどのタスクはOpusレベルのパワーを必要としません—Sonnet 4.6またはSonnet 4.5から始めて、必要な場合のみエスカレートしてください。
**Claude Opus 4.8**は、極めて複雑なアーキテクチャの決定や最大限の推論能力が必要な重要な作業のための最新の最上位オプションです。**Claude Opus 4.7**と**Claude Opus 4.6**は優秀な代替案であり、**Opus 4.6 Fast**はより高いコストでより高速な応答に調整されています。ほとんどのタスクはOpusレベルのパワーを必要としません—Sonnet 4.6またはSonnet 4.5から始めて、必要な場合のみエスカレートしてください。
</Tip>

ヒント:`/model`またはセッティングパネル(`Shift+Tab` → **Settings**)で切り替えることで、セッション中にモデルを変更できます。
Expand All @@ -78,6 +78,7 @@ keywords: ['model', 'models', 'llm', 'claude', 'sonnet', 'opus', 'haiku', 'gpt',

## 4 · 推論努力設定

- **Opus 4.8**: Off / Low / Medium / High / **Max**(デフォルト:High)
- **Opus 4.7**: Off / Low / Medium / High / **Max**(デフォルト:High)
- **Opus 4.6 / Opus 4.6 Fast**: Off / Low / Medium / High / **Max**(デフォルト:High)
- **Sonnet 4.6**: Off / Low / Medium / High / **Max**(デフォルト:High)
Expand All @@ -94,7 +95,7 @@ keywords: ['model', 'models', 'llm', 'claude', 'sonnet', 'opus', 'haiku', 'gpt',
- **Droid Core (Kimi K2.5)**: Noneのみ(デフォルト:None)
- **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で利用可能です。
推論努力は遅延とコストを増加させます—シンプルな作業では低めから始めて、必要に応じてエスカレートしてください。**Max**はClaude Opus 4.8、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で利用可能です。

<Tip>
推論努力は`/model` → **Reasoning effort**から、またはセッティングメニューから変更できます。
Expand Down
2 changes: 1 addition & 1 deletion docs/jp/guides/power-user/prompt-crafting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ Gemini モデルは長いコンテキストを適切に処理し、構造化さ

| タスクタイプ | 推奨モデル | 推論レベル |
| ---------------- | ---------------------------- | -------- |
| **複雑なアーキテクチャ** | Opus 4.7 または Opus 4.6 | High-Max |
| **複雑なアーキテクチャ** | Opus 4.8 または Opus 4.7 | High-Max |
| **機能実装** | Sonnet 4.5 または GPT-5.1-Codex | Medium |
| **簡単な編集、フォーマット** | Haiku 4.5 | Off/Low |
| **コードレビュー** | GPT-5.1-Codex-Max | High |
Expand Down
2 changes: 1 addition & 1 deletion docs/jp/guides/power-user/token-efficiency.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ droid
Simple edit, formatting → Haiku 4.5 (0.4×)
Implement feature from spec → GPT-5.3-Codex (0.7×)
Debug complex issue → Sonnet 4.5 (1.2×)
Architecture planning → Opus 4.7 (1x, 2x after 4/30) or Opus 4.6 (2×)
Architecture planning → Opus 4.8 (2×) or Opus 4.7 (2×)
Bulk file processing → Droid Core (MiniMax M2.7 at 0.12× or Kimi K2.6 at 0.4×)
```
### 推論努力の影響
Expand Down
Loading