Skip to main content

Welcome to Bijou

Bijou is an AI image detection API that uses an ensemble of 5 specialized models to determine if an image is AI-generated. Our multi-model approach provides high accuracy across different generation techniques.

Quickstart

Get started in 3 steps - install, authenticate, detect.

SDKs

Quick Example

from bijou import BijouClient

client = BijouClient(api_key="bijou_your-key")
result = client.detect("image.jpg")

print(f"Prediction: {result.prediction}")  # "ai" or "real"
print(f"Confidence: {result.confidence:.1%}")

API Reference

Detection Models

Bijou uses 5 specialized models:
ModelSpecialization
AEROBLADEVAE reconstruction artifacts
UnivFDCLIP-based feature analysis
NPRNeighboring pixel relationships
FIREFrequency-based analysis
CNNSpotGAN fingerprint detection

Pricing

PlanCost
Web detectionFree (5/day)
API detection1 credit ($0.01)
Buy credits →