Overview
Passthrough endpoints keep the provider-native path and body instead of converting through an SDK-specific integration route. ModRouter still applies provider configuration, key selection, logging, governance, and plugin hooks where applicable. Use passthrough when:- the provider endpoint is not implemented by a ModRouter integration route,
- you need provider-specific request fields exactly as-is,
- you want ModRouter provider key management without rewriting the request body.
Endpoints
OpenAI Passthrough
Anthropic Passthrough
Azure Passthrough
api-key headers for upstream auth.
