docs: add model redirect and clarify guidance

This commit is contained in:
Peter Steinberger
2026-01-06 23:52:51 +01:00
parent 6d4cc28c4c
commit 658ca205a9
2 changed files with 9 additions and 1 deletions

View File

@@ -28,6 +28,14 @@
{
"source": "/cron/",
"destination": "/cron-jobs"
},
{
"source": "/model",
"destination": "/models"
},
{
"source": "/model/",
"destination": "/models"
}
],
"navigation": {

View File

@@ -14,7 +14,7 @@ that prefers tool-call + image-capable models and maintains ordered fallbacks.
## Model recommendations
Through testing, weve 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 youre 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 youre going all-in on Claude, we recommend the Max $200 subscription: https://claude.com/pricing
## Command tree (draft)