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:
| Operation | Description |
|---|---|
| CREATE_AI_MODEL | Creates an AI model object. |
| DROP_AI_MODEL | Drops an AI model object. |
| CREATE_AI_MODEL_ENDPOINT | Creates an AI model endpoint object. |
| ALTER_AI_MODEL_ENDPOINT | Modifies an AI model endpoint object. |
| DROP_AI_MODEL_ENDPOINT | Drops 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:
| View | Description |
|---|---|
| CDB/DBA_OB_AI_MODELS | Views information about AI models. |
| CDB/DBA_OB_AI_MODEL_ENDPOINTS | Views information about AI model endpoints. |