Skip to main content
Metrion acts as a transparent proxy between your application and AI providers. All proxy endpoints accept the same request body as the original provider API — Metrion forwards your request and returns the original response unchanged.

Endpoints

Request body

Send the same request body you would send directly to the provider. Metrion does not modify your request payload.

Response body

The response body is identical to what the provider returns. Metrion only reads usage metadata (token counts, latency) from the response — it does not alter the response structure or content.

Streaming

Streaming is supported for all providers. Pass stream: true in the request body exactly as you would with the provider’s API directly — no additional configuration is needed.

Limits

If you exceed the monthly cap on the Free plan, the proxy returns a 429 Too Many Requests response. Your counter resets on the first of each month. To remove the monthly cap, upgrade to Pro.