AI GridDocs
Status Open the app

Overview

One stable host, OpenAI-compatible semantics, credentials held by runtime actors.

Updated 2026-08-04

All runtime traffic goes to a single host — it never changes, whatever you subscribe to:

POSThttps://api.aigridapp.com/v1/chat/completions
GEThttps://api.aigridapp.com/v1/models

Compatibility#

The ingress follows OpenAI API semantics: request and response shapes, streaming (text/event-stream), tool calls and error envelopes behave the way your existing SDK expects. If your code runs against the OpenAI API, changing base_url is normally the entire migration.

Products as models#

The model parameter names a product on the grid, in supplier/product form:

json
{ "model": "first-party/llm-gateway" }

Your subscriptions decide which products a key can reach — see Catalog and subscriptions.