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
- Removed Hybrid Auth (MAX + API Key) section - not supported
- Added prominent cost monitoring warning at top
- Users must monitor their provider dashboards for actual costs
Copy file name to clipboardExpand all lines: README.md
+11-19Lines changed: 11 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ Intelligent AI model routing that cuts costs by 50-80% while maintaining quality
6
6
7
7
> **Note:** Designed for standard API key users (`ANTHROPIC_API_KEY`, `OPENAI_API_KEY`). MAX subscription OAuth is not currently supported — MAX users should continue using their provider directly.
8
8
9
+
> ⚠️ **Cost Monitoring Required**
10
+
>
11
+
> RelayPlane routes requests to LLM providers using your API keys. **This incurs real costs.**
12
+
>
13
+
> - Set up billing alerts with your providers (Anthropic, OpenAI, etc.)
14
+
> - Monitor usage through your provider's dashboard
15
+
> - Check `/stats` endpoint to track request volume
16
+
> - Start with test requests to understand routing behavior
17
+
>
18
+
> RelayPlane provides cost *optimization*, not cost *elimination*. You are responsible for monitoring your actual spending.
0 commit comments