OpenAI
Transparent proxy to the OpenAI API. Your request is forwarded unmodified —
the gateway only swaps your proxy key for the real OpenAI API key.
Use exactly the same request body you would send to api.openai.com/v1/chat/completions.
Authentication
AuthorizationBearer
Your proxy key (starts with sk-proxy-…). Create one in the dashboard at app.enterpriserouter.com.
Request
This endpoint expects an object.
model
OpenAI model identifier
messages
stream
max_tokens
temperature
Response
OpenAI chat completion response (returned unmodified from OpenAI)