Image Models
List all available image generation models. No payment required.
Endpoint
GET /v1/images/modelsRequest
Simple GET request with no parameters required:
curl https://api.x-router.ai/v1/images/modelsResponse
Success Response (200 OK)
{
total: number; // Total number of available models
models: [
{
id: string; // Model identifier for API requests
name: string; // Display name
description: string; // Model description and capabilities
architecture: string; // Model architecture (flux, sdxl, sd15, etc.)
category: string; // Use case category
supportsSteps: boolean; // Whether steps parameter is supported
pricing: { // Pricing by resolution
[resolution: string]: string; // e.g., "512x512": "$0.0013"
};
}
];
}Example Response
{
"total": 58,
"models": [
{
"id": "flux-schnell",
"name": "FLUX.1 [schnell]",
"description": "Ultra-fast FLUX model optimized for speed. Perfect for rapid iteration and testing. 4 steps, 1024×1024 default.",
"architecture": "flux",
"category": "fast",
"supportsSteps": true,
"pricing": {
"512x512": "$0.0013",
"1024x1024": "$0.00195",
"2048x2048": "$0.00325"
}
},
{
"id": "sdxl-realvis-v4",
"name": "RealVisXL V4",
"description": "Top SDXL model for photorealism with cinematic quality. Excellent detail and lighting.",
"architecture": "sdxl",
"category": "realistic",
"supportsSteps": true,
"pricing": {
"512x512": "$0.0019",
"1024x1024": "$0.00285",
"2048x2048": "$0.00475"
}
}
]
}Response Fields
Model Object
| Field | Type | Description |
|---|---|---|
id | string | Unique model identifier. Use this in the generate request |
name | string | Human-readable model name |
description | string | Model capabilities, strengths, and recommended use cases |
architecture | string | Model architecture type (see Architectures below) |
category | string | Primary use case category (see Categories below) |
supportsSteps | boolean | Whether the steps parameter is supported for this model |
pricing | object | Cost per image at common resolutions. Actual cost varies by exact dimensions |
Available Models
FLUX Models (9 models)
State-of-the-art diffusion models with excellent photorealism and speed.
| Model ID | Name | Category | Steps Support | Best For |
|---|---|---|---|---|
flux-schnell | FLUX.1 [schnell] | fast | ✓ | Quick iterations, testing, general use |
flux-dev | FLUX.1 [dev] | realistic | ✓ | Balanced quality and speed |
flux-hidream-fast | HiDream FLUX Fast | fast | ✓ | Fast high-quality generation |
flux-hidream-dev | HiDream FLUX Dev | realistic | ✓ | Advanced photorealism |
flux-hidream-full | HiDream FLUX Full | realistic | ✓ | Maximum quality photorealism |
flux-community | Community FLUX | realistic | ✓ | Community-trained variant |
flux-krea | Krea FLUX | realistic | ✓ | Photorealistic rendering |
flux-juggernaut-pro | Juggernaut Pro FLUX | professional | ✓ | Professional quality |
flux-juggernaut-lightning | Juggernaut Lightning | fast | ✓ | Ultra-fast high quality |
SDXL Models (15 models)
Versatile Stable Diffusion XL models for various styles and use cases.
| Model ID | Name | Category | Steps Support | Best For |
|---|---|---|---|---|
sdxl-realvis-v4 | RealVisXL V4 | realistic | ✓ | Cinematic photorealism |
sdxl-realvis-v5 | RealVisXL V5 | realistic | ✓ | Latest photorealistic updates |
sdxl-dreamshaper | DreamShaper XL | artistic | ✓ | Most popular SDXL, versatile |
sdxl-juggernaut-11 | Juggernaut XI | realistic | ✓ | Improved photorealism |
sdxl-juggernaut-10 | Juggernaut X | realistic | ✓ | Professional photography |
sdxl-proteus-02 | Proteus 0.2 | artistic | ✓ | Creative styles |
sdxl-proteus-03 | Proteus 0.3 | artistic | ✓ | Enhanced creativity |
sdxl-nightvision-xl | NightVision XL | artistic | ✓ | Dark atmospheric scenes |
sdxl-newreality-xl | NewReality XL | realistic | ✓ | Modern realistic style |
sdxl-colorful-xl | Colorful XL | artistic | ✓ | Vibrant color generation |
sdxl-animagine-v3-1 | Animagine XL v3.1 | anime | ✓ | Top anime SDXL model |
sdxl-realism-engine-v3 | Realism Engine v3 | realistic | ✓ | Hyperrealistic textures |
sdxl-copax-timeless-v12 | Copax Timeless v12 | realistic | ✓ | Timeless photography |
sdxl-albedobase-xl-v3 | AlbedoBase XL v3 | realistic | ✓ | Natural lighting |
sdxl-duchaiten-v3 | DucHaiten v3 | artistic | ✓ | Artistic rendering |
SD 1.5 Realistic Models (12 models)
Classic Stable Diffusion 1.5 models for realistic imagery.
| Model ID | Name | Category | Steps Support | Best For |
|---|---|---|---|---|
sd15-dreamshaper-v8 | DreamShaper v8 | realistic | ✓ | Most popular SD 1.5 |
sd15-realistic-vision-v6 | Realistic Vision v6 | realistic | ✓ | Latest realistic updates |
sd15-realistic-vision-v5-1 | Realistic Vision v5.1 | realistic | ✓ | Proven photorealism |
sd15-realistic-vision-v2 | Realistic Vision v2 | realistic | ✓ | Classic realistic style |
sd15-realistic-vision-v1-4 | Realistic Vision v1.4 | realistic | ✓ | Original realistic vision |
sd15-epicrealism | epiCRealism | realistic | ✓ | Hyperrealistic professional |
sd15-absolute-reality-v1-8-1 | AbsoluteReality v1.8.1 | realistic | ✓ | High fidelity realism |
sd15-majicmix-realistic | MajicMix Realistic | realistic | ✓ | Asian portrait specialist |
sd15-cyberrealistic-v4-2 | CyberRealistic v4.2 | realistic | ✓ | Modern realistic style |
sd15-van-gogh-diffusion | Van Gogh Diffusion | artistic | ✓ | Van Gogh painting style |
sd15-edgeof-realism | Edge of Realism | realistic | ✓ | Photographic realism |
sd15-deliberate-v3 | Deliberate v3 | realistic | ✓ | Balanced versatile model |
SD 1.5 Anime & Artistic Models (7 models)
Specialized models for anime, manga, and artistic styles.
| Model ID | Name | Category | Steps Support | Best For |
|---|---|---|---|---|
sd15-counterfeit-v3 | Counterfeit v3 | anime | ✓ | Popular anime, vibrant |
sd15-rev-animated | ReV Animated | anime | ✓ | Animated illustration |
sd15-dark-sushi-mix | Dark Sushi Mix | anime | ✓ | Dark anime aesthetic |
sd15-anything-v5 | Anything v5 | anime | ✓ | Versatile anime model |
sd15-openjourney-v4 | Openjourney v4 | artistic | ✓ | Midjourney-like style |
sd15-openjourney | Openjourney | artistic | ✓ | Creative exploration |
sd15-analog-diffusion | Analog Diffusion | artistic | ✓ | Analog film photography |
Pony & Illustrious Models (3 models)
Specialized architectures for unique styles.
| Model ID | Name | Category | Steps Support | Best For |
|---|---|---|---|---|
pony-autism-mix | AutismMix SDXL | anime | ✓ | Pony-based anime |
pony-realism | Pony Realism | realistic | ✓ | Pony architecture realism |
illustrious-mistoon-anime | Mistoon Anime | anime | ✓ | Modern anime style |
Premium Models (12 models)
High-end models with advanced capabilities and commercial licensing.
| Model ID | Name | Category | Steps Support | Best For |
|---|---|---|---|---|
premium-imagen-30 | Ideogram 3.0 | professional | ✗ | Design-level generation |
ultra-imagen | Google Imagen 4 Ultra | professional | ✗ | Highest quality Google AI |
professional-bria-fibo | Bria FIBO | professional | ✗ | JSON schema rendering |
professional-bria-32 | Bria 3.2 | professional | ✗ | Commercial licensed |
premium-gpt-image-1 | GPT Image 1 | professional | ✗ | OpenAI image generation |
pro-flux-11 | FLUX.1.1 Pro | professional | ✗ | Latest FLUX professional |
premium-imagen-preview | Imagen 4 Preview | professional | ✗ | Google Imagen preview |
premium-seedream-40 | Seedream 4.0 | professional | ✗ | Multimodal generation |
ultra-fast-imagen | Imagen 4 Fast | fast | ✗ | Fastest premium quality |
premium-seedream-30 | Seedream 3.0 | professional | ✗ | Bilingual generation |
standard-imagen | Google Imagen 4 | professional | ✗ | Standard Imagen quality |
fast-imagen | Imagen 4 Fast | fast | ✗ | Fast premium generation |
Note: Premium models do not support the steps parameter and may have higher minimum resolution requirements.
Architectures
FLUX
State-of-the-art diffusion architecture offering excellent photorealism and fast generation. Best for professional photography, product shots, and realistic scenes.
SDXL (Stable Diffusion XL)
Versatile and widely-used architecture supporting diverse styles from photorealism to artistic rendering. Excellent balance of quality, speed, and flexibility.
SD 1.5 (Stable Diffusion 1.5)
Classic diffusion architecture with extensive community support and many specialized variants. Excellent for anime, illustrations, and artistic styles.
Pony
Specialized architecture with unique style characteristics, particularly effective for certain anime and illustration use cases.
Illustrious
Modern architecture optimized for high-quality anime and illustration generation with improved detail and consistency.
Premium
High-end proprietary models from major AI providers (Google, OpenAI, etc.) offering commercial licensing, advanced capabilities, and maximum quality.
Categories
fast
Optimized for speed while maintaining good quality. Ideal for rapid iteration, testing, and high-volume generation.
realistic
Focused on photorealistic output with accurate lighting, textures, and composition. Best for professional photography, product shots, and realistic scenes.
anime
Specialized for anime and manga styles with vibrant colors, characteristic features, and illustration aesthetics.
artistic
Creative and stylized output for artistic applications, concept art, and creative exploration.
professional
High-quality models with commercial licensing, advanced capabilities, and consistent results for professional applications.
Example Usage
Fetching All Models
async function getImageModels() {
const response = await fetch('https://api.x-router.ai/v1/images/models');
const data = await response.json();
console.log(`Total models available: ${data.total}`);
data.models.forEach(model => {
console.log(`${model.name} (${model.id})`);
console.log(` Architecture: ${model.architecture}`);
console.log(` Category: ${model.category}`);
console.log(` Supports steps: ${model.supportsSteps ? 'Yes' : 'No'}`);
console.log(` 1024x1024 price: ${model.pricing['1024x1024']}`);
});
}
getImageModels();Filtering by Architecture
async function getFLUXModels() {
const response = await fetch('https://api.x-router.ai/v1/images/models');
const data = await response.json();
const fluxModels = data.models.filter(m => m.architecture === 'flux');
console.log('FLUX models:');
fluxModels.forEach(model => {
console.log(` ${model.name} - ${model.description}`);
});
}Filtering by Category
async function getRealisticModels() {
const response = await fetch('https://api.x-router.ai/v1/images/models');
const data = await response.json();
const realisticModels = data.models.filter(m => m.category === 'realistic');
console.log('Realistic models:');
realisticModels.forEach(model => {
console.log(` ${model.id}: ${model.name}`);
});
}Checking Steps Support
async function getModelsWithSteps() {
const response = await fetch('https://api.x-router.ai/v1/images/models');
const data = await response.json();
const stepsModels = data.models.filter(m => m.supportsSteps);
console.log(`${stepsModels.length} models support the steps parameter`);
}Model Selection Tips
- For photorealism: Choose FLUX or SDXL realistic models
- For anime/illustration: Choose SD 1.5 anime or Illustrious models
- For artistic styles: Choose SDXL artistic or SD 1.5 artistic models
- For speed: Choose models with “fast” in the name or category
- For commercial use: Consider premium models with licensing
- For experimentation: Start with popular models like
flux-schnellorsdxl-dreamshaper
See the Model Selection Guide for detailed recommendations based on your use case.
Important Notes
- Model list may expand over time as new models become available
- Premium models have different capabilities and requirements compared to standard models
- The
supportsStepsfield indicates whether the model accepts thestepsparameter - Pricing varies by resolution and other factors - use the estimate endpoint for accurate costs
Related Endpoints
- Image Generation - Generate images with selected models
- Cost Estimation - Estimate costs for specific models and parameters
Related Guides
- Model Selection Guide - Detailed guide for choosing the right model
- Image Generation Basics - Getting started with image generation