You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bypass Mode: Added a toggle in the menu bar to enable pure proxy mode. When activated, the app transparently passes all requests and responses between client and upstream without any API format conversion, while still preserving model mapping configurations (parameter injection, custom parameters, reasoning toggle, etc.).
Usage
Click the APIBypass icon in the menu bar
Click "Bypass Mode" (shows ✓ when enabled)
All subsequent requests will bypass OpenAI ↔ Anthropic format conversion
Notes
Bypass mode is useful when the upstream provider natively supports the same API format as the client, eliminating unnecessary translation overhead.
High concurrency remains fully supported — bypass mode only skips the format conversion step, all other features (model mapping, parameter injection, API key retrieval, streaming) continue to work normally.