Skip to content

docs: add Dynoyard endpoint guide - #731

Open
jeremyrx7 wants to merge 2 commits into
LibreChat-AI:mainfrom
jeremyrx7:docs/dynoyard-endpoint
Open

docs: add Dynoyard endpoint guide#731
jeremyrx7 wants to merge 2 commits into
LibreChat-AI:mainfrom
jeremyrx7:docs/dynoyard-endpoint

Conversation

@jeremyrx7

@jeremyrx7 jeremyrx7 commented Aug 16, 2026

Copy link
Copy Markdown

Summary

Adds a Dynoyard custom endpoint guide under the LibreChat YAML AI endpoints docs. Dynoyard is an OpenAI-compatible gateway for open-weight models, with routing and failover across the providers that serve them.

The example uses:

  • DYNOYARD_KEY
  • https://<your-org>.dynoyard.app/v1 — each account has its own subdomain, so the reader substitutes their workspace slug, similar to the Azure page
  • kimi-k3 as the default model and qwen-plus-3-7 for titleModel
  • models.fetch: true so LibreChat can load the live model list from /v1/models, which the gateway serves in the OpenRouter response shape

Also adds the provider icon and the meta.json sidebar entry. Locale files are left alone so translate_docs.yml can generate them.

Testing

  • pnpm typecheck
  • pnpm exec prettier --check on the five changed files
  • pnpm exec eslint --max-warnings 0 on the three TS files
  • pnpm build — compiled successfully, 2891 static pages generated, and dynoyard.html renders with the icon SVG inline
  • curl -s https://jeremy.dynoyard.app/v1/models | jq -e '.data | map(.id) | contains(["kimi-k3","glm-5-2","qwen-max-3-7","minimax-m3"])' — confirms every model ID named in the page is really served

@vercel

vercel Bot commented Aug 16, 2026

Copy link
Copy Markdown

@jeremyrx7 is attempting to deploy a commit to the LibreChat's projects Team on Vercel.

A member of the Team first needs to authorize it.

@jeremyrx7 jeremyrx7 changed the title docs: add Dynoyard as a custom endpoint docs: add Dynoyard endpoint guide Aug 16, 2026
@jeremyrx7
jeremyrx7 force-pushed the docs/dynoyard-endpoint branch from 1a9c5c0 to 9065f38 Compare August 16, 2026 10:10
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