model you name, and Gloo adds nothing between your prompt and the provider.
Use it when you already have tooling built on the Chat Completions request shape and your application owns its own safety and prompting. If you are starting fresh, prefer Direct Responses — same directness, a more capable request shape, and vision and image generation as first-class citizens.
If you want Gloo’s governance layer — guardrails, output moderation, values-alignment (tradition), model_family selection, intelligent routing — use Completions instead. The two share a request shape; they differ in what runs around it.
Quick start
URL:https://platform.ai.gloo.com/ai/v2/direct/chat/completions

