Generate YouTube thumbnails with AI image models (GPT Image, Nano Banana, FLUX,
Generate YouTube thumbnails with AI image models (GPT Image, Nano Banana, FLUX, Seedream, Ideogram, Grok) side by side. Optional query: models (comma-separated ids from https://thumbnailcreator.ai/llms.txt), n (1-4 per model), format (16:9, 1:1, 9:16, 4:5). Body: {"prompt": "3-2000 characters"}. Charged only when every image succeeds.
Answeringour last check, 2026-09-27
1 of 1checks answered this week
585 msmedian answer time
$0.167listed price per call
$0.167price 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://thumbnailcreator.ai/api/x402/generations
| Category | Image and media |
|---|---|
| Provider host | thumbnailcreator.ai |
| Networks | eip155:8453 |
| 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-27 | valid payment request | 402 | $0.167 | 585 ms |
Example input (from the provider)
{
"body": {
"prompt": "Excited chef holding a giant burger, bold yellow text \"$500 BURGER\""
},
"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": {
"prompt": {
"description": "What the thumbnail shows, including any on-image text.",
"maxLength": 2000,
"minLength": 3,
"type": "string"
},
"requestId": {
"description": "Optional idempotency key.",
"format": "uuid",
"type": "string"
}
},
"required": [
"prompt"
]
},
"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": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}