Skip to content

seven7763/DaoXE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

DaoXE

DaoXE is an OpenAI-compatible multi-model API gateway for developers. Use one API base URL to integrate and switch between available AI models without rewriting the application layer for each provider.

Service availability: DaoXE is not available in mainland China. Chinese-language documentation does not mean that the service can be used there. Use DaoXE only from regions allowed by its terms.

Quick start

curl https://daoxe.com/v1/chat/completions \
  -H "Authorization: Bearer $DAOXE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "MODEL_NAME",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

The examples repository includes curl, Python, Node.js, low-cost smoke/compare benchmarks, and a Postman collection. Choose a model from the live pricing page and keep the API key outside source control.

Ecosystem integrations

Русский

DaoXE — OpenAI-compatible API gateway для работы с несколькими AI-моделями через один endpoint. Для миграции существующего проекта обычно достаточно заменить API key, base_url и название модели.

About

Official developer resources for the DaoXE OpenAI-compatible multi-model API gateway.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors