API interface for a variety of LLMs through Kong’s AI Gateway
API Base URL
- Server 1:https://shared-services.kong-sales-engineering.com/portal/kongai
- Server 2:https://shared-services-hybrid.kong-sales-engineering.com/portal/kongai
Security
basicAuth (http)
Basic authentication is a simple authentication scheme built into the HTTP protocol.
To use it, send your HTTP requests with an Authorization header that contains the word Basic
followed by a space and a base64-encoded string username:password.
Example: Authorization: Basic ZGVtbzpwQDU1dzByZA==
Additional Information
Contact (contact@konghq.com)