docs: add DaoXE multi-protocol gateway Chat Completions integration#1424
Open
seven7763 wants to merge 1 commit into
Open
docs: add DaoXE multi-protocol gateway Chat Completions integration#1424seven7763 wants to merge 1 commit into
seven7763 wants to merge 1 commit into
Conversation
Document using DaoXE with AgentOps via the OpenAI client (base_url https://daoxe.com/v1, DAOXE_API_KEY) and add a matching examples/daoxe sample. Model IDs stay account-scoped. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
base_url=https://daoxe.com/v1,DAOXE_API_KEY).examples/daoxewith a minimal traced Chat Completions script, README, and requirements.docs/mint.jsonand link a card from the v2 examples index.DaoXE is positioned as multi-protocol (Chat Completions / Responses, Anthropic Messages, and other published routes). This PR only documents the OpenAI Chat Completions path so existing OpenAI instrumentation applies without a custom provider wrapper.
Model IDs are account-scoped — docs use
DAOXE_MODEL/ placeholders and point to authenticatedGET /v1/modelsand https://daoxe.com/pricing rather than hard-coding a public model list. Service availability is outside mainland China.Test plan
docs/v2/integrations/daoxe.mdxfor Mintlify/MDX formatting and nav entry under Integrations.docs/v2/examples/daoxe.mdx+examples/daoxe/daoxe_chat_example.pyfor consistency with the xAI OpenAI-client pattern.docs/mint.jsonremains valid JSON and listsv2/integrations/daoxe.DAOXE_API_KEY,AGENTOPS_API_KEY, and an account-scopedDAOXE_MODEL(no credentials in this PR).References