Glow AI
ModelsAPIGLOWPricingDocsOpen Glow ↗
DEVELOPER API

Build on Glow.

An OpenAI-compatible interface for enabled models, scoped keys, privacy-aware routing, usage receipts, and controlled access.

One compatible endpoint

Use POST /v1/chat/completions and GET /v1/models with a Glow-issued bearer key.

curl $GLOW_API_URL/v1/chat/completions \
  -H "Authorization: Bearer $GLOW_API_KEY"

Scoped access

Each key belongs to one account, can carry a spend ceiling, and can be revoked independently.

Open API workspace

Payment-aware architecture

Glow prepares usage and payment records, but production payment rails remain disabled until canonical network contracts and treasury configuration are verified.

Read the docs