- Issue created by @lawxen
- 🇨🇳China lawxen
Volcano Engine offers two authentication methods:
- API Key signature authentication
- Access Key signature authentication
Volcano Engine models provide three types of interfaces:
- Data plane API
- Control plane API
- Base URL
Interfaces such as ListFoundationModels belong to the control plane API, which only supports Access Key signature authentication. However, this module only supports API Key signature authentication, therefore it cannot use ListFoundationModels or similar methods to retrieve the model list.
Another issue to support access_key signature needs be created.