Skip to content

Add AI Gateway feature guide#145

Merged
dragon3 merged 1 commit into
mainfrom
docs/ai-gateway
Jun 28, 2026
Merged

Add AI Gateway feature guide#145
dragon3 merged 1 commit into
mainfrom
docs/ai-gateway

Conversation

@dragon3

@dragon3 dragon3 commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds public documentation for the AI Gateway: a unified, OpenAI-compatible endpoint for accessing a curated set of large language models through a single API, with platform-managed credentials and workspace-scoped authentication.

Changes

  • New guide docs/guides/ai-gateway.md — overview, supported models (with a Regional/Global location column for data-residency needs), workspace endpoint format, Bearer-token auth, curl + OpenAI-SDK call examples, available paths (/v1/chat/completions, /v1/responses, /v1/embeddings, /v1/models), streaming, CORS, and usage/rate-limiting.
  • Nav .vitepress/config/constants.ts — registered the guide in navItemOrder.guides and sidebarItemOrder.guides, plus customTitles so it renders as “AI Gateway”.

Notes

  • The SDK service reference (docs/sdk/services/aigateway.md) is auto-generated by sdk-docs-sync.yml, so it is intentionally not modified here.
  • pnpm build passes locally.

@dragon3 dragon3 self-assigned this Jun 25, 2026
@dragon3 dragon3 marked this pull request as ready for review June 25, 2026 08:14
@dragon3 dragon3 requested a review from a team as a code owner June 25, 2026 08:14
@dragon3 dragon3 merged commit 96719c8 into main Jun 28, 2026
3 checks passed
@dragon3 dragon3 deleted the docs/ai-gateway branch June 28, 2026 03:21
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.

2 participants