-
Notifications
You must be signed in to change notification settings - Fork 341
Description
Hello,
First of all, thank you for the fantastic work on the openvino.genai project. It's impressive how you've enabled inference for large language models and Stable Diffusion using the OpenVINO engine.
I am writing to request the addition of a C API to the openvino.genai project. Currently, there are C++ and Python APIs available, but a C API would significantly enhance the flexibility and integration capabilities with other programming languages.
For example, the main OpenVINO project (https://github.com/openvinotoolkit/openvino) supports a C API, which has allowed me to create a .NET wrapper library for it: OpenVINO.NET. If openvino.genai could offer a similar C API, I would eagerly develop and maintain a .NET wrapper for it as well.
Adding a C API would not only broaden the usability of openvino.genai but also foster a wider adoption by allowing developers from different ecosystems to leverage its capabilities.
Thank you for considering this request. I look forward to potential updates on this matter.
Best regards,
sdcb