From fireconnect
Configure Claude Code to use Fireworks Anthropic-compatible models via FireConnect.
How this command is triggered — by the user, by Claude, or both
Slash command
/fireconnect:setup [--scope user|project] [--model accounts/fireworks/models/...]The summary Claude sees in its command listing — used to decide when to auto-load this command
Configure Claude Code to use Fireworks through the Anthropic-compatible Messages API. ## One-Step Onboarding Install Claude Code first: Then run the FireConnect installer from a terminal: The installer requires `claude` on your `PATH` and prompts once for your Fireworks API key. Create one here: Then restart Claude Code and send a small test prompt: For non-interactive setup, provide the key as an environment variable: ## Default Model Mapping Short model IDs are expanded before writing settings. ## Change Models Later Restart Claude Code after changing model mappings.
Configure Claude Code to use Fireworks through the Anthropic-compatible Messages API.
Install Claude Code first:
https://docs.anthropic.com/en/docs/claude-code
Then run the FireConnect installer from a terminal:
curl -fsSL https://raw.githubusercontent.com/fw-ai/fireconnect/main/install.sh | bash
The installer requires claude on your PATH and prompts once for your Fireworks API key. Create one here:
https://app.fireworks.ai/settings/users/api-keys
Then restart Claude Code and send a small test prompt:
hi
For non-interactive setup, provide the key as an environment variable:
curl -fsSL https://raw.githubusercontent.com/fw-ai/fireconnect/main/install.sh | FIREWORKS_API_KEY="fw_..." bash
opus -> kimi-k2p6-turbo
sonnet -> glm-5p1
haiku -> minimax-m2p5
subagent -> minimax-m2p5
Short model IDs are expanded before writing settings.
/fireconnect:set-models --show
/fireconnect:set-models
/fireconnect:set-models --opus kimi-k2p6-turbo --sonnet glm-5p1 --haiku minimax-m2p5 --subagent minimax-m2p5
Restart Claude Code after changing model mappings.
npx claudepluginhub fw-ai/fireconnect --plugin fireconnect/setupInitializes or resumes Conductor project setup by creating foundational documentation (product definition, tech stack, workflow, style guides) through interactive Q&A.
/setupChecks whether the local Codex CLI is ready and optionally toggles the stop-time review gate. If Codex is not installed, prompts the user to install it via npm.
/setupGuides enterprise admin through provisioning a cloud backend (Vertex/Bedrock/Foundry/gateway) for the Claude Office add-in, handles admin consent, and generates a deployable manifest.xml.
/setupDetects ghost installations of the claude-hud plugin by checking cache and registry state, and offers cleanup of orphaned files.
/setupInteractive setup wizard that detects installed AI providers, configures auth, and optimizes token usage for the Octopus ecosystem. Runs on first install or manual invocation.