UbiOps version 2.34.0¶
Client library version
Python client library version for this release: 4.9.0 CLI version for this release: 2.26.0
On the 27rd of February 2025 we have released new functionality and made improvements to UbiOps. An overview of the changes is given below.
OpenAI Compatible Endpoints¶
We have implemented support for OpenAI-compatible requests in UbiOps deployments, enabling interactions with models using the same request format and clients designed for the OpenAI APIs. This makes it easier to integrate UbiOps-hosted models into existing applications, frameworks, and workflows that already rely on the OpenAI protocol.
The following endpoints are supported:
/v1/chat/completions
/v1/embeddings
/v1/models
/v1/models/{model}
To use them make a deployment version with the model you want to use and pass it in the model
parameter of your request. For more information, see the OpenAI-compatible requests documentation.
Docker Support¶
We have introduced the experimental Bring Your Own Docker Image feature, allowing you to deploy your own Docker images in UbiOps alongside the existing code-based deployments. This enables you to customize deployments further with different base images, software packages and other customizations.
Note that this feature is currently on request only. For more information, see the Bring Your Own Docker Image documentation.
Miscellaneous¶
- It is now possible to search based on
instance_id
in the logs - Fixed dark theme persistence
- Improved error messages for webhooks
- A new tab that shows active instances for training experiments