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"
An OpenAI-compatible interface for enabled models, scoped keys, privacy-aware routing, usage receipts, and controlled access.
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"
Each key belongs to one account, can carry a spend ceiling, and can be revoked independently.
Open API workspaceGlow prepares usage and payment records, but production payment rails remain disabled until canonical network contracts and treasury configuration are verified.
Read the docs