AI

AI One Hub

aionehub.net

Go to AI One

Setup Guides Quick Start for Claude

Quick Start for Claude

This guide is for Claude CLI and uses CCSwitch to configure the API endpoint, auth field, and terminal bootstrap flow.

View full explainer
Claude setupUpdated: 2026-05-14Read time: 7 min

Intro

Use CCSwitch to finish a fast Claude CLI setup.

Who this is for

  • Claude CLI users

Required tools

CCSwitch (download for your system)

Windows

https://github.com/farion1231/cc-switch/releases/download/v3.14.1/CC-Switch-v3.14.1-Windows.msi

macOS

https://github.com/farion1231/cc-switch/releases/download/v3.14.1/CC-Switch-v3.14.1-macOS.dmg

Claude CLI

npm install -g @anthropic-ai/claude-code

VSCode

https://vscode.download.prss.microsoft.com/dbazure/download/stable/10c8e557c8b9f9ed0a87f61f1c9a44bde731c409/VSCodeUserSetup-x64-1.117.0.exe

Notes

  • For Claude, the API URL is different from Codex and does not need the /v1 suffix.
  • Use the claude_code or official Claude relay group when possible.

Steps

Step 1: Open CCSwitch and create a config

Download the correct CCSwitch version for your OS.

Open CCSwitch, choose Codex, and click the + button in the top-right corner.

Quick Start for Claude-Open CCSwitch and create a config

Step 2: Fill in provider details

Set the provider name to ai-one and leave the website field empty.

Quick Start for Claude-Fill in provider details

Step 3: Get your token

Open https://ai-one.vip and copy your token from token management.

Quick Start for Claude-Get your token

Step 4: Fill in API details

Paste the copied key into the API Key field.

Set the API request URL to https://ai-one.vip without the /v1 suffix.

Quick Start for Claude-Fill in API details

Step 5: Configure advanced options

Set the auth field to ANTHROPIC_API_KEY, leave model mapping empty, and click Add.

Quick Start for Claude-Configure advanced options

Step 6: Open the Claude terminal

Use the shown button to open a Claude terminal quickly.

Quick Start for Claude-Open the Claude terminal

Step 7: Initialization confirmation 1

Choose Yes in the first prompt.

Quick Start for Claude-Initialization confirmation 1

Step 8: Initialization confirmation 2

Choose Yes again in the second prompt.

Quick Start for Claude-Initialization confirmation 2

Step 9: Start chatting

After initialization, Claude is ready for chat.

Quick Start for Claude-Start chatting

Step 10: Switch models

Run /model to choose another model.

Quick Start for Claude-Switch models

Summary

Setup is complete and Claude CLI can now call models through the configured endpoint.