Đã copy vào clipboard!

Cài đặt Claude Code CLI

Hướng dẫn cấu hình Proxy Server để sử dụng Claude CLI ổn định tại Việt Nam.
1
Cài đặt công cụ

Yêu cầu: Máy tính đã cài đặt NodeJS (v18 trở lên). Mở Terminal và chạy lệnh:

npm install -g @anthropic-ai/claude-code
2
Cấu hình môi trường
PowerShell
# 1. Config Proxy $env:ANTHROPIC_BASE_URL="https://api.wokushop.com" # 2. Config Key $env:ANTHROPIC_API_KEY="API_KEY_WOKU_SHOP" # 3. Timeout (5 minutes) $env:API_TIMEOUT_MS="300000" # 4. Start Claude claude
CMD
:: 1. Config Proxy set ANTHROPIC_BASE_URL=https://api.wokushop.com :: 2. Config Key set ANTHROPIC_API_KEY=API_KEY_WOKU_SHOP :: 3. Timeout set API_TIMEOUT_MS=300000 :: 4. Start Claude claude
Terminal (Zsh/Bash)
export ANTHROPIC_BASE_URL="https://api.wokushop.com" export ANTHROPIC_API_KEY="API_KEY_WOKU_SHOP" export API_TIMEOUT_MS="300000" claude
3
Danh sách Models
💡
Để đổi model trong CLI, hãy gõ lệnh:
/model [tên_model]
claude-3-haiku-20240307
Anthropic
claude-haiku-4-5-20251001
Anthropic
claude-opus-4-1-20250805
Anthropic
claude-opus-4-20250514
Anthropic
claude-opus-4-5-20251101
Anthropic
claude-opus-4-6
Anthropic
claude-opus-4-7
Anthropic
claude-sonnet-4-20250514
Anthropic
claude-sonnet-4-5-20250929
Anthropic
claude-sonnet-4-6
Anthropic
deepseek-v4-flash
Anthropic
deepseek-v4-pro
Anthropic
grok-4
Anthropic
grok-4-fast
Anthropic
grok-4.1
Anthropic
grok-4.1-fast
Anthropic
grok-4.2
Anthropic
grok-4.2-fast
Anthropic
grok-4.3
Anthropic
© 2026 Woku Shop. All rights reserved.