Returns all LoRA styles available to your team, including public LoRAs and any privately delivered to your team. Each item carries an opaque lora_* ID and a URL-friendly slug; either form works in /v1/loras/:id_or_slug and in the lora_id field of POST /v1/images.
Documentation Index
Fetch the complete documentation index at: https://docs.aurous-labs.com/llms.txt
Use this file to discover all available pages before exploring further.
Your team API key (starts with al_live_ — legacy keys may start with og_).
Optional API version pin (YYYY-MM-DD). Defaults to your team's pinned version, or the system default 2026-05-15 for unauthenticated requests.
^\d{4}-\d{2}-\d{2}$"2026-05-15"
List of available LoRA styles
Opaque LoRA identifier
"lora_01HXMQ7Z3K8Y2ABCDEFGHJKM"
Display name of the LoRA style
"Golden Hour Photography"
Whether this LoRA is publicly available
true
Creation timestamp (ISO 8601)
"2026-03-01T00:00:00Z"
URL-friendly slug (mutable; opaque ID is canonical)
"golden-hour-photography"
Description of the LoRA style and its effects
"Adds warm golden-hour lighting with soft lens flares"
URL of the LoRA preview image
"https://cdn.aurous-labs.com/previews/golden-hour.jpg"
Default denoising strength applied at inference if not overridden by the request body. Range 0.0-1.0.
0 <= x <= 10.8
Default classifier-free guidance scale applied at inference if not overridden by the request body. Range 0.1-30.
0.1 <= x <= 307.5
Default number of diffusion steps applied at inference if not overridden by the request body. Range 1-100.
1 <= x <= 10030
Whether this LoRA has a prompt template applied server-side at dispatch.
true