# Мост LiteLLM для цепочки Claude Code -> FreeQwenApi -> Qwen Chat # Сначала запустите FreeQwenApi: SKIP_ACCOUNT_MENU=true npm start # Потом запустите LiteLLM: litellm --config examples/litellm/qwen_litellm.yaml --host 127.0.0.1 --port 4000 model_list: - model_name: qwen3.7-max litellm_params: model: openai/qwen3.7-max api_base: http://localhost:3264/api api_key: dummy-key - model_name: qwen3.7-plus litellm_params: model: openai/qwen3.7-plus api_base: http://localhost:3264/api api_key: dummy-key - model_name: qwen3-coder-plus litellm_params: model: openai/qwen3-coder-plus api_base: http://localhost:3264/api api_key: dummy-key general_settings: master_key: "***"