1.10.20
comet-ml/opik1.10.20Feb 24, 2026by github-actions[bot]
AI Summary
This release adds OpenAI TTS models tracking support, fixes dataset deadlock issues, implements view experiments permission check, adds Gemini 3.1 Pro support, and improves model name parsing for cost calculation.
Key Highlights
- Support OpenAI TTS models tracking (audio.speech)
- Fix dataset deadlock issue with reactive retry
- Implement view experiments permission check
- Add Gemini 3.1 Pro support for playground and online scoring
- Add fallback logic to strip date suffixes from model names
- Add support for additional profiles and users for ClickHouse
New Features
- OpenAI TTS models tracking
- View experiments permission check
- Gemini 3.1 Pro support
Full Release Notes
## What's Changed * [OPIK-4547][HELM] Add support for additional profiles and users for clickhouse by @liyaka in https://github.com/comet-ml/opik/pull/5356 * [issue-2202] [BE] [SDK] feat: Support OpenAI TTS models tracking (audio.speech) by @Samoppakiks in https://github.com/comet-ml/opik/pull/5010 * [OPIK-4380] [BE] Fix dataset deadlock issue by wrapping version creation with reactive retry by @thiagohora in https://github.com/comet-ml/opik/pull/5364 * [OPIK-3137][OPIK-3161] [BE][FE] Add bulk tag adding and removing operations by @miguelgrc in https://github.com/comet-ml/opik/pull/5122 * [OPIK-4359] [FE] Implement view experiments permission check by @anastasiapyzhik in https://github.com/comet-ml/opik/pull/5179 * [OPIK-4307] OpikTracer incorrectly reports LangGraph control flow exceptions as errors by @yaricom in https://github.com/comet-ml/opik/pull/5342 * [OPIK-3101] [FE] Unify open in new tab icons by @andriidudar in https://github.com/comet-ml/opik/pull/5368 * [OPIK-4554] [FE][BE] Add Gemini 3.1 Pro support for playground and online scoring by @AndreiCautisanu in https://github.com/comet-ml/opik/pull/5366 * [OPIK-4517] [FE]: misplaced config button in opt studio is fixed; by @aadereiko in https://github.com/comet-ml/opik/pull/5340 * [NA] [BE] Update model prices file by @CometActions in https://github.com/comet-ml/opik/pull/5376 * [NA] [SDK] [DOCS] Update automatically OpenAPI spec and Fern code by @CometActions in https://github.com/comet-ml/opik/pull/5375 * [issue-5018] [BE] Add fallback logic to strip date suffixes from model names for cost calculation by @dsblank in https://github.com/comet-ml/opik/pull/5047 ## New Contributors * @Samoppakiks made their first contribution in https://github.com/comet-ml/opik/pull/5010 **Full Changelog**: https://github.com/comet-ml/opik/compare/1.10.19...1.10.20