-
Notifications
You must be signed in to change notification settings - Fork 121
Add docs for choreo ai gateway feature #1854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docs for choreo ai gateway feature #1854
Conversation
|
|
||
| As AI adoption accelerates, managing AI APIs effectively has become essential for organizations integrating AI into their applications. Choreo's AI Gateway simplifies this process, providing a seamless way to create, manage, and expose AI APIs with robust security and scalability. | ||
|
|
||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive documentation for the new Choreo AI Gateway feature, which enables organizations to integrate and manage generative AI services through a specialized gateway with enterprise-grade security and governance.
Key changes include:
- Introduction of AI Gateway documentation with provider support and token-based rate limiting
- Reorganization of GenAI service documentation from external services to a dedicated AI Gateway section
- Addition of developer-focused documentation for consuming GenAI services via connections
Reviewed Changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| en/pe-docs/mkdocs.yml | Updates navigation structure to create dedicated AI Gateway section with separate pages for gateway overview and service management |
| en/pe-docs/docs/db-and-services/ai-gateway/choreo-ai-gateway.md | Introduces new AI Gateway overview page documenting supported providers, key features, and token-based rate limiting |
| en/pe-docs/docs/db-and-services/ai-gateway/integrate-and-manage-gen-ai-services.md | Comprehensive guide for platform engineers on registering and managing GenAI services through the AI Gateway |
| en/developer-docs/mkdocs.yml | Updates navigation to add GenAI connection documentation and removes outdated external services reference |
| en/developer-docs/docs/integrate-and-manage-external-services/integrate-and-manage-gen-ai-services.md | Removes old GenAI services documentation that was relocated to PE docs |
| en/developer-docs/docs/develop-components/sharing-and-reusing/create-a-connection-to-a-genai-service.md | New developer guide for consuming GenAI services through the Internal Marketplace |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
en/pe-docs/docs/db-and-services/ai-gateway/choreo-ai-gateway.md
Outdated
Show resolved
Hide resolved
en/pe-docs/docs/db-and-services/ai-gateway/integrate-and-manage-gen-ai-services.md
Outdated
Show resolved
Hide resolved
en/pe-docs/docs/db-and-services/ai-gateway/integrate-and-manage-gen-ai-services.md
Outdated
Show resolved
Hide resolved
|
|
||
| Generative AI (GenAI) services leverage advanced machine learning models to create original content such as text, images, music, or code, by identifying and learning patterns from existing data. Powered by deep neural networks and other machine learning models, these services can generate human-like outputs in various formats. This versatility makes GenAI ideal for tasks such as content creation, image generation, conversation automation, etc. | ||
|
|
||
| Choreo provides native support to integrate GenAI services into applications. Developers can register GenAI services, manage access, and expose them securely through the [Choreo AI Gateway](https://github.com/wso2/choreo-ai-gateway), ensuring enterprise-grade governance and control. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am getting 404 for this link: https://github.com/wso2/choreo-ai-gateway
b803fba to
ff219bf
Compare

Description
https://github.com/wso2-enterprise/choreo/issues/36420
Type of change
Testing
Related issues