---
name: "hf-space-alexnasa-ltx-2-turbo"
description: "Use the Hugging Face Space alexnasa/ltx-2-TURBO."
metadata:
  source: huggingface-space
  spaceId: "alexnasa/ltx-2-TURBO"
  hubUrl: https://huggingface.co/spaces/alexnasa/ltx-2-TURBO
  agentsMdUrl: https://huggingface.co/spaces/alexnasa/ltx-2-TURBO/agents.md
  appUrl: https://alexnasa-ltx-2-turbo.hf.space
---

# Hugging Face Space: alexnasa/ltx-2-TURBO

Use this skill when the user wants to use the Hugging Face Space `alexnasa/ltx-2-TURBO`.

- Space page: https://huggingface.co/spaces/alexnasa/ltx-2-TURBO
- App URL: https://alexnasa-ltx-2-turbo.hf.space
- Source instructions: https://huggingface.co/spaces/alexnasa/ltx-2-TURBO/agents.md

## Space agent instructions

To use this application (alexnasa/ltx-2-TURBO: Generate AI videos from text prompts with optional video cues):
API schema: GET https://alexnasa-ltx-2-turbo.hf.space/gradio_api/info
Call endpoint: POST https://alexnasa-ltx-2-turbo.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://alexnasa-ltx-2-turbo.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://alexnasa-ltx-2-turbo.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
