- Forward request to upstream and verify response passthrough - Telemetry event emission (org_id, model, latency, status) - Low-complexity routing: gpt-4o → gpt-4o-mini with strategy=cheapest - Upstream error passthrough (429 rate limit) - Invalid JSON → 400 Bad Request - Health endpoint returns 200
2 lines
16 B
Rust
2 lines
16 B
Rust
mod proxy_test;
|