Change summary
dot_config/cli-proxy-api/config.yaml.tmpl | 14 ++++++++++++++
1 file changed, 14 insertions(+)
Detailed changes
@@ -0,0 +1,14 @@
+port: 8317
+remote-management:
+ allow-remote: false
+auth-dir: "~/.local/share/cli-proxy-api"
+claude-api-key:
+ - api-key: '{{ onepasswordRead "op://Private/Synthetic/keys/main" }}'
+ base-url: "https://api.synthetic.new/anthropic"
+ models:
+ - name: "hf:moonshotai/Kimi-K2-Thinking"
+ alias: "synthetic/kimi-k2-thinking"
+ - name: "hf:MiniMaxAI/MiniMax-M2"
+ alias: "synthetic/minimax-m2"
+ - name: "hf:zai-org/GLM-4.6"
+ alias: "synthetic/glm-4.6"