diff --git a/docs/docs.json b/docs/docs.json index 0bd5a3eb2..81e9c15ce 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -28,6 +28,14 @@ { "source": "/cron/", "destination": "/cron-jobs" + }, + { + "source": "/model", + "destination": "/models" + }, + { + "source": "/model/", + "destination": "/models" } ], "navigation": { diff --git a/docs/models.md b/docs/models.md index 6739bdd4e..2918bda8d 100644 --- a/docs/models.md +++ b/docs/models.md @@ -14,7 +14,7 @@ that prefers tool-call + image-capable models and maintains ordered fallbacks. ## Model recommendations -Through testing, we’ve found Anthropic Opus 4.5 is the most useful general-purpose model for anything coding-related. We suggest GPT 5.2 Codex as another strong option. For personal assistant work, nothing comes close to Opus. If you’re going all-in on Claude, we recommend the Max $200 subscription: https://claude.com/pricing +Through testing, we suggest GPT-5.2 Codex as a strong option for coding. But as a general-purpose agent for Clawdbot, nothing comes close to Anthropic Opus 4.5. If you’re going all-in on Claude, we recommend the Max $200 subscription: https://claude.com/pricing ## Command tree (draft)