Provider Proxy
Proxy Provider Request
Proxy a native provider request through ARouter using your ARouter API key.
POST
ARouter’s provider proxy forwards requests directly to a supported provider’s native API while handling provider authentication for you.Documentation Index
Fetch the complete documentation index at: https://docs.arouter.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
| Parameter | Description |
|---|---|
provider | Provider slug such as openai, anthropic, google, deepseek, or groq |
path | Native API path to forward after the provider prefix |
Notes
- Requests and responses are passed through in the provider’s native format.
- ARouter injects the provider credential automatically. You only send your ARouter API key.
- Usage is still metered against your ARouter account.
- Use this endpoint when you need provider-native features that are not represented in the normalized ARouter request schema.