add cloudprovider

The add cloudprovider command registers a cloud provider in the Aizen database.

Syntax

add cloudprovider <cloud provider name>,<provider type>,<instance type>,{<credential file name>,<credential file section>|<base url>}

Parameters

Parameter
Description

<cloud provider name>

A unique name to be registered for the cloud provider

<provider type>

A supported cloud provider, which can be one of these types:

  • lambdalabs

  • openai

  • aizen

<instance type>

A supported instance, which can be one of these types:

  • gpu (for a Lambda Labs provider)

  • llm (for an OpenAI or Aizen provider)

  • vectorstore (for an Aizen provider)

<credential file name>

The registered credential file of a non-Aizen cloud provider

<credential file section>

The section name from the registered credential file of a non-Aizen cloud provider

<base url>

The base URL of an Aizen cloud provider

Example

add cloudprovider testlambda,lambdalabs,gpu,cloud_creds.crd,lambda-info

Last updated