Opus and Sonnet with 1M context window is available to me through Teams subscription. When I run Claude through moat, it defaults to regular model and it is impossible to switch to 1M version:
/model opus[1M]
⎿ Opus 4.6 with 1M context is not available for your account. Learn more: https://code.claude.com/docs/en/model-config#extended-context-with-1m
There is a workaround, setting ANTHROPIC_MODEL: opus[1m] in moat.yaml works and container boots with opus[1m] enabled.
Opus and Sonnet with 1M context window is available to me through Teams subscription. When I run Claude through moat, it defaults to regular model and it is impossible to switch to 1M version:
There is a workaround, setting
ANTHROPIC_MODEL: opus[1m]in moat.yaml works and container boots withopus[1m]enabled.