Overview
OVHcloud AI Endpoints expose an OpenAI-compatible API athttps://oai.endpoints.kepler.ai.cloud.ovh.net/v1 for multiple model families. Model profiles are matched by name prefix.
Model Class: OVHcloudModel
Authentication
Examples
Model Settings
You can set model parameters in two ways: on the model or on the Agent. On the model:Parameters
| Parameter | Type | Description | Default | Source |
|---|---|---|---|---|
max_tokens | int | Maximum tokens to generate | Model default | Base |
temperature | float | Sampling temperature (0.0-2.0) | 1.0 | Base |
top_p | float | Nucleus sampling | 1.0 | Base |
seed | int | Random seed | None | Base |
stop_sequences | list[str] | Stop sequences | None | Base |
presence_penalty | float | Token presence penalty | 0.0 | Base |
frequency_penalty | float | Token frequency penalty | 0.0 | Base |
parallel_tool_calls | bool | Allow parallel tools | True | Base |
timeout | float | Request timeout (seconds) | 600 | Base |

