docs: align GPT-5.5 model references

This commit is contained in:
ilseob lee
2026-04-28 08:44:34 +09:00
committed by YeonGyu-Kim
parent 44216a538e
commit 766cdaf893
11 changed files with 183 additions and 116 deletions
+4 -4
View File
@@ -13,7 +13,7 @@
// Deep autonomous worker: end-to-end implementation
"hephaestus": {
"model": "openai/gpt-5.4",
"model": "openai/gpt-5.5",
"prompt_append": "Explore thoroughly, then implement. Prefer small, testable changes.",
},
@@ -23,7 +23,7 @@
},
// Architecture consultant: complex design and debugging
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
"oracle": { "model": "openai/gpt-5.5", "variant": "high" },
// Documentation and code search
"librarian": { "model": "google/gemini-3-flash" },
@@ -53,8 +53,8 @@
"unspecified-high": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
"writing": { "model": "google/gemini-3-flash" },
"visual-engineering": { "model": "google/gemini-3.1-pro", "variant": "high" },
"deep": { "model": "openai/gpt-5.4" },
"ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" },
"deep": { "model": "openai/gpt-5.5" },
"ultrabrain": { "model": "openai/gpt-5.5", "variant": "xhigh" },
},
// Conservative concurrency for cost control