# AI Providers

Zuplo's AI Gateway supports integration with various AI providers, allowing you
to leverage different models and services for your AI applications.

## Supported Providers

Zuplo currently supports the following AI providers:

- OpenAI
- Anthropic
- Google
- Mistral
- OpenAI-compatible [Custom Providers](./custom-providers.mdx) (such as Qwen,
  Kimi, etc)

The following capabilities are supported across providers:

| Provider                   | Chat Completions | Text Completions | Embeddings | Responses |
| -------------------------- | ---------------- | ---------------- | ---------- | --------- |
| OpenAI                     | ✅               | ✅               | ✅         | ✅        |
| Anthropic                  | ✅               | ✅               | ✅         | ❌        |
| Google                     | ✅               | ✅               | ✅         | ❌        |
| Mistral                    | ✅               | ✅               | ✅         | ❌        |
| OpenAI-compatible (Custom) | ✅               | ✅               | ✅         | ❌        |

If you need support for additional providers or capabilities, please contact us
at [support@zuplo.com](mailto:support@zuplo.com). We're continually working to
add support for more providers based on customer demand.
