# rvc3

Python API: `modelconverter.platforms.rvc3`

Conversion, inference and benchmarking for the RVC3 platform.

RVC3 shares the OpenVINO toolchain with RVC2, so
[RVC3Exporter](https://docs.luxonis.com/software-v3/ai-inference/conversion/rvc-conversion/offline/modelconverter/modelconverter-api-reference/platforms/rvc3/exporter.md)
builds on the RVC2 exporter and adds the RVC3-specific quantization and compilation steps, while the inferer is the RVC2 one under
a different name. It accepts the same inputs as RVC2: an ONNX model, an OpenVINO IR pair, or a TFLite model, which is converted to
ONNX first.

> **Note**
> As with RVC2, the OpenVINO toolchain exists only inside the RVC3 Docker image, so these modules do not import on the host.

## Child Pages

 * [benchmark](https://docs.luxonis.com/software-v3/ai-inference/conversion/rvc-conversion/offline/modelconverter/modelconverter-api-reference/platforms/rvc3/benchmark.md)
 * [exporter](https://docs.luxonis.com/software-v3/ai-inference/conversion/rvc-conversion/offline/modelconverter/modelconverter-api-reference/platforms/rvc3/exporter.md)
 * [inferer](https://docs.luxonis.com/software-v3/ai-inference/conversion/rvc-conversion/offline/modelconverter/modelconverter-api-reference/platforms/rvc3/inferer.md)
