Idea Summary
Currently the definition of AI Service Configuration is limited to a few providers and the only way of authentification is via Token. This limits the usage of the feauture with different LLM Model setups especially in an enterprise envitonment. As it's e.g. sometimes necessary to authenticate via OAuth or other means first before receiving a Token for the LLM Endpoint.
Use Case
LLM Endpoint is protected by additional Oauth Service.
Preferred Solution (Optional)
Allow Oauth Credential Flow for AI Services and / or allow custom PL/SQL Code to authenticate before AI Service is called.