feat: Add OVHcloud in model-providers.md documentation

This commit is contained in:
Elias TOURNEUX 2026-01-26 20:18:18 -05:00
parent be5502d0f9
commit 2cee1b6338
No known key found for this signature in database
GPG Key ID: 2120EF1EFF7B6805

View File

@ -229,6 +229,27 @@ Synthetic provides Anthropic-compatible models behind the `synthetic` provider:
}
```
### OVHcloud AI Endpoints
OVHcloud AI Endpoints provides OpenAI-compatible inference APIs for open-source models. All inferences run in Europe, offering GDPR compliance and data privacy.
- Provider: `ovhcloud`
- Auth: `OVHCLOUD_API_KEY`
- Example model: `ovhcloud/gpt-oss-120b`
- CLI: `clawdbot onboard --auth-choice ovhcloud-api-key`
Models are auto-discovered from the OVHcloud catalog. The recommended model is `gpt-oss-120b`, a 120 billion parameter model.
```json5
{
agents: {
defaults: { model: { primary: "ovhcloud/gpt-oss-120b" } }
}
}
```
The provider is automatically configured when `OVHCLOUD_API_KEY` is set. See [/providers/ovhcloud](/providers/ovhcloud) for setup details and troubleshooting.
### MiniMax
MiniMax is configured via `models.providers` because it uses custom endpoints: