Models
Use any allowed model behind one consistent API and route by policy when needs change.
Route requests, protect keys, and observe usage through a private API edge.
https://api.kgo.jp/v1
OpenAI-compatible requests, private edge, consistent base URL.
https://api.kgo.jp/v1
Direct traffic to the best upstream by policy, capability, region, and health.
Use any allowed model behind one consistent API and route by policy when needs change.
Keep upstream credentials private and issue clean client tokens.
Watch request volume, latency, errors, and upstream health without exposing internal platform details.
Choose the interface appearance that fits the environment.
Point compatible clients at AegisGate and keep your upstream layer private, replaceable, and observable.
curl https://api.kgo.jp/v1/models \
-H "Authorization: Bearer $AEGISGATE_KEY"