/login command/login in any project channel. Kimaki walks you through a short flow:/login │ ▼ ┌──────────┐ ┌──────────┐ ┌──────────┐ │ provider │ ───▶ │ method │ ───▶ │ auth │ │ (anth/ │ │ (OAuth/ │ │ (modal) │ │ openai) │ │ key) │ │ │ └──────────┘ └──────────┘ └──────────┘
/login at all.12345678910# List all stored Anthropic + OpenAI accounts (active one marked) kimaki multioauth list # Per-provider management kimaki multioauth anthropic list kimaki multioauth anthropic remove <index-or-email> kimaki multioauth openai list kimaki multioauth openai check # test all accounts for usage limits kimaki multioauth openai remove <index-or-email>
/model — choose provider, model, and (if supported) a thinking-level variant. Store it per session, per channel, or globally./<name>-agent command. This is faster than the /model menus when you switch often./login method step and paste it. You can also set the model directly in your project's opencode.json:123{ "model": "anthropic/claude-sonnet-4-20250514" }
provider/model-name, for example openai/gpt-5.3-codex or google/gemini-3-pro-preview.