AI Gateway
# AI Gateway Use the OnePloy AI endpoint to route configured models through entitlement, budget and provider-selection logic. ```bash curl -X POST…
AI Gateway
Use the OnePloy AI endpoint to route configured models through entitlement, budget and provider-selection logic.
curl -X POST https://app.oneploy.dev/api/v1/ai/chat/completions
-H 'Authorization: Bearer '
-H 'Content-Type: application/json'
-d '{"model":"your-model","messages":[{"role":"user","content":"Hello"}]}'Last updated September 5, 2026