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 project setup via interactive Q&A, creating conductor/ artifacts for product definition, guidelines, tech stack, workflow, and style guides.
/setupWalks an enterprise admin through configuring the Claude Office add-in to call their own cloud (Vertex, Bedrock, Foundry, or gateway), producing a customized manifest.xml for M365 deployment.
/setupChecks local Codex CLI readiness, prompts to install if unavailable via npm, and optionally toggles stop-time review gate.
/setupInteractive setup wizard that detects installed AI providers, configures authentication, and optimizes token usage. Auto-runs on first install and surfaces a status dashboard on manual invocation.