Providers
Providers manage configuration for AI model providers (such as public cloud APIs like OpenAI and DeepSeek, or manually created endpoints), and support registering and managing available models under a provider.
Entry: On the cloud management platform, click the
navigation menu in the upper left corner, then click “Resource Management/Artificial Intelligence/AI Gateway/Providers” in the left sidebar to open the providers page.

On the providers list page, you can view the name, Provider type, access address, creation time, and other information, and manage providers.
Create a provider
This feature creates a model provider and configures the provider identifier, type, and access address.
- On the providers page, click “Create” to open the create page.
- Configure the following parameters:
- Name: Set the provider name.
- Provider identifier: Set the unique identifier of the provider, used as the provider parameter in API calls.
- Provider type: Select the provider type, such as OpenAI or DeepSeek.
- Access address: Set the API access address of the provider.
- Authentication: Configure the authentication method and credentials required to access the provider API.
- Description: Set a description for the provider.
- After configuration, click “OK” to create the provider.

Modify a provider
This feature modifies the configuration of an existing provider.
- On the providers page, click “More” in the Actions column for a provider, then select “Modify” from the drop-down menu to open the dialog.
- Modify the provider configuration, then click “OK”.

Delete providers
This feature deletes providers.
Delete one
- On the providers page, click “More” in the Actions column for a provider, then select “Delete” from the drop-down menu to open the confirmation dialog.
- Click “OK” to complete the operation.
Delete multiple
- In the providers list, select one or more providers, click “Batch actions” above the list, then select “Delete” from the drop-down menu to open the confirmation dialog.
- Click “OK” to complete the operation.
View provider details
This feature is used to view detailed information about a provider.
- On the providers page, click the provider name to open the details page.
- View the following information:
- Basic information: ID, name, provider identifier, Provider type, access address, domain, project, creation time, update time, and description.
- Authentication: Authentication method, associated endpoints, and more.

Manage provider models
The provider details page supports managing available models registered under the provider.
View provider models
- On the provider details page, click the “Models” tab to open the provider models list page.
- View all models registered under this provider, including model name, model identifier, and enabled status.

Create a provider model
This feature registers a new model under a provider and sets the model name and identifier.
- On the provider details page, click the “Models” tab to open the provider models list page.
- Click “Create” to open the create model dialog.
- Configure the following parameters:
- Model name: Set the display name of the model.
- Model identifier: Set the unique model identifier, such as
gpt-5.2-codex. This identifier is used as the model parameter in client API calls. - Enabled status: Set whether the model is enabled.
- After configuration, click “OK” to complete the operation.

Modify a provider model
This feature edits the name or model identifier of an existing model under a provider.
- On the provider details page, click the “Models” tab to open the provider models list page.
- Click “Modify” in the Actions column for a model to open the dialog.
- Modify the model name or model identifier, then click “OK”.

Delete a provider model
- On the provider details page, click the “Models” tab to open the provider models list page.
- Click “Delete” in the Actions column for a model to open the confirmation dialog.
- Click “OK” to complete the operation.
View provider API Keys
This feature is used to view the list of API Keys associated with the provider.
- On the provider details page, click the “API Key” tab to open the API Key list page.
- View all API Keys associated with this provider, including Key name, enabled status, quota, and more.
View operation logs
This feature is used to view operation log information related to providers.
- On the provider details page, click the “Operation Logs” tab to open the operation logs page.
- Load more logs: The list displays 20 operation log entries by default. To view more, click “Load more”.
- View log details: Click “View” in the Actions column to view log details. You can copy the detail content.
- View logs for a specific time range: To view operation logs for a time range, set the start and end dates in the upper right of the list and query.
- Export logs: Currently only logs displayed on the current page can be exported. Click the
icon in the upper right corner, set the columns to export in the Export data dialog, and click “OK”.
