Documentation Index
Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Model ID. Use
GET /v1/images/models to see all available models and their parameters.Model-specific parameters — all params supported. Must include
prompt.GET /v1/images/pricing?model=<id>&num_images=<n>. Based on model costs at $0.50/credit. Charged on completion only.
Common Input Parameters
Parameters vary by model. UseGET /v1/images/models to see key_params for each model.
| Parameter | Type | Description |
|---|---|---|
prompt | string | Text description of the image (required) |
image_size | string | square_hd, square, landscape_4_3, landscape_16_9, portrait_4_3, portrait_16_9 |
num_images | number | Number of images (1-4) |
seed | number | Reproducibility seed |
guidance_scale | number | CFG guidance (FLUX Schnell/Dev only, default 3.5) |
num_inference_steps | number | Quality steps (FLUX Schnell: 1-12, default 4) |
output_format | string | "jpeg" or "png" |
enable_safety_checker | boolean | Default true |
guidance_scale and num_inference_steps are NOT supported on FLUX Pro v1.1. They are available on FLUX Schnell and FLUX Dev.Completed Result
When polling the job after completion viaGET /v1/jobs/:id or GET /v1/images/:jobId: