- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
The configuration is much more complicated than a simple REST call, what is the benefit of going through the Gen AI Controller config, especially for custom LLMs.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago - last edited a month ago
Hi Chris
As this Point of time i see 3 flavors.
P2P Integration Using REST APIs
Gen AI Controller
ServiceNow Integrated Model Provider (Latest in the series-Model provider flexibility (ServiceNow-integrated ... - ServiceNow Community)
I see one important point when using ServiceNow Framework Vs Typical REST Based API Calls--> Sensitive Data Handling is part of ServiceNow Gen AI Framework, Also Now Assist Guradian for content moderation and adversarial attack detection guardrails. ServiceNow provides built-in governance that is native to the platform->AI Control Tower.
These are added as a part of Framework and it makes a complete central package Considering multidimension angles of GEN AI (Data, Control , Guardrails etc etc)
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi @Chris Yang ,
Generative AI Controller is used to integrate third-party large language models (LLMs) with your workflows.
Using Rest call , can you integrate the external LLM?
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Yes, we make the REST call with the prompt and get a response back, which we can use in any area of the platform.
GenAI Controller is doing the same thing at the end, you can see in the Outbound HTTP logs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago - last edited a month ago
Hi Chris
As this Point of time i see 3 flavors.
P2P Integration Using REST APIs
Gen AI Controller
ServiceNow Integrated Model Provider (Latest in the series-Model provider flexibility (ServiceNow-integrated ... - ServiceNow Community)
I see one important point when using ServiceNow Framework Vs Typical REST Based API Calls--> Sensitive Data Handling is part of ServiceNow Gen AI Framework, Also Now Assist Guradian for content moderation and adversarial attack detection guardrails. ServiceNow provides built-in governance that is native to the platform->AI Control Tower.
These are added as a part of Framework and it makes a complete central package Considering multidimension angles of GEN AI (Data, Control , Guardrails etc etc)
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
This makes sense, thanks.