Tool calling is supported in both V1 and V2, but the Tool Use Guide now focuses on V2. Please migrate to V2 for the latest tool calling features and examples.
chat/completions endpoint—are quickly becoming the industry default for building conversational AI. Whether you’re developing a chatbot, virtual assistant, or AI-powered automation, here’s why sticking with the standard just makes sense.
The Gloo AI Completions API allows you to build with many of the leading open-source models and ensures that it has Human Flourishing alignment and guardrails for any use.
Why Use Standard Chat Completions?
Familiar Developer Experience
If you’ve used tools like OpenAI, Anthropic, or other LLM providers, you’ve likely already encountered thechat format: a sequence of messages between system, user, and assistant.
Plug-and-Play with Tools and SDKs
Standard chat completions are supported out-of-the-box by:- Popular SDKs (OpenAI, LangChain, LlamaIndex, etc.)
- Prompt engineering tools
- Debugging/observability dashboards
- Prompt versioning platforms
- Orchestration frameworks
Easily Portable Across Models
Using a standard chat format lets you switch between:- OpenAI GPT and o-series
- Anthropic Claude
- Google Gemini
- Open-source chat models like DeepSeek, LLaMA, or Mistral
Better Alignment with Human Intent
The chat format encourages natural interaction flow, including:- Clarification (multi-turn)
- Function/tool calling
- Role-based prompting (e.g. system as context setter)
Built-In Support for Advanced Features
Using chat completions gives you access to:- Function/tool calling
- JSON mode
- Temperature/top_p control
- Streaming support
- Multi-turn context windows
Supported by the Ecosystem
From hosting providers to vector databases, the whole AI tooling ecosystem now expects the standard chat format. It’s the easiest way to stay compatible and future-proof your codebase.TL;DR: Why Use Standard Chat Completions?
| Benefit | Description |
|---|---|
| Familiar | Common API shape across many providers. |
| Pluggable | Compatible with SDKs and tools. |
| Portable | Easy to swap or compare models. |
| Powerful | Supports advanced features like tool calling. |
| Ecosystem-Ready | Plays nicely with the AI stack. |
| Human Flourishing | Build with AI and Human Flourishing capabilities at its core with the world’s leading open source models. |

