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

# SDK pour les API de modèles

Novita AI fournit des SDK officiels pour vous aider à intégrer facilement nos services dans vos applications.

## SDK JavaScript

### Installation

Installez notre SDK JavaScript à l’aide de `npm` :

```bash theme={"system"}
npm i novita-sdk
```

### Démarrage rapide

Consultez [https://github.com/novitalabs/javascript-sdk](https://github.com/novitalabs/javascript-sdk) pour un démarrage rapide.

## SDK Python

### Installation

Installez notre SDK Python à l’aide de `pip` :

```bash theme={"system"}
pip install novita-client
```

### Démarrage rapide

Consultez [https://github.com/novitalabs/python-sdk](https://github.com/novitalabs/python-sdk) pour un démarrage rapide.
