Stability AI Models on XALEN
Open image generation models on XALEN.
Founded: 2019 · HQ: London, UK · 2 models available
Available Models
SD 3.5 Large
ImageLatest Stability AI model for detailed image generation.
Params: 8B
Context: N/A
Input: $0.004/image
Output: N/A
Latency: ~3s
SDXL Turbo
ImageUltra-fast image generation for real-time content.
Params: 3.5B
Context: N/A
Input: $0.002/image
Output: N/A
Latency: ~1s
Quick Start
import XALEN from 'xalen-sdk';
const client = new XALEN({ apiKey: 'xln_test_YOUR_KEY' });
const response = await client.chat.completions.create({
model: 'stable-diffusion-3-5-large',
messages: [{ role: 'user', content: 'Hello!' }]
});
Start Using Stability AI Models
All models available through a single API. No separate accounts needed.
Get API KeyLast updated: 2026-05-21.