Meme generator + professional AI image generation via fal.ai
Meme generator + professional AI image generation via fal.ai. model: gpt-image-2 (default) | nano-banana-pro; anything else -> 400. Flat $0.15 per image. Supports image editing via public image URL.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
907 msmedian answer time
$0.15listed price per call
$0.15price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://x402.ottoai.services/generate-meme
| Category | Image and media |
|---|---|
| Provider host | x402.ottoai.services |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.15 | 907 ms |
Example input (from the provider)
{
"body": {
"aspect_ratio": "1:1",
"model": "gpt-image-2",
"prompt": "A cute otter wearing sunglasses, lounging on a Base-blue skateboard"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"aspect_ratio": {
"description": "Optional: output aspect ratio (default 1:1)",
"enum": [
"1:1",
"16:9",
"9:16"
],
"type": "string"
},
"image_url": {
"description": "Optional: public URL of image to edit/remix",
"type": "string"
},
"model": {
"description": "model: gpt-image-2 (default) | nano-banana-pro; anything else -> 400",
"enum": [
"gpt-image-2",
"nano-banana-pro"
],
"type": "string"
},
"prompt": {
"description": "Image description (10-2000 chars, longer = better)",
"type": "string"
}
},
"required": [
"prompt"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"error": {
"type": "string"
},
"expiresAt": {
"format": "date-time",
"type": "string"
},
"imageUrl": {
"description": "URL of generated image",
"type": "string"
},
"model": {
"description": "Model used for generation",
"type": "string"
},
"status": {
"enum": [
"success",
"failed"
],
"type": "string"
}
},
"required": [
"status"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}