packages/kilo-docs/pages/ai-providers/ovhcloud.md
OVHcloud is a French leading Cloud provider in Europe with data sovereignty and privacy.
Access world-renowned pre-trained AI models with ease. Innovate using straightforward, secure APIs on OVHcloud's robust and privacy-first infrastructure. Enhance your applications with scalable AI capabilities, eliminating the need for extensive expertise. Achieve more with powerful AI endpoints designed for simplicity et reliability.
Website: https://endpoints.ai.cloud.ovh.net
{% callout type="info" %}
You can report any bugs or feedbacks by chatting with us in our Discord server, in the AI Endpoints channel.
{% /callout %}
{% tabs %} {% tab label="VSCode" %}
Open Settings (gear icon) and go to the Providers tab to add OVHcloud AI Endpoints and enter your API key.
The extension stores this in your kilo.json config file. You can also edit the config file directly — see the CLI tab for the file format.
{% /tab %} {% tab label="CLI" %}
Set the API key as an environment variable or configure it in your kilo.json config file:
Environment variable:
export OVHCLOUD_API_KEY="your-api-key"
Config file (~/.config/kilo/kilo.json or ./kilo.json):
{
"provider": {
"ovhcloud": {
"env": ["OVHCLOUD_API_KEY"],
},
},
}
Then set your default model:
{
"model": "ovhcloud/model-name",
}
{% /tab %} {% /tabs %}