From 4b6dfc9077c1f89e1f13d2fd8096a3ea9589abf8 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sun, 5 Apr 2026 14:09:58 +0900 Subject: [PATCH] docs(orchestration): fix deep category model GPT-5.3 Codex -> GPT-5.4 --- docs/guide/orchestration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/orchestration.md b/docs/guide/orchestration.md index edc0dc8e3..5bf542cd2 100644 --- a/docs/guide/orchestration.md +++ b/docs/guide/orchestration.md @@ -299,7 +299,7 @@ task({ category: "quick", prompt: "..." }); // "Just get it done fast" | `ultrabrain` | GPT-5.4 (xhigh) | Deep logical reasoning, complex architecture decisions | | `artistry` | Gemini 3.1 Pro (high) | Highly creative or artistic tasks, novel ideas | | `quick` | GPT-5.4 Mini | Trivial tasks - single file changes, typo fixes | -| `deep` | GPT-5.3 Codex (medium) | Goal-oriented autonomous problem-solving, thorough research | +| `deep` | GPT-5.4 (medium) | Goal-oriented autonomous problem-solving, thorough research | | `unspecified-low` | Claude Sonnet 4.6 | Tasks that don't fit other categories, low effort | | `unspecified-high` | Claude Opus 4.6 (max) | Tasks that don't fit other categories, high effort | | `writing` | Gemini 3 Flash | Documentation, prose, technical writing |