---
title: "v0.3.1"
slug: "v031-latest"
updated: 2025-08-11T20:00:47Z
published: 2025-08-11T20:00:47Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ai-op.com/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.3.1

## New Features

#### ONNX Support

Added support for `.onnx` files alongside `.tflite`. ONNX will help unify tensorflow, sklearn, and torch trained models to allow for a more diverse training environment. With Ai-OPs Ronin coming online, this will allow a direct export from Ronin into Koios via an ONNX file. Please see the links below for more information on how to convert any model to ONNX. More Information [https://onnx.ai/](https://onnx.ai/) [https://onnxruntime.ai/docs/get-started/with-python.html](https://onnxruntime.ai/docs/get-started/with-python.html)

> [!NOTE]
> The future for .tflite files
> 
> We will continue to support tensorflow lite files, but in a future release we will be converting them to ONNX for inference in order to unify the prediction service logic.

---

*Released 7/24/2025*
