All models

Brainrot Character

gliana/brainrot-character
GlianaAI Text-to-ImageMemeBrainrot

Generates a random Italian-brainrot meme creature — an absurd, surreal 3D character. Pass an optional reference image to brainrot-ify your own picture, or omit for a hyper-random original.

Quick start

# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
  -H "content-type: application/json" \
  -d '{
    "model": "gliana/brainrot-character",
    "reference_image": "https://example.com/input.jpg"
  }'

# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
  -J '{"model": "gliana/brainrot-character", "reference_image": "https://example.com/input.jpg"}'

Examples

example
example
example

Parameters

Input
reference_image string optional

Optional image to brainrot-ify (public URL or /v1/media upload). Omit for a random original.

seed integer optional

Optional seed to reproduce the same random character.

Output
image: url