Skip to content
Automation
Command

/premium-mode

Switch Octopus model routing to the configured premium tier

From plugin
octo
4.1k53 skills49 agents53 commands18 hooks
Install
> /plugin marketplace add nyldn/claude-octopus

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/premium-mode

Context preview

What this command does when you run it.

Switch Octopus model routing to the configured premium tier

Command definition

premium-mode.md
command: premium-mode
disable-model-invocation: true
description: Switch Octopus model routing to the configured premium tier
allowed-tools: Bash

Premium Cost Mode

**Your first output line MUST be:** `๐Ÿ™ Octopus Cost Mode: Premium`

This v10 compatibility command selects the Premium option from `/octo:model-config`. It is scheduled for removal in v11.

Run this command with the Bash tool:

OCTO_ROOT="${CLAUDE_PLUGIN_ROOT:-${HOME}/.claude-octopus/plugin}"
helper="$OCTO_ROOT/scripts/helpers/octo-model-config.sh"
if [[ ! -x "$helper" ]]; then
  echo "ERROR: Claude Octopus model-config helper is unavailable. Run /octo:setup." >&2
  exit 1
fi
"$helper" cost-mode premium &&
  "$helper" cost-mode status

Report the helper output exactly. The selection persists in `~/.claude-octopus/config/providers.json`; do not edit the user's shell profile.

Ships withocto

Every AI model has blind spots. Claude Octopus supports twelve external provider integrations โ€” Codex, Antigravity CLI, Copilot, Qwen, Ollama, Perplexity, OpenRouter, OrcaRouter, OpenCode, Cursor CLI, Grok, and Kimi Code โ€” alongside the built-in Claude Code

Get the whole plugin

Other commands on octo.