diff --git a/website/docs/integrations/providers.md b/website/docs/integrations/providers.md index 013c6a3e3..1f6f512ea 100644 --- a/website/docs/integrations/providers.md +++ b/website/docs/integrations/providers.md @@ -965,6 +965,7 @@ Any service with an OpenAI-compatible API works. Some popular options: | [Groq](https://groq.com) | `https://api.groq.com/openai/v1` | Ultra-fast inference | | [DeepSeek](https://deepseek.com) | `https://api.deepseek.com/v1` | DeepSeek models | | [Fireworks AI](https://fireworks.ai) | `https://api.fireworks.ai/inference/v1` | Fast open model hosting | +| [GMI Cloud](https://www.gmicloud.ai/) | `https://api.gmi-serving.com/v1` | Managed OpenAI-compatible inference | | [Cerebras](https://cerebras.ai) | `https://api.cerebras.ai/v1` | Wafer-scale chip inference | | [Mistral AI](https://mistral.ai) | `https://api.mistral.ai/v1` | Mistral models | | [OpenAI](https://openai.com) | `https://api.openai.com/v1` | Direct OpenAI access |