docs: add model redirect and clarify guidance
This commit is contained in:
@@ -28,6 +28,14 @@
|
||||
{
|
||||
"source": "/cron/",
|
||||
"destination": "/cron-jobs"
|
||||
},
|
||||
{
|
||||
"source": "/model",
|
||||
"destination": "/models"
|
||||
},
|
||||
{
|
||||
"source": "/model/",
|
||||
"destination": "/models"
|
||||
}
|
||||
],
|
||||
"navigation": {
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user