fix(ai-gateway): Align providers docs with 0.0.47 API schema#5875
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
6397bac to
13f6ed8
Compare
There was a problem hiding this comment.
Pull request overview
Updates AI Gateway entity reference docs to reflect the v0.0.47 Konnect AI Gateway API schema, including renaming the “AI Provider” entity concept to “AI Model Provider” and adding a new “AI Identity Provider” entity page for inbound authentication.
Changes:
- Updated the AI Provider entity reference page to “AI Model Provider”, including schema path + API endpoint changes and new outbound-vs-inbound auth explanation.
- Added a new AI Identity Provider entity reference page documenting
key-authandopenid-connectidentity provider types and AI Model assignment. - Extended
entity_examplesconfig to supportmodel-providerandidentity-providerendpoints and expose identity providers in the UI format list.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| app/_data/entity_examples/config.yml | Adds AI Gateway endpoint mappings for new entity-example types and updates UI-supported AI Gateway entities. |
| app/_ai_gateway_entities/ai-provider.md | Renames the entity doc to AI Model Provider, updates schema/API paths, and expands explanation of provider roles. |
| app/_ai_gateway_entities/ai-identity-provider.md | Introduces a new entity reference page for inbound authentication providers (key-auth and OIDC). |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…it lists upstream LLM types
|
|
cloudjumpercat
left a comment
There was a problem hiding this comment.
Mostly nitpicks for everything! Just had one section about AI Model Provider authentication that I think could use more specific language.
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Description
This PR updates AI Provider entity docs, and aligns them with the latest API schema. Recap of changes:
AI Model Provider
related_resourcesAI Identity Provider (new file)
key-authandopenid-connectprovider typesaccess.identity_providers, one provider per type per model maximum401)openid-connectidentity providerclient_secreton the OIDC type is referenceable from an AI Vaultaccess.aclscode example to use correctallow/denyobject shape per v0.0.47 specContext here
Note:
This affects all other AI Gateway 2.0 documentation, I will be opening up PRs against this branch with various updates.
Preview Links
https://deploy-preview-5875--kongdeveloper.netlify.app/ai-gateway/entities/ai-model-provider
https://deploy-preview-5875--kongdeveloper.netlify.app/ai-gateway/entities/ai-identity-provider
Checklist
descriptionentry in frontmatter.