Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.21 KB

File metadata and controls

32 lines (18 loc) · 1.21 KB

Settings

This directory contains sample Claude Code settings configurations for different setups.

All configurations include:

  • Custom base URLs or API endpoints for different providers
  • Authentication token placeholders
  • Model specifications for each provider
  • Disabled telemetry and non-essential traffic for development

Available Settings

Configuration for using Claude Code with GitHub Copilot proxy setup. Points to localhost:4141 for the Anthropic API base URL.

Configuration for using Claude Code with LiteLLM gateway setup. Points to localhost:4000 for the Anthropic API base URL.

Configuration for using Claude Code with Qwen models via Alibaba's DashScope API. Uses the Qwen3-Coder-Plus model through a claude-code-proxy.

Configuration for using Claude Code with SiliconFlow API. Uses the Moonshot AI Kimi-K2-Instruct model.

Configuration for using Claude Code with Google Cloud Vertex AI. Uses Claude Opus 4 model with Google Cloud project settings.