Skip to main content

Register and manage AI models and endpoints

This topic describes how to register and manage AI models and endpoints in seekdb.

Register and manage AI models and endpoints by using the system package

The DBMS_AI_SERVICE package provides the ability to manage AI models and endpoints. It supports the following operations:

OperationDescription
CREATE_AI_MODELCreates an AI model object.
DROP_AI_MODELDrops an AI model object.
CREATE_AI_MODEL_ENDPOINTCreates an AI model endpoint object.
ALTER_AI_MODEL_ENDPOINTModifies an AI model endpoint object.
DROP_AI_MODEL_ENDPOINTDrops an AI model endpoint object.

You can call this system package to directly manage AI models and endpoints in seekdb without relying on external services. For more information about the parameters and syntax, see DBMS_AI_SERVICE.

tip

For more information about the supported AI model providers and their corresponding URLs, see CREATE_AI_MODEL_ENDPOINT.

View information about AI models and endpoints

seekdb allows you to view information about AI models and endpoints by using views:

ViewDescription
CDB/DBA_OB_AI_MODELSViews information about AI models.
CDB/DBA_OB_AI_MODEL_ENDPOINTSViews information about AI model endpoints.