Qwen/Qwen3.5-397B-A17B, MiniMaxAI/MiniMax-M2.5, MiniMaxAI/MiniMax-M2.7, and kimi-k2.6. For model pricing, see the model catalog.
This guide covers both the command-line tool and the VS Code extension.
Configure the CLI
1. Install Claude Code
Install the CLI by following Anthropic’s official instructions.2. Configure environment variables
Create an API Key on the API Keys page, then set the following environment variables:~/.zshrc or ~/.bashrc and restart the terminal.
Keep your API Key secure, and never commit it to Git. Environment variables are recommended.
Optionally, set a fast model for lightweight background tasks:
ANTHROPIC_SMALL_FAST_MODEL variable is deprecated. Use ANTHROPIC_DEFAULT_HAIKU_MODEL instead.
3. Run Claude Code
Run Claude Code from your project directory and pass the model name exactly as it appears on the platform:Configure the VS Code Extension
1. Install the extension
Open Extensions in VS Code (Ctrl+Shift+X / Cmd+Shift+X), search for claude, and install Claude Code for VS Code by Anthropic.

2. Configure the connection
Create or edit~/.claude/settings.json, then add the configuration below. Replace <API_KEY> with your ScitiX API Key.
After saving, reload the VS Code window so the settings take effect.


