From ca1a574b3afc648925a372c8b953b65dc54cac37 Mon Sep 17 00:00:00 2001 From: seven7763 Date: Mon, 20 Jul 2026 03:22:17 +0800 Subject: [PATCH] docs(providers): add DaoXE --- packages/web/src/content/docs/providers.mdx | 29 +++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index ff2e8cfee807..3627e0ded4a8 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -734,6 +734,35 @@ Cloudflare Workers AI lets you run AI models on Cloudflare's global network dire --- +### DaoXE + +[DaoXE](https://daoxe.com) is an OpenAI-compatible, multi-protocol LLM gateway (Chat Completions, OpenAI Responses, and Anthropic Messages) that exposes Claude, GPT, Gemini, DeepSeek, Kimi and more behind a single API key. It's already in the [models.dev](https://models.dev) catalog opencode reads. + +1. Head over to [DaoXE](https://daoxe.com), create an account, and generate an API key. + +2. Run the `/connect` command and search for **DaoXE**. + + ```txt + /connect + ``` + +3. Enter your DaoXE API key. + + ```txt + ┌ API key + │ + │ + └ enter + ``` + +4. Run the `/models` command to select a model. + + ```txt + /models + ``` + +--- + ### DeepSeek 1. Head over to the [DeepSeek console](https://platform.deepseek.com/), create an account, and click **Create new API key**.