Skip to content

Conversation

@eliasto
Copy link

@eliasto eliasto commented Nov 6, 2025

Description:

Updates OVHcloud AI Endpoints integration to use the OpenAI-compatible endpoint (https://oai.endpoints.kepler.ai.cloud.ovh.net/v1/) and adds chat completions support.

Changes:

  • Updated OVHCloudEmbeddings to use OpenAI-compatible /v1/embeddings endpoint
  • Added ChatOVHcloud chat model with support for chat completions and tool calling
  • Added unit tests for both embeddings and chat models

Dependencies: None (uses existing openai package as optional dependency)

model_name: str = ""

""" OVHcloud AI Endpoints region"""
""" OVHcloud AI Endpoints region (deprecated, kept for backward compatibility)"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we specify a removal version? i.e. v1.0?

See other classes for example

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, it's done! 😄

@eliasto eliasto requested a review from mdrxy November 10, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants