Generate 1-4 AI images from a text prompt using flux-schnell
Generate 1-4 AI images from a text prompt using flux-schnell. $0.01 per image (price = $0.01 × num_outputs). Returns a job_id claim ticket; retrieve images free at /result/{job_id} (durable, no expiry).
Answeringour last check, 2026-09-24
1 of 1checks answered this week
387 msmedian answer time
$0.01listed price per call
$0.01price 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://pixel402.dylan-caponi.workers.dev/generate
| Category | Image and media |
|---|---|
| Provider host | pixel402.dylan-caponi.workers.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 2 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.01 | 387 ms |
Example input (from the provider)
{
"method": "POST",
"queryParams": {
"prompt": "a cat wearing a top hat in a field of sunflowers"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"POST"
],
"type": "string"
},
"queryParams": {
"properties": {
"aspect_ratio": {
"description": "Aspect ratio: 1:1, 16:9, 9:16, 4:3, 3:4, etc. Default: 1:1",
"type": "string"
},
"go_fast": {
"description": "Use the speed-optimized fp8 model. Default: true",
"type": "boolean"
},
"megapixels": {
"description": "Approximate resolution: '1' or '0.25'. Default: '1'",
"type": "string"
},
"num_inference_steps": {
"description": "Denoising steps 1-4; fewer is faster, lower quality. Default: 4",
"type": "number"
},
"num_outputs": {
"description": "Number of images, 1-4. Price scales: $0.01 per image. Default: 1",
"type": "number"
},
"output_format": {
"description": "Image format: webp, jpg, png. Default: webp",
"type": "string"
},
"output_quality": {
"description": "Quality 1-100. Default: 80",
"type": "number"
},
"prompt": {
"description": "Text description of the image to generate",
"type": "string"
},
"seed": {
"description": "Random seed for reproducibility",
"type": "number"
}
},
"required": [
"prompt"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"check_after_seconds": {
"type": "number"
},
"image_url": {
"type": "string"
},
"job_id": {
"type": "string"
},
"model": {
"type": "string"
},
"note": {
"type": "string"
},
"parameters": {
"type": "object"
},
"prediction_id": {
"type": "string"
},
"price_paid": {
"type": "string"
},
"prompt": {
"type": "string"
},
"result_url": {
"type": "string"
},
"status": {
"type": "string"
},
"timestamp": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}