We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
将 AI 应用的 API 请求(Anthropic Claude、Google Gemini)转译到第三方模型厂商。
先在代理设置中开启「模型映射」开关。
将 Anthropic Claude 请求转到 DeepSeek:
dylib 拦截目标应用的网络请求 → 识别 AI API 域名 → 转发给本地 MITM 代理 → MITM 代理根据规则转译后发给第三方厂商。