DaoXE
DaoXE is a multi-model, multi-protocol AI API gateway. It exposes an OpenAI-compatible endpoint at https://daoxe.com/v1, giving you access to models from multiple providers (GPT, Claude, Grok, GLM, and others) through a single API key.
Capabilities with PrivateGPT
Setup
Get a DaoXE API key
- Sign up at daoxe.com.
- Go to your dashboard and create an API key.
- Note the available model IDs in your account — these are the models you can use.
Advanced profile example
Run with a profile:
settings.yaml override
You can also set the endpoint directly in settings.yaml instead of environment variables:
Notes
- Model IDs depend on your DaoXE account plan. Check your dashboard for available models.
- Not available in mainland China. The service is accessible from other regions worldwide.
- DaoXE supports the OpenAI, Anthropic Messages, and other protocols — PrivateGPT uses the OpenAI-compatible endpoint.
- Because DaoXE does not expose
/tokenize, setcontext_windowexplicitly in your model profiles for accurate token management.

