Skip to content

docs: add DaoXE OpenAI-compatible gateway example - #2428

Open
seven7763 wants to merge 1 commit into
huggingface:mainfrom
seven7763:docs/add-daoxe-openai-compatible
Open

docs: add DaoXE OpenAI-compatible gateway example#2428
seven7763 wants to merge 1 commit into
huggingface:mainfrom
seven7763:docs/add-daoxe-openai-compatible

Conversation

@seven7763

Copy link
Copy Markdown

Summary

Add DaoXE to the Chat UI Quickstart provider table as an OpenAI-compatible OPENAI_BASE_URL option.

  • Base URL: https://daoxe.com/v1
  • Auth: dashboard API key via OPENAI_API_KEY
  • Models: account-scoped (GET /v1/models); no static public price list
  • Multi-model multi-protocol gateway; Chat UI path uses Chat Completions
  • Not available in mainland China

I maintain DaoXE. Examples: https://github.com/seven7763/DaoXE-AI

Why

Chat UI is popular with international builders (including Vietnam / Korea / SEA). A one-line table entry makes DaoXE discoverable next to OpenRouter / Ollama without new provider code.

Test plan

  • README table renders correctly
  • Values match live endpoint (https://daoxe.com/v1 + dashboard key)

List DaoXE in the Quickstart provider table for OPENAI_BASE_URL setup.
Account-scoped model IDs via GET /v1/models; no static public price list.

Signed-off-by: seven7763 <seven7763@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant