JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1192
  • Score
    100M100P100Q110386F
  • License MIT

Claude Code 多模型代理 — 一键切换 DeepSeek、Qwen、GLM、Moonshot 等国产大模型,协议自动转换,零配置即用。LLM API proxy for Claude Code with DeepSeek, Qwen, Anthropic, OpenAI support.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (api-switch-cc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    api-switch-cc

    Claude Code 多模型代理 — 一键切换 DeepSeek、Qwen(通义千问)、GLM(智谱)、Moonshot(月之暗面)等国产大模型。协议自动转换,零配置即用。 LLM API proxy for Claude Code — route to DeepSeek, Qwen, GLM, Moonshot and more with automatic protocol conversion.

    npm install -g api-switch-cc
    
    api-switch provider add deepseek --key sk-xxx
    api-switch use deepseek-chat
    api-switch serve

    Usage

    # Install globally
    npm install -g api-switch-cc
    
    # Or run directly
    npx api-switch-cc provider add qwen --key sk-xxx
    npx api-switch-cc serve

    See the full documentation on GitHub.

    Supported platforms

    • Linux (amd64, arm64)
    • macOS (amd64, arm64)
    • Windows (amd64)