Skip to main content
POST
Pixel Image 1.0 — Text to Image
Generate images from text descriptions with PixelByte+‘s Pixel Image 1.0 model. Supports multi-image batches, dual resolution tiers, and an optional thinking mode for enhanced quality.

Request Body

string
required
Model slug. Use pixelbyte-plus/pixel-image-1.0/text-to-image for text-to-image generation.
object
required
Input parameters for text-to-image generation.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 30,000 micro-cents per image ($0.030)
Default cost: 1 image = 30,000 × 1 = 30,000 micro-cents ($0.030)4-image cost: 30,000 × 4 = 120,000 micro-cents ($0.120)

Response

string
Unique identifier for the submitted job.
string
Initial job status. Always "pending" on successful submission.
string
ISO 8601 timestamp of the estimated completion time.
number
The cost of the job in micro-cents.

Code Examples