Python Interface

Use Nexa SDK in your code

Nexa SDK provides two types of Python interfaces for developers to use in their own code:

GGUF Interfaces

  • NexaTextInference

  • NexaImageInference

  • NexaVLMInference

  • NexaVoiceInference

ONNX Interfaces

  • NexaTextInference

  • NexaImageInference

  • NexaTTSInference

  • NexaVoiceInference

These interfaces allow developers to integrate various on-device models into their applications, including text processing, image analysis, voice recognition, and text-to-speech functionality.

Last updated