OVHcloud GRA

Install ovhai.

One command-line tool for OVHcloud AI products.
Region preconfigured to GRA.

1

Install the CLI

$curl https://cli.gra.ai.cloud.ovh.net/install.sh | bash
2

Switch region optional

Already preset to GRA. List others with ovhai config list, switch with the command below.

$ovhai config set GRA

Or install manually

Pick your platform, grab the binary, then drop in the regional config using the command line below.

$mkdir -p ~/.config/ovhai
$curl -o ~/.config/ovhai/config.json https://cli.gra.ai.cloud.ovh.net/config.json
$mkdir -p ~/.config/ovhai
$curl -o ~/.config/ovhai/config.json https://cli.gra.ai.cloud.ovh.net/config.json
>mkdir %USERPROFILE%\.config\ovhai
>curl -o %USERPROFILE%\.config\ovhai\config.json https://cli.gra.ai.cloud.ovh.net/config.json
cli.gra.ai.cloud.ovh.net Read the official guide