Skip to content
This page is a translation of the authoritative Chinese source and may lag behind.View the original

Use case overview

This group of pages is organized by "what you want to achieve," tying the gateway's relevant capabilities into actionable solutions. Each page points to specific how-to guides and configuration references — they are not dead-end pages.

Not sure where to start? Go back to the solutions-by-goal table on the documentation home page, or first get Docker single node running and then branch by goal.

Use caseForDifficultyWhat it solves
Enhance model capabilityAdministratorIntermediateFill model gaps: auto-switch image-bearing requests to a multimodal model, swap in a cost-effective model during Claude Code's execution phase, multi-model consensus for PR code review
Reduce call costAdministratorIntermediateUse upstream prompt caching, model tiered routing, response trimming, and log retention policy to cut gateway-side call cost
Achieve high availabilityAdministratorIntermediateUse a load balancer for multi-node failover, provider-level disaster recovery, multi-instance shared state, and canary shutdown
Multi-tenant isolationAdministratorAdvancedUse key groups to split models and load balancers, use request-header rules to distinguish clients, per-tenant rate limiting and billing
Office / Microsoft 365 add-inAdministratorAdvancedSelf-host the Office add-in on your own origin so users connect directly to your own gateway inside Excel / Word / PPT / Outlook, with zero dependency on pivot
Meet compliance and audit requirementsAdministratorAdvancedRequest and response retention, two-layer sensitive-information redaction, login and permission audit, retention period and deletion
Troubleshoot from symptomsIntegrator + AdministratorIntermediateUse z-request-id to locate 401 / 403 / 404 / 502 / 503 / timeout / streaming interruption / memory anomaly symptoms