What this service is
The UbiquityOS AI Gateway provides one documented API base URL for approved applications and autonomous
agents that need model discovery, Chat Completions, or the Responses API. It is an integration service,
not a replacement for the public OpenAI API and not a promise that every public model alias is available.
Clients discover the current supported model catalog at runtime through GET /v1/models.
The public site is intentionally small and server-rendered so developers, search systems, and agents can find the service contract without running client JavaScript. The authoritative entry points are the developer portal, the OpenAPI 3.1 document, and agent instructions. They describe authentication, inference routes, streaming, error handling, function tools, and safe integration boundaries.
How to use it responsibly
Access is authenticated. Integrators use an approved UbiquityOS gateway token and must protect it like a password. The gateway does not forward a client bearer token upstream. Agents should use the published contract, select models from the live catalog, respect rate-limit responses, and stop for operator help when they do not have approved credentials or authority for an action.