config.yaml.tmpl

 1port: 8317
 2remote-management:
 3  allow-remote: false
 4auth-dir: "~/.local/share/cli-proxy-api"
 5claude-api-key:
 6  - api-key: '{{ onepasswordRead "op://Private/Synthetic/keys/main" }}'
 7    base-url: "https://api.synthetic.new/anthropic"
 8    models:
 9      - name: "hf:moonshotai/Kimi-K2-Thinking"
10        alias: "synthetic/kimi-k2-thinking"
11      - name: "hf:MiniMaxAI/MiniMax-M2"
12        alias: "synthetic/minimax-m2"
13      - name: "hf:zai-org/GLM-4.6"
14        alias: "synthetic/glm-4.6"