ALL PLANS
SDKs Officiels
Bibliotheques clientes officielles pour integrer Adlibo dans vos applications.
Installation
JSJavaScript / TypeScript
bash
npm install @adlibo/sdkPyPython
bash
pip install adlibo\n# Pour async: pip install adlibo[async]PHPPHP
bash
composer require adlibo/sdkInitialisation
multi
// JavaScript
import { Adlibo } from '@adlibo/sdk';
const client = new Adlibo('al_live_your_api_key');
# Python
from adlibo import Adlibo
client = Adlibo('al_live_your_api_key')
// PHP
use Adlibo\Adlibo;
$client = new Adlibo('al_live_your_api_key');Matrice des Fonctionnalites
| Fonctionnalite | JS | Python | PHP | Produit |
|---|---|---|---|---|
| analyze() | Prompt Guard | |||
| detect() | Prompt Guard | |||
| sanitize() | Prompt Guard | |||
| datashield.tokenize() | DataShield | |||
| datashield.rehydrate() | DataShield | |||
| datashield.protect() | DataShield | |||
| hallucination.analyze() | HG | |||
| hallucination.correct() | HG | |||
| Async Support | - | - | ||
| TypeScript Types | - | - | - |
Documentation Associee
Besoin d'aide avec les SDKs ?
Notre equipe peut vous aider a integrer Adlibo dans votre stack.