Skip to content

docs(weave): add DaoXE provider integration (OpenAI-compatible base_url)#2902

Open
seven7763 wants to merge 1 commit into
wandb:mainfrom
seven7763:docs/weave-daoxe-integration
Open

docs(weave): add DaoXE provider integration (OpenAI-compatible base_url)#2902
seven7763 wants to merge 1 commit into
wandb:mainfrom
seven7763:docs/weave-daoxe-integration

Conversation

@seven7763

Copy link
Copy Markdown

Summary

Adds a Weave integration guide for DaoXE, a multi-model multi-protocol API gateway.

  • New page: weave/guides/integrations/daoxe.mdx
  • Links from weave/guides/integrations.mdx (LLM providers list)
  • English nav entry in docs.json under LLM Providers

What the guide documents

  • OpenAI SDK path with base_url="https://daoxe.com/v1" and DAOXE_API_KEY
  • Account-scoped model IDs (placeholders; no hardcoded public catalog)
  • Multi-protocol note: Chat Completions is what Weave autopatch traces; DaoXE also exposes OpenAI Responses, Anthropic Messages (Claude protocol), and image-compatible endpoints where available
  • Availability: not available in mainland China

Pattern matches existing OpenRouter / Together AI OpenAI-compatible provider pages.

Test plan

  • Preview renders daoxe.mdx under Weave Integrations LLM Providers
  • Integrations overview list includes DaoXE link
  • Code sample uses https://daoxe.com/v1 and env-based API key
  • No broken relative links to OpenAI / ops docs

Document tracing DaoXE multi-model multi-protocol gateway calls with Weave
via the OpenAI SDK and base_url https://daoxe.com/v1. Model IDs are
account-scoped; DaoXE is not available in mainland China.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@seven7763
seven7763 requested a review from a team as a code owner July 14, 2026 17:37
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