dev.aiaggies.net

Private AI gateway operational

OpenAI-compatible Chat Completions over Google Gemini, running on Cloud Run.

Endpoints

GET/v1/models

List available model aliases.

POST/v1/chat/completions

OpenAI-shaped chat completions. Body: {"model","messages",...}.

Authentication

Every /v1 request must include an x-api-key header with an issued key. Requests without one return 401.

Keys are issued manually by the owner. There is no self-serve registration, no signup form, and no way to obtain a key by calling this service. If you don't already have one, you're not meant to be here.