What Arli AI can and cannot do
Generate images from text descriptions using 74+ Stable Diffusion models including FLUX, SDXL, SD 1.5, anime, and artistic variants.
Transform existing images based on text prompts. Control the intensity with denoising strength.
Upscale images by 2x-4x using ESRGAN models with enhanced detail.
OpenAI-compatible text/chat completions with 117 models. Includes guided generation (JSON schema, regex, choice constraints).
Analyze images using vision-capable text models (Qwen3.5-VL, Qwen3.5-27B). Base64 input only — URLs not supported.
Arli AI cannot generate or edit video content. Consider Runway, Kling AI, or AnimateDiff for video generation.
No text-to-speech, speech recognition, or audio generation capabilities.
Arli AI text endpoints with vision only accept base64-encoded images, not URLs. Use Featherless for URL-based vision input.
Arli AI image endpoints return full base64 responses. Text endpoints may support streaming depending on the model.
Cannot fine-tune, train, or customize models. All 74 image models and 117 text models are used as-is.
While the img2img endpoint accepts a mask parameter, inpainting results may vary. Dedicated inpainting models may give better results.
| Parameter | Limit | Notes |
|---|---|---|
| Image width | 64 – 2048 px | Must be a multiple of 64 |
| Image height | 64 – 2048 px | Must be a multiple of 64 |
| Batch size | 1 – 4 | Images per request |
| Steps | 1 – 150 | Denoising steps |
| CFG scale | 1 – 20 | Classifier-free guidance |
| Prompt length | No hard limit | Very long prompts may be truncated by the model |
| Input image (img2img) | Base64 encoded | Large images may timeout |
| Input image (upscale) | Base64 encoded | Large images may timeout |
| Max tokens (text) | Model-dependent | Varies by model context window |
| Type | Limit | Details |
|---|---|---|
| Parallel requests (image) | 6 concurrent | Exceeding returns HTTP 429. Check GET /v1/parallel-requests |
| Request timeout (image) | 300 seconds | 5-minute timeout for generation requests |
| Request timeout (list) | 30 seconds | For model listing and metadata endpoints |
| Text rate limits | Per-key | Varies by API key plan tier |
curl https://api.arliai.com/v1/parallel-requests \
-H "Authorization: Bearer YOUR_KEY"
# Response:
# {"parallel_requests": 6, "remaining": 4, "message": "..."}
Image generation can take 30-120 seconds depending on model, resolution, and steps.
api.kim8.s4s.host for no-auth accessGET /sdapi/v1/sd-models to discover available image modelsGET /v1/img-samplers and GET /v1/upscalers for available options