A text-to-video LoRA customization version for professional creators and brands, opening deep personalization capabilities on top of LTX-2.3's powerful text understanding. Supports up to three LoRA adapters working simultaneously to codify specific visual styles, signature characters, or proprietary camera techniques into the generation pipeline. Through the dual-drive mode of "text description + LoRA style," it achieves precise alignment between creative intent and brand visual identity. Ideal for series content production requiring visual consistency, cross-project character operations, and stylized advertising campaigns, enabling text-driven video generation to truly serve brand asset accumulation.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"188##prompt":"A wide aerial shot slowly drifts over a dense rainforest at golden hour. Thick mist rises from the canopy as shafts of warm orange light pierce through the trees. A winding river reflects the fading sky below. The camera tilts down gradually, revealing a waterfall cascading into a dark green pool. Ambient sounds of water and distant birds fill the scene.","247##select":"1","248##select":"2","227##value":5,"254##lora_name":"framee_4000.safetensors","254##strength_model":0,"257##lora_name":"framee_4000.safetensors","257##strength_model":0,"258##lora_name":"framee_4000.safetensors","258##strength_model":0}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://www.runninghub.ai/openapi/v2/rhart-video/ltx-2.3/text-to-video-lora' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"188##prompt": "A wide aerial shot slowly drifts over a dense rainforest at golden hour. Thick mist rises from the canopy as shafts of warm orange light pierce through the trees. A winding river reflects the fading sky below. The camera tilts down gradually, revealing a waterfall cascading into a dark green pool. Ambient sounds of water and distant birds fill the scene.",
"247##select": "1",
"248##select": "2",
"227##value": 5,
"254##lora_name": "framee_4000.safetensors",
"254##strength_model": 0,
"257##lora_name": "framee_4000.safetensors",
"257##strength_model": 0,
"258##lora_name": "framee_4000.safetensors",
"258##strength_model": 0
}'