Documentations
Join DiscordModel HubGitHub
  • Nexa On-Device AI Hub Overview
  • Getting Started
    • 🔗Installation
    • ▶️Use Model
    • ⬆️Upload Model
  • NEXA SDK
    • 📋CLI Reference
    • Python Interface
      • GGUF
      • ONNX
    • 🚀Inference
      • GGUF
      • ONNX
    • ⚙️Local server
  • Resources
    • ‼️Troubleshoot
Powered by GitBook
On this page
  • GGUF Interfaces
  • ONNX Interfaces

Was this helpful?

  1. NEXA SDK

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.

PreviousCLI ReferenceNextGGUF

Last updated 8 months ago

Was this helpful?